How to make whatsapp type of animation for opening the menu from toolbar(actionbar)

Devrath picture Devrath · May 15, 2015 · Viewed 16k times · Source

Description:

  1. I recently updated whatsapp and noticed the animation for menu item clicked on toolbar. How to achieve this effect?
  2. Are there any opensource projects to achieve this?
  3. I have not posted any code because. I have no clue how they are doing it.

Snapshot-1 : Before clicking the attachment button in menu img


Snapshot-2 : After clicking the attachment button in menu

img2


How to Achieve this?

Answer

anil picture anil · May 15, 2015

Seems like they "ported" lollipop animation in pre-L devices. The simplest way to do this is using libraries like Igvalle's Material-Animation (see #4). Its minSdk is 16, but I hope you can decrease it for 14 or below.

Some other libraries: TransitionsBackport, PreLollipopTransition, transitions-everywhere.

Please let me know if you create this animation!