Animation bugs Pierre Hébert​

Animation bugs Pierre Hébert​

If you set an offset parameter in the animate function, the interpolator one is not used, always “ad” (default)

for example:

animate(“$name”,500,”bo”,500) return the one with “ad” instead of “bo”

[This is not strictly a bug, but could be with ‘pixel perfect’ animations]

When a animation ends, the final value does not necessarily matches the real one, the difference is from the order 1e-5 , but it is a difference. Could it be done so that when the animation finish the value is set to the real one?

]]>

One Commentto Animation bugs Pierre Hébert​

  1. Anonymous says:

    < ![CDATA[

    Thanks, I will have a look at this.


    Regarding the final value, I fear a double / float conversion rounding error. Android likes floats, JavaScript is all about doubles. Maybe this can be avoided for the target value, I’ll try a few things.

    ]]>

Leave a Reply

Your email address will not be published. Required fields are marked *