瀏覽代碼

[weex] disable transition-group move animation for now

Evan You 9 年之前
父節點
當前提交
e1d2576552
共有 1 個文件被更改,包括 10 次插入10 次删除
  1. 10 10
      src/platforms/weex/runtime/components/transition-group.js

+ 10 - 10
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()
+//   }
+// }