Skip to content
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

"Flicker" on animation complete on iOS #55

Closed
ddcast opened this issue Nov 17, 2011 · 2 comments
Closed

"Flicker" on animation complete on iOS #55

ddcast opened this issue Nov 17, 2011 · 2 comments

Comments

@ddcast
Copy link

ddcast commented Nov 17, 2011

I've been developing a custom jQuery carousel for a private client and wanted to try integrating this enhanced animate method so the carousel animations would function smoothly in iOS..

The problem comes when I invoke an animation -- I get a slight flicker on animation complete. On complete, I append elements to the tail end of the container that is being animated and then manipulate its "left" css property to reset its slide position. Now, I know it would make sense that my problem lies within my appending new elements and manipulating the container's css.. But, when I remove the jQuery-Animate-Enhanced plugin, it works fine (no flicker).

Here's a link to a live demo:
http://devincastro.com/demo/

@afewyards
Copy link

I'm currently working on a project that also has some serious animations in here..
The Application runs through a iFrame on the client side. Everything works fine/great on all pc platforms. only when I transfer to an iOS devices the applications doesn't render anymore after the first animation is triggered. Then again, if I remove the plugin it works okay. I'm betting it has something to do with the iFrame and css3 animations where the iOS devices hangs..

sorry can't show a demo file yet.

@benbarnett
Copy link
Owner

This is to do with the hardware acceleration and rendering - it should be fixed in future releases of Mobile Safari. You'll notice Chrome on Mac does it too sometimes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants