Improve this doc  View Source

$animateProvider

  1. - $animate
  2. - provider in module ng

Default implementation of $animate that doesn't perform any animations, instead just synchronously performs DOM updates and calls done() callbacks.

In order to enable animations the ngAnimate module has to be loaded.

To see the functional implementation check out src/ngAnimate/animate.js

Methods