Skip to content


Fixed Tween Editing

now it automatically converts tweens to keyframes the moment you edit them. The problem was because the tweening engine had virtually infinite percision so, lets say that one fo the calculations ends up like 22/7 which computes to 3.142857142857142857142857142857142857142857142857… somewhere along the process of loading it into onlypaths, doing freaky stuff, processing, parsing, unparsing, converting, parsing again, and something, things get rounded to 3.1428. The simple fix was to round them from within the tweening engine. So it gets rounded to 3.142, and it works.

Posted in Ajax Animator.


0 Responses

Stay in touch with the conversation, subscribe to the RSS feed for comments on this post.



Some HTML is OK

or, reply to this post via trackback.