Skip to content

Instantly share code, notes, and snippets.

@hopearmstrong
Last active April 2, 2019 05:27
Show Gist options
  • Save hopearmstrong/8e829797c8a37715669fa0ccfb00ac4f to your computer and use it in GitHub Desktop.
Save hopearmstrong/8e829797c8a37715669fa0ccfb00ac4f to your computer and use it in GitHub Desktop.
Keyframe percentage selectors
@keyframes name-goes-here
0%
width: 100px
25%
width: 120px
50%, 75%
width: 130px
100%
width: 110px
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment