Skip to content

Instantly share code, notes, and snippets.

@alex-boom
Created April 6, 2018 13:39
Show Gist options
  • Save alex-boom/ae10902fad622e6bc6bc98343798ed40 to your computer and use it in GitHub Desktop.
Save alex-boom/ae10902fad622e6bc6bc98343798ed40 to your computer and use it in GitHub Desktop.
slide-scale
.slides {
transition: all 100ms ease-in;
transform: scale(1);
&:hover {
transition: all 200ms ease-in;
transform: scale(1.1);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment