SpriteFactory.Sprite.currentAnimationSpeed
Property: Read/Write
C#: float currentAnimationSpeed
JS: currentAnimationSpeed : float
Description
The playback speed multiplier of the current animation (0 - infinity). 1 = normal speed.
Closer to zero means slower animation. Closer to infinity means faster animation.
The final animation speed is also affected by Sprite.playbackSpeed.
See Also
SetAnimationSpeed
playbackSpeed