Skip to content

Instantly share code, notes, and snippets.

@gipp
Created April 29, 2013 21:28
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