Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Angular2 - no animation in API

My question is - has something changed since Angular2 went out of beta? I see no Animate in API and no information about what exactly will happen with that.

Could you give me an answer is there something announced about animation? Thank you.

like image 238
elzoy Avatar asked Dec 04 '25 07:12

elzoy


1 Answers

update

Animation support became available in Angular2 RC.2

https://angular.io/docs/ts/latest/guide/animations.html

original

AnimationBuilder should be available from @angular/platform-browser. Animation seems to not be exported.

I guess this is because the new Angular-animation module is about to be shipped.

like image 139
Günter Zöchbauer Avatar answered Dec 07 '25 05:12

Günter Zöchbauer