H
H
hckn2018-09-19 01:58:08
Vue.js
hckn, 2018-09-19 01:58:08

Why does the transitions-group animation work on an element with the wrong index?

If you click on the close button of the message, for example ONE, then you can see how it instantly collapses, and the delete animation plays on the last element - https://codesandbox.io/s/y739ry1v39
Why is this happening and how to fix it?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
0
0xD34F, 2018-09-19
@hckn

The cant is exactly the same as in your previous question . Make a normal key instead of an index - and everything will be fine. And now what - the element has been removed, no matter which one, the key of the last element always changes (or rather, there is no element with such a key at all) - that's why it is animated.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question