Skip to content

Instantly share code, notes, and snippets.

@matsko
Created November 18, 2013 21:54
Show Gist options
  • Save matsko/7536034 to your computer and use it in GitHub Desktop.
Save matsko/7536034 to your computer and use it in GitHub Desktop.
myModule.animation('.slide', function($animateStagger) {
return {
enter : function(element, done) {
return $animateStagger(element, function(index) {
});
}
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment