BcAnimationTimeline
Description
Combine multiple Animations into a timeline. This allows you to run them sequentially or together, creating more complex animations.
BcAnimationTimeline Properties & Methods
Animations
List < BcAnimation >
A list of Animations that the timeline contains.
Loop
bool
Determines whether the timeline should loop continuously.
AnimationHasChanged
EventCallback
Triggered when a new animation in the timeline starts.
AnimationHasFinished
EventCallback
Triggered when all animations in the timeline have completed.
Starts all animations in the AnimationTimeline.
Stops all animations in the AnimationTimeline.
Resets the entire AnimationTimeline and all animations within it.
Returns the styles of the currently active animations or only for a specific target element. This should be used in combination with AnimationHasChanged & AnimationHasFinished to apply styles to HTML elements dynamically.