kalismeras61 / flutter_page_transition

This is Flutter Page Transition Package
BSD 2-Clause "Simplified" License
475 stars 57 forks source link

Change the duration time of the transition ? #8

Closed pascalf22 closed 5 years ago

pascalf22 commented 5 years ago

Heelo @kalismeras61 !

Thanks for the flutter_page_transition. I love it !

Is it possible to change the duration time of the transition?

Thanks a lot !

Pascal

kalismeras61 commented 5 years ago

Yes you can change duration. Default duration time is Duration(milliseconds: 300),

PageTransition(type: PageTransitionType.fade, duration: Duration(milliseconds: 500),child: SecondPage()))

pascalf22 commented 5 years ago

Hello @kalismeras61 !

Perfect !!! Thanks a lot ! It work !

Have a great day !

Pascal