How to implement animation in facebook, for example, in android?

I know how to show a popup. But I need to show a popup with animation similar to the facebook option. And also I want to implement the same animation when you select the reaction icon in the pop-up window in the same way as in facebook, for example, as shown below. could you suggest me any idea to do this?

enter image description here

+4
source share
1 answer

Facebook has created its own library to implement this animation. This animation includes image rendering.

Now they have published this library for each developer developer named KeyFrame .

.

compile 'com.facebook.keyframes:keyframes:1.0'

.

, .

0

All Articles