We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6a0b51b + 11b8b03 commit abbd36bCopy full SHA for abbd36b
11 files changed
animate-config.json
@@ -100,6 +100,19 @@
100
"zoomOutLeft": true,
101
"zoomOutRight": true,
102
"zoomOutUp": true
103
- }
+ },
104
105
+ "sliding_entrances": {
106
+ "slideInDown": true,
107
+ "slideInLeft": true,
108
+ "slideInRight": true,
109
+ "slideInUp": true
110
111
+
112
+ "sliding_exits": {
113
+ "slideOutDown": true,
114
+ "slideOutLeft": true,
115
+ "slideOutRight": true,
116
+ "slideOutUp": true
117
+ }
118
}
0 commit comments