Skip to content

Instantly share code, notes, and snippets.

@piotrze
Created July 16, 2012 21:06
Show Gist options
  • Save piotrze/3125055 to your computer and use it in GitHub Desktop.
Save piotrze/3125055 to your computer and use it in GitHub Desktop.
html css animation
if @isIE(9)
element.animate rotate: '10deg', translate: ['10px', '-15px']
element.animate rotate: '0deg', translate: ['-30px', '80px'], scale: 1
else
element.addClass('hidden')
element.addClass 'showed'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment