Classes
KeyframeAnimation
KeyframeAnimation
Summary β
Constructors
Properties
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
Creates a keyframe animation from animation definition.
Parameter Default Description
Returns KeyframeAnimation
- Previous
- ItemSpec