First of all thanks for this neat package, it has been really useful in my project.
I have question though is there a way to get fadeIn animation to work on a div with *ngIf? I am trying to have a fadeIn animation when a div's ngIf goes from false to true.
Some research says this can be done via enter/leave transition? Is this possible with this package? If so how?
Similar problem here: Stackoverflow - Angular Animation not working with ngIf
Thanks in advance.
First of all thanks for this neat package, it has been really useful in my project.
I have question though is there a way to get fadeIn animation to work on a div with *ngIf? I am trying to have a fadeIn animation when a div's ngIf goes from false to true.
Some research says this can be done via enter/leave transition? Is this possible with this package? If so how?
Similar problem here: Stackoverflow - Angular Animation not working with ngIf
Thanks in advance.