-
-
Notifications
You must be signed in to change notification settings - Fork 7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug Report][3.0.0] v-snackbar
scale-transition is not working.
#15474
[Bug Report][3.0.0] v-snackbar
scale-transition is not working.
#15474
Comments
v-snackbar
scale-transition is not working. v-snackbar
scale-transition is not working.
As far as I can tell, this is caused by locationStyles. The transform is taking priority and custom transitions, which is why it's always a fade transition, basically. https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/location.ts You can see the transitions work by commenting this out in VSnackbar: |
I'm experiencing the same issue. None of the transitions work as expected, except for |
Environment
Vuetify Version: 3.0.0-beta.5
Vue Version: 3.2.36
Browsers: Chrome 103.0.5060.114
OS: Windows 10
Steps to reproduce
Add transition prop.
transition="scale-transition"
Expected Behavior
It should work like other transitions.
Actual Behavior
it is just fade in the
center
location.localtion='center'
but it work instart
andend
locationReproduction Link
https://codepen.io/Alokdev/pen/MWVmWGE?editors=101
The text was updated successfully, but these errors were encountered: