What are animating elements in AngularJS?
Answers
Answered by
5
HEY MATE.....
HERE IS UR ANSWER.....❤❤
The ngAnimate module does not animate your HTML elements, but when ngAnimate notice certain events, like hide or show of an HTML element, the element gets some pre-defined classes which can be used to make animations. The directives in AngularJS who add/remove classes are: ng-show. ng-hide.
HOPE IT HELPS YOU......☺☺
HERE IS UR ANSWER.....❤❤
The ngAnimate module does not animate your HTML elements, but when ngAnimate notice certain events, like hide or show of an HTML element, the element gets some pre-defined classes which can be used to make animations. The directives in AngularJS who add/remove classes are: ng-show. ng-hide.
HOPE IT HELPS YOU......☺☺
Answered by
0
Answer:
Class and ngClass animation hooks
AngularJS also pays attention to CSS class changes on elements by triggering the add and remove hooks. This means that if a CSS class is added to or removed from an element then an animation can be executed in between, before the CSS class addition or removal is finalized.
Similar questions