Contents

setAnimationDuration(_:)

Sets the animation duration used by all animations within this transaction group.

Declaration

class func setAnimationDuration(_ dur: CFTimeInterval)

Parameters

  • dur:

    An interval of time used as the duration.

Discussion

You can also set the animation duration for a specific transaction object by calling the setValue(_:forKey:) method of that object and specifying the kCATransactionAnimationDuration key.

See Also

Overriding Animation Duration and Timing