Skip to content

Instantly share code, notes, and snippets.

@corysimmons
Created July 9, 2014 04:36
Show Gist options
  • Save corysimmons/35ec7be0d905fd4c315e to your computer and use it in GitHub Desktop.
Save corysimmons/35ec7be0d905fd4c315e to your computer and use it in GitHub Desktop.
Force repaint on stubborn position: fixed elements.
.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