Created
April 18, 2012 15:42
-
-
Save dbox/2414436 to your computer and use it in GitHub Desktop.
Twitter Spinner
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
.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