ソースを参照

Use default animations in playground app

Animation debug flags were left on by mistake.
Guy Carmeli 5 年 前
コミット
0299ef1f14
共有1 個のファイルを変更した2 個の追加2 個の削除を含む
  1. 2
    2
      playground/src/flags.js

+ 2
- 2
playground/src/flags.js ファイルの表示

@@ -1,5 +1,5 @@
1 1
 module.exports = {
2 2
   showTextInputToTestKeyboardInteraction: false,
3
-  useSlowOpenScreenAnimations: true,
4
-  useSlideAnimation: true
3
+  useSlowOpenScreenAnimations: false,
4
+  useSlideAnimation: false
5 5
 };