Search
Loading...
Skip to content

Type Alias: AnimationType

type AnimationType =
| AnimationTypeShorthand
| AnimationTypeLonghand;

The block type IDs for the animation blocks. These are the IDs used to create new animations using cesdk.engine.block.createAnimation(id). Refer to AnimationTypeShorthand and AnimationTypeLonghand for more details.