darioielardi / flutter_speed_dial

Flutter plugin to implement a Material Design Speed Dial
https://pub.dev/packages/flutter_speed_dial
MIT License
410 stars 177 forks source link

Feature request - Possibility to disable FAB animation when appears #285

Open SebSegond opened 1 year ago

SebSegond commented 1 year ago

Hello,

Thank you for your work on this library !

Would it be possible to add the possibility to disable the fab appear animation ?

prateekmedia commented 1 year ago

We have either transitionBuilder or animationBuilder, you can set that to null, It will not add a transition.

SebSegond commented 1 year ago

Thank you !