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