AVCoreAnimationBeginTimeAtZero

Static AVCoreAnimationBeginTimeAtZero 

Source
pub unsafe static AVCoreAnimationBeginTimeAtZero: CFTimeInterval
Available on crate features AVAnimation and objc2-core-foundation only.
Expand description

Use this constant to set the CoreAnimation’s animation beginTime property to be time 0. The constant is a small, non-zero, positive value which avoids CoreAnimation from replacing 0.0 with CACurrentMediaTime().

See also Apple’s documentation