timothypratley / reanimated

An animation library for Reagent (ClojureScript)
250 stars 14 forks source link

interpolate-to has a shudder at start #12

Open flyingmachine opened 7 years ago

flyingmachine commented 7 years ago

Hey! Awesome work :) I was trying to use interpolate-to and noticed that the animated value goes in the wrong direction initially. For example, if I'm animating from 50 to 100, an initial value might be 48.3. I noticed this in the demo at well.

timothypratley commented 7 years ago

Thank you Daniel :)

Yikes!!! I'll check it out, thanks for reporting it.