inheritedAnimationDuration
Returns the inherited duration of the current animation.
Declaration
class var inheritedAnimationDuration: TimeInterval { get }Return Value
The duration of the current animation.
Discussion
This method only returns a non-zero value if called within a UIView animation block.