NineOldAndroids icon indicating copy to clipboard operation
NineOldAndroids copied to clipboard

Scale out, scale back in. only works once.

Open MarsVard opened this issue 10 years ago • 0 comments

I do a scale-out(scale both x and y to 0), change the image, then scale back-in(both x and y to 1)

This works perfectly, but running the same code again just scales the y values and not both.

BUT! it does work perfectly when not using the .start() method at the end of the animation call

thanks for this cool library! love it. just thought I'd share this little bug with you

MarsVard avatar Sep 02 '14 15:09 MarsVard