AckerApple / ack-angular-fx

Angular animations made easier
MIT License
34 stars 3 forks source link

component animation #1

Closed mkoczorowski closed 7 years ago

mkoczorowski commented 7 years ago

Is it possible to animate component enter / leave (create/destroy) ?

AckerApple commented 7 years ago

Your question seems too simple, you must be asking something more complicated. Essentially this package is built to do exactly what you are asking. But I must assume you've seen the docs and the examples page so perhaps you are asking something else?

Yes, this package is made for adding animation definitions to components and then typically animated ngIf elements.

mkoczorowski commented 7 years ago

ah perfect. Great Work btw!