Skip to content

@shbernal/ts-pptx


@shbernal/ts-pptx / index / PresetEffect

Type Alias: PresetEffect

PresetEffect = "fadeIn" | "flyIn" | "appear" | "wipe" | "grow" | "spin" | "fadeOut" | "flyOut"

Defined in: src/types/animation.ts:92

A preset build-animation effect. The supported set is fixed (each is a verbatim template captured from PowerPoint); adding one means adding a fixture + template, not a new code path. See docs/animations-and-transitions.md.