Contents

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.

See Also

Sequence Building