Top "Angular2-animation" questions

How do you create reusable Animations in Angular 2

I'm playing with the Animation API, and I'd like to create a reusable animation like say sliding in content for …

angular angular2-animation
Angular 2 - Animation transition not working

I need a transition between 2 colors OnClick. Right now, this is my code: Typescript animations: [ trigger('menubarState', [ state('false', style({…

html angular typescript angular2-animation
Angular 2 Animation - boolean trigger?

I'm trying to trigger a transition bound to a boolean property, but this doesn't seem to fire. Here is a …

angular typescript angular2-animation
Multiple animation triggers in angular2 Component

I would like to define multiple animation triggers in one component. Is this possible? For example one for entering the …

javascript angular angular2-animation
angular 2 animation vs css animation - when to use what?

I'm currently trying out angular2's animation and I was wondering what specific advantage they bring over standard css animations/…

css performance angular css-animations angular2-animation
Angular2 Animation - Animate opacity, but not display-attribute

I want to show and hide my modal component with Angular2 animations. At the moment this is my code: animations: [ …

angular angular2-animation
Angular 2 - Animation show/hide not work with component tag

I'm working on animation for showing and hiding a component. My Plunker: https://embed.plnkr.co/BxT8SKBq8JwuPP16FDu4/ &…

html css angular angular2-animation