kassisdion / Android-animated-toolbar

Library for toolbar animation
MIT License
35 stars 8 forks source link

Fadeout and fadein buttons #1

Open webserveis opened 7 years ago

webserveis commented 7 years ago

Is posible only set fadeout and fadein each buttons toolbar?

kassisdion commented 7 years ago

It's not possible for the moment. But it should be pretty easy to add a support for menuItem inside ToolbarAnimator. I'll work on it this feature but a PR would be apreciated.

kassisdion commented 7 years ago

UPDATE: Animation on MenuItem is now supported on the "feature/menuItemSupport" branch. This feature is tested and work pretty well. I've updated the sample but i still have to update the readme before merging.

You can import this feature with this dependency: compile 'com.github.kassisdion:Android-animated-toolbar:feature/menuItemSupport-SNAPSHOT' (i'm not sure with the path)

I'd like to have your feedback before merging =)