Is there a way to use UIView animation with a custom simplification equation

UIViewIt provides several easy options ( UIViewAnimationOptionCurveEaseIn, UIViewAnimationOptionCurveEaseOut, UIViewAnimationOptionCurveEaseInOut) for its animation, but I want to have more control over attenuation.

Is there a way to provide this user equation or in any way gain more control over it? That is, besides use touchesBegan:, etc., to collapse my own animations.

+3
source share

Source: https://habr.com/ru/post/1793010/


All Articles