daimajia / daimajia/AndroidViewAnimations
Can not reset view to original
Open
- Dominant language
- Java
- Stars
- 12.4k
- Forks
- 2.4k
- PR merge metrics
- No merged PRs in 30d
Description
When I play some rotating animation on a view: YoYo.with(Techniques.RollOut).delay(500).playOn(pig);
then need to clear animations to reset the view: pig.clearAnimation(); The view then stops animating but it's not back to original shape, may be still some transformation applied in!
How can I reset the view?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.