Contents

setKeyframeValue(_:time:for:)

Replaces a keyframe in the sequence with a new keyframe.

Declaration

func setKeyframeValue(_ value: Any, time: CGFloat, for index: Int)

Parameters

  • value:

    The new value for the keyframe.

  • time:

    The new time for the keyframe.

  • index:

    The index of the keyframe to change.

See Also

Sequence Building