Contents

continuityValues

An array of numbers that define the sharpness of the timing curve’s corners.

Declaration

var continuityValues: [NSNumber]? { get set }

Discussion

This property is an array of NSNumber objects, used only for the cubic calculation modes. Positive values result in sharper corners while negative values create inverted corners. The first value defines the behavior of the tangent to the first control point, the second value controls the second point’s tangents, and so on. If you do not specify a value for a given control point, the value 0 is used.

See Also

Cubic Mode Attributes