melihaksoy/HoldToLoadLayout

Can't stop before given time

sulaimankhan7 opened this issue · 2 comments

Hi. I want to do this animation work for at max 30 second. But it can be stopped anytime among 1-30 seconds. How can i stopped that . I have also tried to stop by modifying your class:

public void myStopper(){
    stopForwardProgressAnimator();
    stopReverseProgressAnimator();
    stopReverseColorAnimator();
    stopForwardColorAnimator();

}

But still not working

Hello,

I'll add a method that will allow you to hold progress still after you stop holding down.

My problem is solved. I have changed that HoldToLoadLayout according to my need