How to disable animations for VTabs contents? #20940
-
I'm aware of the other discussion on this here: #12443 However, adding I've tried adding it to both here: <v-tabs-window v-model="currentTab" :direction="$vuetify.display.mobile ? 'horizontal' : 'vertical'"
:transition="false" :reverse-transition="false"> and/or here: <v-tabs-window-item value="profile" :transition="false" :reverse-transition="false"> But the animation still persists. Any help with this is greatly appreciated thank you! |
Beta Was this translation helpful? Give feedback.
Answered by
chris-vergilio
Jan 29, 2025
Replies: 1 comment
-
Welp, it suddenly worked by adding it to Sorry! Closing |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
chris-vergilio
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Welp, it suddenly worked by adding it to
<v-tabs-window-item value="profile" :transition="false" :reverse-transition="false">
Sorry! Closing