Skip to content

Instantly share code, notes, and snippets.

@Jagua
Last active June 20, 2017 15:53
Show Gist options
  • Save Jagua/b4841c6354b7bbe63ca7b0e2e0266659 to your computer and use it in GitHub Desktop.
Save Jagua/b4841c6354b7bbe63ca7b0e2e0266659 to your computer and use it in GitHub Desktop.
style -name tw-avatar-rotate twitter.com img.avatar { animation-name: tw-avatar-rotate; animation-duration: 3s; animation-iteration-count: infinite; animation-timing-function: linear } @keyframes tw-avatar-rotate { from { transform: rotate(0deg) } to { transform: rotate(360deg) } }
@Jagua
Copy link
Author

Jagua commented Jun 20, 2017

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment