View source Improve this doc

$animateProvider
service in module ngAnimate

Description

The $AnimationProvider allows developers to register and access custom JavaScript animations directly inside of a module. When an animation is triggered, the $animate service will query the $animation function to find any animations that match the provided name value.

Requires the ngAnimate module to be installed.

Please visit the ngAnimate module overview page learn more about how to use animations in your application.