Search code examples
androidspringanimationpinterest

Android Pinterest animation- 3 separate bubbles spring out when longpress


I am building an android app in which i want to create the animation similar to pinterest animation in which three bubbles came out in spring animation on long press.


Solution

  • Have a look at this library Rebound by Facebook. It is a spring animation framework created by Facebook for its Chat Heads. I believe Pinterest uses Rebound for the animation and you should dig into Rebound for it.