Hybrid View
-
27 Jun 2011 8:25 AM #1
Objects jump to next-to-last keyframe at the end of the animation
Objects jump to next-to-last keyframe at the end of the animation
I find that in Safari 5.0.5 that when the last keyframe is reached, objects jump to the previous (next-to-last) keyframe position.
This behavior does not happen with Chrome 12.0. That is, the objects stay at the last keyframe position.
(BTW, it would be helpful if you would add an 'Help > About' menu to show the version number.
-
27 Jun 2011 8:55 AM #2
Are you on Windows? I think the Windows version of Safari is not quite up to spec compared to the OS X version. We are considering workarounds.
The about panel is coming.
Thanks for the feedback!
-
27 Jun 2011 9:05 AM #3
Yes. Windows. Just tried Safari mobile browser on iPod Touch device. This also works correctly.
Thanks for the quick response.
-
16 Jul 2011 3:08 AM #4
Got the same problem with Safari 4.0.4 running on intel mac, I guess its an older Safari browser thing

-
3 Aug 2011 10:21 AM #5
I have same problem on mac safari 5.0.4
plays ok on mac safari 5.1
my first sencha animation that jumps back at end:
http://www.megadoug.com/sencha/
Any workarounds (mess w/ the generated code) to broaden the browser base animations will work on?
-
3 Aug 2011 10:49 AM #6
Firefox 5 has some animation support. I haven't had much time to play around with Firefox 5 yet, but from what I understand you would need to duplicate all the css with -webkit prefix and add a -moz prefix. You would also need to replace any translate3d, scale3d with their 2d equivalents (translate(x,y) or translateX() translateY() etc..) used with the -moz-transform.
Looks like we can't reproduce the issue or there's a problem in the test case provided.


Reply With Quote