浏览代码

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
 };