-
-
Notifications
You must be signed in to change notification settings - Fork 79.1k
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
Collapse animation is jittery in Firefox Android (preview and live) #30976
Comments
Firefox for Android is, unfortunately, so bad in performance. Even their latest Beta, which has improved performance, is still not as smooth as Chromium based browsers. That being said, right now, we transition I'm not sure we can do anything, but patches are welcome. CC @twbs/css-review in case you have any ideas. |
Did anyone try to use @Noisycall may you try the following pen, please: https://codepen.io/ffoodd/pen/NWxGEQQ ? |
I don't want to use |
I'm not OP, but I have the same problem and the performance still is a bit jittery even with
Maybe using transforms? https://medium.com/outsystems-experts/how-to-achieve-60-fps-animations-with-css3-db7b98610108 |
Well, yeah, that's what I mean with properties that work well when transitioned :) |
Hello, sorry I haven't checked this thread in a while. I have used transform and transition's before, but I'm not sure how I would apply that to the inbuilt bootstrap implemention.
|
Yeah, it's not so easy to make the change but we should definitely look into it. |
As the title suggests, the collapse animation is jittery on firefox mobile, both the preview and live builds.
I have tested this on two devices and both have the same issue.
Here is a link to the JS Bin
This code is taken straight from the Bootstrap Demos, along with some lorem ipsum to simulate page content.
The text was updated successfully, but these errors were encountered: