Skip to content

Instantly share code, notes, and snippets.

@matsko
Created October 14, 2014 17:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save matsko/6427e7a52ce3f2668a85 to your computer and use it in GitHub Desktop.
Save matsko/6427e7a52ce3f2668a85 to your computer and use it in GitHub Desktop.
$animate.enter(element, parent, null, {
from : {
opacity: 0
},
to : {
opacity: 1
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment