Skip to content

Instantly share code, notes, and snippets.

@wenjul
Created October 23, 2013 02:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wenjul/7111761 to your computer and use it in GitHub Desktop.
Save wenjul/7111761 to your computer and use it in GitHub Desktop.
@-webkit-keyframes wiggle { from {-webkit-transform: rotateZ(2deg);} 50% {-webkit-transform: rotateZ(-2deg);} to {-webkit-transform: rotateZ(2deg);}} .productBox { -webkit-animation-name: wiggle; -webkit-animation-duration: .4s; -webkit-animation-iteration-count: infinite; -webkit-animation-timing-function: ease;}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment