FloatingActionButton
FloatingActionButton copied to clipboard
How to stop rotation animation
Hello, Great library, easy to use and import. My only problem is the rotation of the Menu icon ... is there a way to either stop it or make it rotate fully ?
Thank you
FloatingActionMenufabMenu = (FloatingActionMenu) findViewById(R.id.fab_menu); fabMenu.setIconAnimated(false);
+1 Please add an attr on XML.
+1, this would make more sense as an XML attr
fabMenu.setIconAnimated(false) isn't working on v 1.6.4. Please help.
In the last version you can do:
fabMenu.IconAnimated = false;