Skip to main content

@microsoft/fast-animation > AnimateSequence

AnimateSequence class

Animate a collection of AnimateTo and AnimateFrom in sequence.

Signature:
declare class AnimateSequence 

Constructors

ConstructorModifiersDescription
(constructor)(animations)Constructs a new instance of the AnimateSequence class

Properties

PropertyModifiersTypeDescription
cancel() => voidCancels all animations in the sequence
finish() => voidFinishes all animations in the sequence
onFinish() => voidonFinish callback method
pause() => voidPauses all animations in the sequence
play() => voidPlay the sequence of animations
reverse() => voidPlay the sequence in reverse