-
Notifications
You must be signed in to change notification settings - Fork 16.2k
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
Really choppy animations in Chrome iOS #934
Comments
Can you provide a video or gif of being choppy of animations? What I think is, it cause by this issue #928 |
Tested on 300+ ipad 4, air, air 2, pro. :) Really. IOS 10/11/12. There is no problem. Chrome not tested, just Safari and Standalone Web Application. Look like the problem is in your device/settings/webapp. |
@sivot - yes there is no issue on any Safari, it is Chrome that is the problem as stated in the title. I believe this is either a bug (or an adjustment of code required) as per the related thread #928 that @warengonzaga mentioned. Or it is a Chrome bug? But not able to verify this. @warengonzaga please find videos below that show the issue. Chrome Safari (working) |
@terryupton Ok. This is not choppy, this is another render engine. You need to learn how to DOM and CSOM works. I think the problem is in your case the DOM manipulation time. Try to do it in one instance. Welcome in the WebDevelopment Funny World... |
@sivot I have used this technique many time before without issue (it used to work in Chrome iOS). It works everywhere else I have tested except in Chrome on iOS. I don't think I need to learn about the DOM and CSOM in order to implement a simple animation. If I did it in once instance, then I would not get the effect of each item sliding in down separately, it would be just a block sliding in and this wouldn't look right. I would describe this as Choppy. Choppy So wording aside - it certainly isn't smooth like it should be. |
@terryupton I checked again your videos, please see #932. In your Chrome video there is no animations. |
@terryupton what I can see is a bug in chrome... I think we need to create a dummy animation for your issue and put in codepen so everyone can debug and solve it. Are you able to reproduce this issue? Let's use Codepen for debugging. |
Reason and Solution here: #932. Codepen Tester: https://codepen.io/ericwbailey/pen/PWJPrW As you can see need to update the css rule with a simple parameter in your library... Because, with the new Chrome and Firefox update fires the You can test it on Windows 10: |
Alright, I'll close this as it's a duplicate of #928 . |
Hi @moander can you replicate your issue in codepen? |
@WarenGonzag sorry I thought I was commenting on a quasar issue ;) |
Has anyone else noticed really choppy animations in Chrome on IOS?
Seems fine in Safari on IOS and Chrome Desktop.
Any ideas as to what might be causing this?
The text was updated successfully, but these errors were encountered: