From e1d257655263d1b387ab551c72495185deb4b0a4 Mon Sep 17 00:00:00 2001 From: Evan You Date: Fri, 20 Jan 2017 16:07:41 -0500 Subject: [PATCH] [weex] disable transition-group move animation for now --- .../runtime/components/transition-group.js | 20 +++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/platforms/weex/runtime/components/transition-group.js b/src/platforms/weex/runtime/components/transition-group.js index 0caa8bbc..4a65965f 100644 --- a/src/platforms/weex/runtime/components/transition-group.js +++ b/src/platforms/weex/runtime/components/transition-group.js @@ -136,13 +136,13 @@ export default { } } -function callPendingCbs (c) { - /* istanbul ignore if */ - if (c.elm._moveCb) { - c.elm._moveCb() - } - /* istanbul ignore if */ - if (c.elm._enterCb) { - c.elm._enterCb() - } -} +// function callPendingCbs (c) { +// /* istanbul ignore if */ +// if (c.elm._moveCb) { +// c.elm._moveCb() +// } +// /* istanbul ignore if */ +// if (c.elm._enterCb) { +// c.elm._enterCb() +// } +// }