Vuetify Version: 2.0.11
Vue Version: 2.6.10
Browsers: Firefox 68.0
OS: Ubuntu undefined
Open / close a folder of a v-treeview, shaped or rounded, with transition
The transition should be smooth
The transition glitches
Removing this line solves the issue.
https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/transitions/expand-transition.ts#L36
Does it make sense to change overflow on transition?
overflow: hidden increases the height of v-treeview-node__children due to v-treeview-node__root vertical margin.
Most helpful comment
Removing this line solves the issue.
https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/transitions/expand-transition.ts#L36
Does it make sense to change
overflowon transition?overflow: hiddenincreases the height ofv-treeview-node__childrendue tov-treeview-node__rootvertical margin.