Vue.draggable: Transition-group not working

Created on 11 Apr 2018  路  4Comments  路  Source: SortableJS/Vue.Draggable

I am trying to do the same transition effect as in this fiddle:
https://jsfiddle.net/dede89/m2v0orcn/

I can't understand why it's not working in my fiddle:
https://jsfiddle.net/z91kkeLt/3/

Most helpful comment

+1

All 4 comments

+1

there is no tranistion classes in your fiddle

In fact your draggable component is not using nor a :list nor a v-model binding

At first, I used :list and v-show and it worked well, But changed v-show to :class then transition is gone. Like this,

:class="{hide:emp.show}"
:list="emp.children"

Was this page helpful?
0 / 5 - 0 ratings

Related issues

Leadaxe picture Leadaxe  路  3Comments

fedenko picture fedenko  路  3Comments

parthibeyond picture parthibeyond  路  3Comments

Nrqz picture Nrqz  路  3Comments

bborn picture bborn  路  3Comments