You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Import and put a swiper in an angular component and initialised it.
Expected Behavior
When a route change, a :LEAVE animation and an :ENTER animation is triggered through the router module and angular/animations
The component containing the swiper should execute the animation in both cases.
Actual Behavior
Case 1 : ENTER => no problem, the animation plays while the swiper is initialised.
Case 2 : LEAVE => the swiper is resetted and destroyed as soon as the leaving animation starts, but the animation is well played by its container, the component.
The text was updated successfully, but these errors were encountered:
What You Did
Import and put a swiper in an angular component and initialised it.
Expected Behavior
When a route change, a :LEAVE animation and an :ENTER animation is triggered through the router module and angular/animations
The component containing the swiper should execute the animation in both cases.
Actual Behavior
Case 1 : ENTER => no problem, the animation plays while the swiper is initialised.
Case 2 : LEAVE => the swiper is resetted and destroyed as soon as the leaving animation starts, but the animation is well played by its container, the component.
The text was updated successfully, but these errors were encountered: