Skip to content

Commit abbd36b

Browse files
committed
Merge pull request animate-css#263 from jonathanargentiero/master
Added sliding entrances and exits
2 parents 6a0b51b + 11b8b03 commit abbd36b

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)