API reference
API reference
Select your platform
No SDKs available
No versions available

PlaybackType Enum

Playback type of the animation. This is used to determine how the animation is played.

Signature

enum PlaybackType : Enum<PlaybackType> 

Enumeration Constants

MemberDescription
LOOP
Restarts the animation at the beginning when it finishes
CLAMP
Plays animation once and then freezes at last keyframe
BOUNCE
Starts playing animation forward and then in reverse when it finishes
REVERSE_LOOP
Plays animation in reverse forever
Did you find this page helpful?
Thumbs up icon
Thumbs down icon