PygmySlowLoris / vue-fab

Vue Floating Action Button
MIT License
273 stars 51 forks source link

Provide a prop to enable/disable rotation on active. #25

Closed jvb93 closed 5 years ago

jvb93 commented 5 years ago

In reference to #17,

The developer should have the option to decide whether or not to rotate the FAB on click.

In certain situations, it may not make sense to rotate, i.e: there are no FAB actions and there is an action bound to @click.native

It should default to always rotate but if the developer decides, they may disable with a prop.

jvb93 commented 5 years ago

@Edujugon I can take this one if you'd like