You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have given it a custom animation curve that is very close to what iOS has natively, but the problem is, by default, when I close the modal sheet, it just runs the animation from 1.0 to 0.0 with same animation curve and its not ideal, I want it close the modal sheet with same animation curve as if it was run from 0.0 to 1.0.
this curve is basically fast -> slow and when it runs in reverse, it behaves like slow -> fast because of the reverse thingy, I would like to have it behave fast -> slow when closing.
I have given it a custom animation curve that is very close to what iOS has natively, but the problem is, by default, when I close the modal sheet, it just runs the animation from 1.0 to 0.0 with same animation curve and its not ideal, I want it close the modal sheet with same animation curve as if it was run from 0.0 to 1.0.
this curve is basically fast -> slow and when it runs in reverse, it behaves like slow -> fast because of the reverse thingy, I would like to have it behave fast -> slow when closing.
The text was updated successfully, but these errors were encountered: