Use this tag to better reference animations in angular versions 2.0 and over or the BrowserAnimationsModule.
I have a list, where the items have an animation like this: <li @animation> And this is my …
angular angular-animationsI am trying to create an input field that expands at least in width dynamically with the length of the …
css angular angular5 angular-material2 angular-animationsI've been puzzled with something I possibly think is a bug in the animation-module in Angular 4. With the animations in …
angular animation wildcard angular-animationsI have 2 routes : export const appRoutes: Route[] = [ { path: 'page1', component: Page1Component, data: { animation: 'page1' } }, { path: 'page2', …
css angular angular-animationsI'm using @angular/animations: 4.4.6 to try and have an expand/collapse animation for a component that will display lots of …
html css angular animation angular-animationsI am working on an Angular responsive app, which on mobile it has a drawer. I love Web Animations API …
angular media-queries angular-animations web-animationsI have read this article about Router transition Animations for Angular: https://medium.com/google-developer-experts/angular-supercharge-your-router-transitions-using-new-animation-features-v4-3-3eb341ede6…
angular angular-routing angular-animationsI'm getting started with Angular animations and i'm stuck on that error: ERROR DOMException: Failed to execute 'animate' on 'Element': …
angular angular-animationsI'd like to animate an image swap in an angular 4 app. As the controller replaces the img src property the …
css angular animation angular-animations web-animationsI created the following animation: fade.animation.ts: import { Component } from '@angular/core'; import { trigger, state, animate, query, transition, …
angular animation repeat angular-animations