Computer Science, asked by sayandepatra97831, 11 months ago

ngAnimate can be used with

Answers

Answered by OrangyGirl
0

When used properly, animations can make a web application fun to use. Modern browsers are capable of animating different elements on a webpage by using just CSS. If you are using AngularJS in one of your projects, you can also use the ngAnimate module to add animation to it in the Angular way.

Hope it helps ✌✌❤

Answered by Anonymous
0

ngAnimate can be used with:

  • Animations are not available unless you include ngAnimate module as a dependency of your application.
  • AngularJS provides animation hooks for common directives such as ngRepeat, ngSwitch, ngView as well as custom directives via $animate service.
  • Animations can be placed using vanilla CSS by following name conventions set in AngularJS or Javascript code, defined as a factory.
Similar questions