Note: You are on the beta version of our docs. This is a work in progress and may contain broken links and pages.
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
Creates a keyframe animation from animation definition.
Parameter | Default | Description |
info |
|
Returns KeyframeAnimation
- Previous
- ItemSpec