Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upCSS transitions of transforms are not smooth #7783
Closed
Labels
Comments
|
Is this a regression or transition on transforms are not properly optimized yet? |
|
They should be working. We'll need to dive into what exactly the problem is here. (Though it could just be the lack of DLBI.) |
|
What's DLBI? |
|
Also WebRender might just fix this issue for good |
|
Tried with WebRender. Animation is not smoother. |
|
We looked into this and (at least for the webrender case) it's just that vsync wasn't enabled and it was tearing. I imagine that would fix the normal renderer case too, since it's such a simple transition it shouldn't take long to paint that. |
Merged
bors-servo
pushed a commit
that referenced
this issue
Oct 1, 2015
enable vsync on osx fixes #7783 <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/7812) <!-- Reviewable:end -->
jrmuizel
pushed a commit
to jrmuizel/gecko-cinnabar
that referenced
this issue
Jun 12, 2017
…r=glennw fixes servo/servo#7783 Source-Repo: https://github.com/servo/servo Source-Revision: fd66620602474e2070dc6fd6429e64cc6145b01c
gecko-dev-updater
pushed a commit
to marco-c/gecko-dev-comments-removed
that referenced
this issue
Sep 30, 2019
…r=glennw fixes servo/servo#7783 Source-Repo: https://github.com/servo/servo Source-Revision: fd66620602474e2070dc6fd6429e64cc6145b01c UltraBlame original commit: 7631bb8726045fe607ed392973b65e47a684adfb
gecko-dev-updater
pushed a commit
to marco-c/gecko-dev-wordified
that referenced
this issue
Oct 1, 2019
…r=glennw fixes servo/servo#7783 Source-Repo: https://github.com/servo/servo Source-Revision: fd66620602474e2070dc6fd6429e64cc6145b01c UltraBlame original commit: 7631bb8726045fe607ed392973b65e47a684adfb
gecko-dev-updater
pushed a commit
to marco-c/gecko-dev-wordified-and-comments-removed
that referenced
this issue
Oct 1, 2019
…r=glennw fixes servo/servo#7783 Source-Repo: https://github.com/servo/servo Source-Revision: fd66620602474e2070dc6fd6429e64cc6145b01c UltraBlame original commit: 7631bb8726045fe607ed392973b65e47a684adfb
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We are trying to build a sidebar that moves from the right of the window (offscreen) to cover the content, with a CSS transition, but it's very choppy.
Here is a slowed down screencast (had to use my camera, the screencast software doesn't show the progressive painting):