antonmoiseev / demo-slide-panel

Demo app for animated slide panel blog post
https://medium.com/@asm/animated-slide-panel-with-angular-e985ad646f9
25 stars 25 forks source link

Route change with slide animation? #1

Open warapitiya opened 6 years ago

warapitiya commented 6 years ago

Is there a posibility we can change route with this animation. Imagine a slide show with path param routes.

Eg:

https://localhost:2400/slide/slide1
https://ocalhost:2400/slide/slide2
https://localhost:2400/slide/slide3
antonmoiseev commented 6 years ago

I haven't tried this, but I guess you can put a child <router-outlet> inside the dialog content area and render each slide as a separate route. Transitions between routes can be animated (since Angular 4 I believe). More on this you can find here and here.