@cesdk/engine 1.71.0-rc.2 → 1.71.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/index.d.ts CHANGED
@@ -66,7 +66,7 @@ export declare interface AddVideoOptions {
66
66
  * using `cesdk.engine.block.createAnimation(id)`.
67
67
  * @public
68
68
  */
69
- export declare const ANIMATION_TYPES: readonly ["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"];
69
+ export declare const ANIMATION_TYPES: readonly ["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", "scale_loop", "typewriter_text", "block_swipe_text", "spread_text", "merge_text", "ken_burns"];
70
70
 
71
71
  /** @public */
72
72
  export declare type AnimationBaselineDirection = (typeof AnimationBaselineDirectionValues)[number];