Closed dennisstromberg closed 3 years ago
When scrolling to fast on iPhone the objects not ready go all the way to max/min value.
So if progress < min we can set the target value to from and progress >= max we set the target value to to.
This solves the problem and makes the animation run smoothly.
Hello!
Thanks for the merge. Can you please release this as an new update to nuget?
When scrolling to fast on iPhone the objects not ready go all the way to max/min value.
So if progress < min we can set the target value to from and progress >= max we set the target value to to.
This solves the problem and makes the animation run smoothly.