Skip to content

Instantly share code, notes, and snippets.

@abrahamfast
Created July 27, 2016 06:13
Show Gist options
  • Save abrahamfast/e4f47425b44143c14065fabb092df8e8 to your computer and use it in GitHub Desktop.
Save abrahamfast/e4f47425b44143c14065fabb092df8e8 to your computer and use it in GitHub Desktop.
super simple slider
@keyframes slide {
0% { left: 0%; }
20% { left: 0%; }
25% { left: -100%; }
45% { left: -100%; }
50% { left: -200%; }
70% { left: -200%; }
75% { left: -300%; }
95% { left: -300%; }
100% { left: -400%; }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment