Skip to content

Instantly share code, notes, and snippets.

@iget-master
Created October 7, 2015 20:07
Show Gist options
  • Save iget-master/81510939ac2dd3877c34 to your computer and use it in GitHub Desktop.
Save iget-master/81510939ac2dd3877c34 to your computer and use it in GitHub Desktop.
.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