Reputation: 516
I know how to show popup. But i'm in need to show the popup with animation like facebook like option. And also i want to implement same animation when selecting reactions icon in popup same like facebook like option like the below image. could you please suggest me any idea to do this?
Upvotes: 8
Views: 3046
Reputation: 4324
Facebook has made its own library to implement this animation. This animation includes image rendering.
Now they have published that library for every fellow developer named KeyFrame.
Add their dependency file.
compile 'com.facebook.keyframes:keyframes:1.0'
You can download the sample and explore the ideas.
I hope this will help you.
Upvotes: 3