Answer the question
In order to leave comments, you need to log in
Animation in vue.js when navigating through routes?
I want to make an animation when switching from routes to view. To what extent is this possible and how best to implement it?
At the layout stage, I implemented this as a grid several screens wide, changing screens with js and the property transform: translateX (-100vw). The problem is that all content is one page, one route. That is, the user, having reached a certain position with such navigation, will not be able to provide a link to this path. Well, with search engines, of course, Trouble. How can I set the animation in the style of a full screen slider when changing routes in vue with dynamic content loading?
Answer the question
In order to leave comments, you need to log in
No way, with such an implementation, a grid several screens wide is a lot of course. But still, it’s better to have your own route for each screen and animate the router-view, or I misunderstood something from your question
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question