Browse Source

Animations pt 1

Guy Carmeli 4 years ago
parent
commit
5f9f100224
1 changed files with 8 additions and 0 deletions
  1. 8
    0
      playground/src/commons/Options.js

+ 8
- 0
playground/src/commons/Options.js View File

@@ -46,6 +46,14 @@ const slideAnimations = {
46 46
         to: 1,
47 47
         duration: useSlowOpenScreenAnimations ? SHOW_DURATION : 300
48 48
       }
49
+    },
50
+    bottomTabs: {
51
+      enter: {
52
+
53
+      },
54
+      exit: {
55
+
56
+      }
49 57
     }
50 58
   },
51 59
   pop: {