Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to implement facebook like reaction pop up animation in android?

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?

enter image description here

like image 692
Sangeetha Avatar asked Jul 13 '16 04:07

Sangeetha


1 Answers

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.

like image 105
Anuj Sharma Avatar answered Oct 19 '22 18:10

Anuj Sharma