Skip to content

Instantly share code, notes, and snippets.

@yingray
Created August 29, 2017 03:30
Show Gist options
  • Save yingray/b92785da55ba430b1c4a24db5d29d4af to your computer and use it in GitHub Desktop.
Save yingray/b92785da55ba430b1c4a24db5d29d4af to your computer and use it in GitHub Desktop.
Force Safari to repaint(position: fixed) elements on scroll!
.foo
position: fixed
&.active
animation: repaint 1ms
@keyframes repaint
from
width: 99.999%
to
width: 100%
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment