Просмотр исходного кода

[weex] disable transition-group move animation for now

Evan You 9 лет назад
Родитель
Сommit
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()
+//   }
+// }