Skip to content

Instantly share code, notes, and snippets.

@gipp
Created April 29, 2013 21:28
Show Gist options
  • Save gipp/5484941 to your computer and use it in GitHub Desktop.
Save gipp/5484941 to your computer and use it in GitHub Desktop.
var ANIMATE = (function(s) {
return 'WebkitAnimation' in s ||
'MozAnimation' in s ||
'msAnimation' in s ||
'Animation' in s;
}(document.body.style));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment