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 resolves the returned runner promise.

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

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

Methods