Skip to content

Physics based revealing animation

Ozodrukh edited this page Mar 18, 2017 · 1 revision

Since Android Support Library 25.3.0, we have Physics based animation support-dynamic-animation module, it looks great and View must reveal like in real world, here comes solution

First of we must use add dependency to build.gradle file

compile 'com.github.ozodrukh.CircularReveal:spring-revealmanager:latest_release'

Now we have access to SpringViewRevealManager

Clone this wiki locally