Skip to content

Instantly share code, notes, and snippets.

@matsko
Created December 19, 2013 20:47
Show Gist options
  • Save matsko/8046018 to your computer and use it in GitHub Desktop.
Save matsko/8046018 to your computer and use it in GitHub Desktop.
var isAnimatableClassName = function() { return true; };
var classNameFilter = $animateProvider.classNameFilter();
if(classNameFilter) {
isAnimatableClassName = function(className) {
return classNameFilter.test(className);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment