Created
October 7, 2015 20:07
-
-
Save iget-master/81510939ac2dd3877c34 to your computer and use it in GitHub Desktop.
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
.icon { | |
height: 95px; | |
&.web { | |
width: 90px; | |
background-position: 0px -2186px; | |
} | |
&:hover { | |
animation: animatedBackground 0.8s steps(23, end) 1; | |
&.web { | |
@keyframes animatedBackground { | |
0% { | |
background-position: 0px -1px | |
} | |
100% { | |
background-position: 0px -2186px; | |
} | |
} | |
} | |
} | |
background-image: url(/img/icons.png); | |
background-repeat: repeat-x; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment