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
Comments
Post a Comment