Created
April 6, 2018 13:39
-
-
Save alex-boom/ae10902fad622e6bc6bc98343798ed40 to your computer and use it in GitHub Desktop.
slide-scale
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.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