This method returns all animations on current layout
list of all animation on current layout
This method returns an animation for a given frame and layout IDs
animation properties for a given frame and layout
the id of a specific frame
Optional
layoutId: stringthe id of a specific layout
This method returns the animations for a given layout id
animation properties for a given layout
the id of a specific layout
This method triggers the animation to pause
This method triggers the animation to play
This method resets the layout's animations and animation duration to its initial state
This method resets the animation to its initial state
the id of a certain frame
This method sets the total and maximum duration of the animation, expressed in milliseconds
the time expressed in milliseconds
This method sets the animation state for a certain Frame
updated animation properties
animation properties
This method sets the animation time to a certain time, expressed in milliseconds
the time expressed in milliseconds
Generated using TypeDoc
The AnimationController is responsible for all communication regarding Animations. Methods inside this controller can be called by
window.SDK.animation.{method-name}