Skip to content

Commit 11b8b03

Browse files
Added sliding entrances and exits
Generic slideIn/Out animations for absolute elements
1 parent 62c132c commit 11b8b03

File tree

11 files changed

+911
-753
lines changed

11 files changed

+911
-753
lines changed

animate-config.json

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,19 @@
100100
"zoomOutLeft": true,
101101
"zoomOutRight": true,
102102
"zoomOutUp": true
103-
}
103+
},
104104

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+
}
105118
}

0 commit comments

Comments
 (0)