Angular Animation
  • Introduction
  • Getting Started
    • Add Angular Animate
  • Animating Core Directives
    • CSS Transition
    • ng-class Add/Remove
    • ng-include Animation
    • ng-repeat Animation
    • ng-show/ng-hide Animation
    • Form Animation
    • ngMessages Animation
  • Animating Custom Directives
Powered by GitBook
On this page

Was this helpful?

  1. Getting Started

Add Angular Animate

// index.html
<script src="https://code.angularjs.org/1.4.3/angular-animate.js"></script>
angualr.modue("myApp", ["ngAnimate"]);
PreviousGetting StartedNextAnimating Core Directives

Last updated 5 years ago

Was this helpful?