lohanidamodar / flutter_custom_clippers

Flutter package that provides you custom clippers to help you achieve various custom shapes.
https://pub.dartlang.org/packages/flutter_custom_clippers
GNU General Public License v3.0
323 stars 68 forks source link

Animating? #11

Closed klaszlo8207 closed 4 years ago

klaszlo8207 commented 4 years ago

Is there any way to animating the clipped values?

lohanidamodar commented 4 years ago

Of course, It is possible to animate the clipper values by passing the value from animation controller to the clipper.

Checkout this library https://github.com/aagarwal1012/IntroViews-Flutter they have used a circular clipper and animated revealing page or checkout this vignettes from flutter interact, where they use gooey edge clipper to animate page reveal https://github.com/gskinnerTeam/flutter_vignettes/tree/master/vignettes/gooey_edge