Search code examples
androidandroid-animationandroid-transitions

How to implement tap to like animation like Instagram?


As title, I'm currently working on an Android project. I need to implement a feature similar to "tap to like" on Instagram.

I think this feature could be described in this way. When tapping the button, a small image(heart icon on Instagram) floats from the position of the button in a random path, with fade-out effect, and finally disappear.

Any simple way to do this?

enter image description here


Solution

  • Finally, I use Bezier Curves to draw the path and make the heart pic move along w/ it