-
Notifications
You must be signed in to change notification settings - Fork 279
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bug With MoveTo Animation #28
Comments
I've experienced this as well, but only when rendering with canvas, it seems the background is forced to redraw very often during the animation, this makes these animations slow in Android. |
It doesn't happen if you render with the DOM |
I ran into this problem when I rendered DOM elements... Basically, to get around this problem, I had to give up on the lime animations and just use setPosition on the DOM element... It's a pain, but it was the only way to get what i wanted from the lime engine... |
Here's some interesting facts which i noticed in windows 7 x64. May apply to 32 bit as well, dunno:
|
Chromes newest update doesn't have the problem anymore. Stringa
|
I very much doubt it. The version I run is the latest one. And when i tried to install the latest version, i got Error 0x00000003 |
We are on esx at work and we don't see these issues anymore as of the last Stringa
|
could be. could also be a combo of bad videodriver + bad code in chrome. Not sure. I tried deactivating the advanced rendering feature but the result was the same. What's odd is that this afternoon the effect was more pronounced, and i had left chrome open for quite a while doing some heavy browsing, which is why it leads me to believe there may be a connection between that and the rendering performance. |
The bug just reappeared tonight with some new chrome updates on osx.
|
Hello,
I have a simple scenario that has a box moving to the right then reseting back to the beginning. This animation is on a loop. The animated box is a child of the background...
If you run in chrome, when the box resets, the background jitters. But if you run in safari version 5.1.7 the background jitters and the label also jitters.
The animation of the child box should have no effect on its parent or a fellow child box label.
I posted a repro case on pastebin: http://pastebin.com/228NxAhv
Thanks,
Nick
The text was updated successfully, but these errors were encountered: