-
-
Notifications
You must be signed in to change notification settings - Fork 33.7k
Transition Group Move Class doesn't work with display flex #4913
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
Comments
Please, take the time to read the docs a bit more before opening issues and use the forum or StackOverflow to ask questions... Use this: https://vuejs.org/v2/guide/transitions.html |
@posva im using animate.css for that purpose the title says it all the move-class is not used while removing items First the problem is move-class is not occuring when i remove an item that is my problem Please read carefully about this I'm also reading the docs and all of it before posting |
I'm closing it because you keep doing the same thing: asking questions without taking into account others' time The fiddle you posted wasn't even changing the order of the list. I'd have expected you to at least try out shuffling the array and test things like in the guide. |
@posva but the thing here its the move class that is not appended using move-class attribute you can see on the fiddle that the cards don't move smoothly when an element is removed between it the classes that's appended are enter, active, leave and to classes only not the move class I've also tested it but it's buggy when its an empty array and fetching data from an api or firebase will put elements to it but move animations doesn't work |
You can check out the image here and look closely that move-class attribute is not apended to other elements also |
@posva |
don't know but i'm doing it in development with hot reloading it works when hot reloaded but when i reload manually it doesn't work again |
The move class is not appended when entering or leaving: https://vuejs.org/v2/guide/transitions.html#List-Move-Transitions I'm locking this because you're not following the Contributing Guide and wasting time for anyone reading the issue (including yourself). It's not the first, nor the second time you have disguised questions as issues in vue repos, so please, next time take the time to make sure there's a bug by reading a bit more the docs and seeking for help in forums. Thanks edit: I deleted the comment you posted on the other issue because it was spam. Please, don't do that again |
Uh oh!
There was an error while loading. Please reload this page.
https://jsfiddle.net/RalphChristianEclipse/z11fe07p/715/
#4900
i think this is the same issue ?
First the problem is move-class is not occuring when i remove an item that is my problem
Second i dont use the name attribute for doing enter or leave animations
cause i use animate.css for it
Please read carefully about this
I'm also reading the docs and all of it before posting
Vue.js version
2.1.10
Reproduction Link
https://jsfiddle.net/RalphChristianEclipse/9L8gvuej/5/
https://jsfiddle.net/RalphChristianEclipse/9L8gvuej/7/
Steps to reproduce
No Vue Components Used Steps:
Vue Material Used Steps:
What is Expected?
What is actually happening?
I'm also doing this with an empty array and firebase will push elements in realtime
The documentation states when items are in display: flex move-class will be appended when changes in array position happens or removals
The text was updated successfully, but these errors were encountered: