FloatingActionButton icon indicating copy to clipboard operation
FloatingActionButton copied to clipboard

How to stop rotation animation

Open mp3por opened this issue 10 years ago • 5 comments

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

mp3por avatar Nov 24 '15 18:11 mp3por

FloatingActionMenufabMenu = (FloatingActionMenu) findViewById(R.id.fab_menu); fabMenu.setIconAnimated(false);

migueledgracia avatar Dec 03 '15 23:12 migueledgracia

+1 Please add an attr on XML.

ppamorim avatar Jan 14 '16 17:01 ppamorim

+1, this would make more sense as an XML attr

austingayler avatar Oct 19 '16 22:10 austingayler

fabMenu.setIconAnimated(false) isn't working on v 1.6.4. Please help.

pavankr1 avatar Dec 21 '16 06:12 pavankr1

In the last version you can do:

fabMenu.IconAnimated = false;

seba47 avatar Aug 09 '17 18:08 seba47