I'm playing with the Animation API, and I'd like to create a reusable animation like say sliding in content for …
angular angular2-animationI need a transition between 2 colors OnClick. Right now, this is my code: Typescript animations: [ trigger('menubarState', [ state('false', style({…
html angular typescript angular2-animationI'm trying to trigger a transition bound to a boolean property, but this doesn't seem to fire. Here is a …
angular typescript angular2-animationI would like to define multiple animation triggers in one component. Is this possible? For example one for entering the …
javascript angular angular2-animationI'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-animationI want to show and hide my modal component with Angular2 animations. At the moment this is my code: animations: [ …
angular angular2-animationI'm working on animation for showing and hiding a component. My Plunker: https://embed.plnkr.co/BxT8SKBq8JwuPP16FDu4/ &…
html css angular angular2-animation