Browse Source

Use default animations in playground app

Animation debug flags were left on by mistake.
Guy Carmeli 5 years ago
parent
commit
0299ef1f14
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      playground/src/flags.js

+ 2
- 2
playground/src/flags.js View File

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