Vue-router: scrollBehavior doesn't respect transition delays

Created on 22 Sep 2016  路  1Comment  路  Source: vuejs/vue-router

the scrollBehaviour is executed instantly as expected, but for a smooth experience, shouldnt it respect the transition delays?

Most helpful comment

Hooking into transitions involves too many intricacies and depends on custom transition implementations, so vue-router is not going to support that as a built-in. It's possible to implement your own transition component for that purpose though.

>All comments

Hooking into transitions involves too many intricacies and depends on custom transition implementations, so vue-router is not going to support that as a built-in. It's possible to implement your own transition component for that purpose though.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

rr326 picture rr326  路  3Comments

gil0mendes picture gil0mendes  路  3Comments

lbineau picture lbineau  路  3Comments

thomas-alrek picture thomas-alrek  路  3Comments

yyx990803 picture yyx990803  路  3Comments