Contents

duration

The duration required to complete an action.

Declaration

var duration: TimeInterval { get set }

Mentioned in

Discussion

This is the expected duration of an action’s animation. The actual time an action takes to complete is modified by the speed property of the action and the speed property of the node on which it executes.

See Also

Controlling Action Timing