Skip to content

Commit e1d2576

Browse files
committed
[weex] disable transition-group move animation for now
1 parent 92fb118 commit e1d2576

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

src/platforms/weex/runtime/components/transition-group.js

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -136,13 +136,13 @@ export default {
136136
}
137137
}
138138

139-
function callPendingCbs (c) {
140-
/* istanbul ignore if */
141-
if (c.elm._moveCb) {
142-
c.elm._moveCb()
143-
}
144-
/* istanbul ignore if */
145-
if (c.elm._enterCb) {
146-
c.elm._enterCb()
147-
}
148-
}
139+
// function callPendingCbs (c) {
140+
// /* istanbul ignore if */
141+
// if (c.elm._moveCb) {
142+
// c.elm._moveCb()
143+
// }
144+
// /* istanbul ignore if */
145+
// if (c.elm._enterCb) {
146+
// c.elm._enterCb()
147+
// }
148+
// }

0 commit comments

Comments
 (0)