Skip to main content

Posts

Showing posts with the label angular animations

Multiple Choice Questions - Angular 4 Animations

Multiple Choice Questions - Angular 4 Animations Angular's animation system lets you build animations that run with the same kind of native performance found in pure CSS animations. You can also tightly integrate your animation logic with the rest of your application code, for ease of control. Angular animations are built on top of the standard Web Animations API and run natively on browsers that support it. [ Via ] Answer the below quiz questions on Angular Animations and check your knowledge on the topic. 1. To make your applications ready for animations, you must include the AngularJS Animate library and then you must refer to the . . . . . module in your application. A) ng-repeat B) ngAnimation C) ngAnimate D) None of above 2. Using the . . . . . . animation function, the parent animation can allow the child animation to run at the exact correct time. A) animateChild B) childAnimate C) animateInner D) innerChild 3. Options as well as input params can also be passed ...