LiquidSwipe icon indicating copy to clipboard operation
LiquidSwipe copied to clipboard

How to animate from bottom to top

Open Naveen3921 opened this issue 4 years ago • 1 comments

I want to animate the layout with similar animation but from bottom to top. How can I achieve this animation.

Sorry for posting this question in the issue.

It will be very helpful if you guide me to solve the problem.

Naveen3921 avatar Sep 26 '20 09:09 Naveen3921

The library was designed with horizontal swipe in mind. So, there's no direct way to support vertical animation for now.

But you can create your own ClipPathProvider for vertical animation. Take a look at the documentation about custom swipe animations & the LiquidSwipeClipPathProvider for reference.

Chrisvin avatar Sep 29 '20 00:09 Chrisvin