josmenag
josmenag

Reputation: 253

Android reveal animation on FAB to launch a new activity

I am trying to create a reveal animation on a Floating Action Button, so that when clicked it animates and starts a new activity. I haven't had any luck on finding a tutorial on how to do this specifically.

Upvotes: 0

Views: 1485

Answers (1)

Kerkhofsd
Kerkhofsd

Reputation: 299

You can try a third party library like for example: https://github.com/sergiocasero/RevealFAB. This library is made for the purpose of your question and is easy to use.

Upvotes: 1

Related Questions