type AnimationTypeShorthand = | "slide" | "pan" | "fade" | "blur" | "grow" | "zoom" | "pop" | "wipe" | "baseline" | "crop_zoom" | "spin" | "spin_loop" | "fade_loop" | "blur_loop" | "pulsating_loop" | "breathing_loop" | "jump_loop" | "squeeze_loop" | "sway_loop" | "typewriter_text" | "block_swipe_text" | "spread_text" | "merge_text" | "ken_burns";
The shorthand block type IDs for the animation blocks. These are the IDs used to create new animations
using cesdk.engine.block.createAnimation(id)
.