duration
The duration required to complete an action.
Declaration
var duration: TimeInterval { get set }Discussion
This is the expected duration of an action’s animation. The actual time an action takes to complete is modified by the action’s timingMode property.