Sangeetha
Sangeetha

Reputation: 516

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

Upvotes: 8

Views: 3046

Answers (1)

Anuj Sharma
Anuj Sharma

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

Related Questions