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

Make it smooth, force hardware acceleration #106

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Make it smooth, force hardware acceleration #106

wants to merge 1 commit into from

Conversation

jjui
Copy link

@jjui jjui commented Apr 16, 2016

Simple enough,
Saw your plugin, nice one, tho if adding transform: translate3d(0,0,0) as inline, this will force the hardware acceleration and make a good improvement. Even if it is not (yet) fully supported - it is well supported and worth to add :D

This will also make the zoom/scroll transitions like @include transition(all 0.5s ease-out); much better! Yeah, I use sass.

Best,
/J

Simple enough, 
Saw your plugin, nice one, tho if adding transform: translate3d(0,0,0) as inline, this will force the hardware acceleration and make a good improvement. Even if it is [not (yet) fully supported](http://caniuse.com/#search=translate3d) - it is well supported and worth to add :D

This will also make the zoom/scroll transitions like `@include transition(all 0.5s ease-out);` much better! Yeah, I use sass.

Best,
/J
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

Successfully merging this pull request may close these issues.

1 participant