Skip to content

Instantly share code, notes, and snippets.

@dbox
Created April 18, 2012 15:42
Show Gist options
  • Save dbox/2414436 to your computer and use it in GitHub Desktop.
Save dbox/2414436 to your computer and use it in GitHub Desktop.
Twitter Spinner
.spinner {
background: transparent url(https://si0.twimg.com/twitter-mobile/0d70e1de0c3e78cea79a8f953985e5daeee29d67/html5/framework/core/assets/m_spinner_black.png?v=0d70e1de0c3e78cea79a8f953985e5daeee29d67) center 40% no-repeat;
-webkit-animation: spin 1s linear infinite;
-moz-animation: spin 1s linear infinite;
background-size: 19px 19px;
-webkit-background-size: 19px 19px;
-moz-background-size: 19px 19px;
display: inline-block;
width: 19px;
height: 19px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment