Open ninovanhooff opened 7 years ago
To synchronise Android Animators with Springs, it would be nice to know the time it takes for a spring to be back at rest
ie
Animator fadeIn = ...; double springDuration = spring.duration(double startValue, double endValue); fadeIn.setStartDelay(springDuration);
To synchronise Android Animators with Springs, it would be nice to know the time it takes for a spring to be back at rest
ie