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
{{ message }}
This repository has been archived by the owner on Jun 11, 2021. It is now read-only.
Use ActivatedRoute to get page-transition data per route and trigger transition based on fromRoutes or toRoutes or trigger default transition if no matches.
Make simple :enter and :leave transitions possible (<animated-router-outlet> ? ) -> Creates router-outlet. Wrap div around component so that it is not replaced immediately on route change and the leave transition can complete -> then remove div DOM node
pass in animations in forRoot
The text was updated successfully, but these errors were encountered:
bergben
changed the title
Allow dynamic transitions for routes
Improvements: Dynamic animations, pageTransitionService, :enter and :leave animations
Feb 27, 2017
Deprecate ng2-page-transition and rename to ngx-animate-routes
Pass data in routes like
Use
ActivatedRoute
to get page-transition data per route and trigger transition based onfromRoutes
ortoRoutes
or trigger default transition if no matches.Add service to support special use cases like
Make simple :enter and :leave transitions possible (
<animated-router-outlet>
? ) -> Creates router-outlet. Wrap div around component so that it is not replaced immediately on route change and the leave transition can complete -> then remove div DOM nodepass in animations in
forRoot
The text was updated successfully, but these errors were encountered: