Appearance
@shbernal/ts-pptx / index / TransitionType
Type Alias: TransitionType
TransitionType =
"blinds"|"checker"|"circle"|"comb"|"cover"|"cut"|"diamond"|"dissolve"|"fade"|"newsflash"|"plus"|"pull"|"push"|"random"|"randomBar"|"split"|"strips"|"wedge"|"wheel"|"wipe"|"zoom"
Defined in: src/types/animation.ts:14
Base ECMA-376 slide-transition type (p:transition's single type child). Each maps to a <p:TYPE/> element; type-specific variants (e.g. direction) go in TransitionProps.variant. Modern PowerPoint-only transitions (Morph, Vortex, …) live in the p14/p15/p159 namespaces and are out of authoring scope for now. See docs/animations-and-transitions.md.