java - How to Pause Circular Reveal Animation -


i using circularreveallibrary make header layout reveal. want able stop animation in half way. how this? im using following code.

int x = v.getright(), y = v.getbottom(), startradius = 0; int endradius = (int) math.hypot(v.getwidth(), v.getheight());  supportanimator animator = viewanimationutils.createcircularreveal(v, x, y, startradius, endradius); animator.start(); 

im getting

enter image description here

but want pause animation in half way enter image description here


Comments

Popular posts from this blog

php - Vagrant up error - Uncaught Reflection Exception: Class DOMDocument does not exist -

vue.js - Create hooks for automated testing -

Add new key value to json node in java -