/**
* Provides interfaces and implementations for AngularJS's animation mechanism,
* which is used to manage various transitions of views.
* <p>
* In order to use the components in this module, the user must add the
* following inherit statements in his or code.
* </p>
* <pre>
* {@code <inherits name="com.asayama.gwt.angular.animate.NGAnimate" />}
* </pre>
*/
package com.asayama.gwt.angular.animate.client;