jsuarezruiz / Xamanimation

Xamarin Forms Animation Library
MIT License
458 stars 57 forks source link

Set Target to Min/Max value when progress is lower #32

Closed dennisstromberg closed 3 years ago

dennisstromberg commented 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.

dennisstromberg commented 2 years ago

Hello!

Thanks for the merge. Can you please release this as an new update to nuget?