angular-animate

AngularJS module for CSS-based animations (keyframes and transitions) as well as JavaScript-based animations.

Latest Ver 1.8.3
Homepage
Github
0
58,740
📢 angular-animate is a module that allows easy implementation of complex animations in AngularJS applications.
License: MIT
https://cdnjs.cloudflare.com/ajax/libs/angular-animate/1.8.3/angular-animate.js
https://cdnjs.cloudflare.com/ajax/libs/angular-animate/1.8.3/angular-animate.min.js
https://cdnjs.cloudflare.com/ajax/libs/angular-animate/1.8.3/angular-animate.min.js.map

Sample Code

⚠️ Some code, including import statements, may not run properly on jsFiddle. If it fails to execute, please copy the code and try it in your own environment.
📄 HTML
angular.module('myModule', ['ngAnimate']);

// Adding a class-based animation
css(".my-element.ng-enter", {
  transition: 'all 0.5s',
  opacity: 0
}).css(".my-element.ng-enter.ng-enter-active", {
  opacity: 1
});

🧩 External JS
<script src="https://cdnjs.cloudflare.com/ajax/libs/angular.js/1.8.2/angular.min.js"></script>

⚡ Top Tools for Developers
Text Compare

Text Comparison

Easily spot the differences between two texts.

Favicon Generator

Favicon Generator

Quickly and easily generate favicons.

Lorem Ipsum Generator

Lorem Ipsum Generator

Generate placeholder text for your designs.

Character Counter

Character Counter

Check character and word count in real time.

SRT ↔ SMI

SRT ↔ SMI Converter

Easily convert between subtitle formats.

Text Extract(OCR)

Image Text Extractor

Automatically extract text from images.