setKeyframeTime(_:for:)
Changes the time for a specific keyframe.
Declaration
func setKeyframeTime(_ time: CGFloat, for index: Int)Parameters
- time:
The new time value for the keyframe.
- index:
The index of the keyframe to change.
Changes the time for a specific keyframe.
func setKeyframeTime(_ time: CGFloat, for index: Int)The new time value for the keyframe.
The index of the keyframe to change.