Classes
KeyframeAnimation
KeyframeAnimation
Summary 
Constructors
Methods
Constructors 
constructor 
new KeyframeAnimation(): KeyframeAnimation
 Returns KeyframeAnimation
Properties 
animations 
cancel 
delay 
The amount of time, in milliseconds, to delay starting the animation.
isPlaying 
Returns true if the application is currently running.
iterations 
Specifies how many times the animation should be played. Default is 1.
iOS animations support fractional iterations, i.e. 1.5.
To repeat an animation infinitely, use Number.POSITIVE_INFINITY
Methods 
keyframeAnimationFromInfo 
Static
keyframeAnimationFromInfo(info: KeyframeAnimationInfo): KeyframeAnimation
- Previous
- ItemSpec