AnimationTiming
class AnimationTiming
An object which encapsulate all the timing information of an animation.
-
The start time of the animation in seconds.
Declaration
var beginTime: Double { get }
-
The end time of the animation in seconds.
Declaration
var endTime: Double { get }
-
The duration of the animation in seconds.
Declaration
var duration: Double { get }
-
The timing function of the animation.
Declaration
var timingFunction: String { get }
-
The object’s description
Declaration
var description: String { get }