timingParameters
The information used to determine the timing curve for the animation.
Declaration
@NSCopying var timingParameters: (any UITimingCurveProvider)? { get }Discussion
The timing curve defines the speed of the animation at different points during its execution. For a linear animation, the speed of the animation is constant over the total duration. For animations that follow a curve, the animation speeds up or slows down based on the slope of the curve. You specify the curve parameters at initialization time and can use this property to get those parameters later.