Skip to content

Commit b40b961

Browse files
committed
Merge pull request animate-css#187 from ofagbemi/master
Added zoom entrances and exits as per @ramatsu's request animate-css#186
2 parents 1d04010 + e3a4313 commit b40b961

File tree

13 files changed

+607
-1
lines changed

13 files changed

+607
-1
lines changed

animate-config.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,22 @@
9595
"hinge": true,
9696
"rollIn": true,
9797
"rollOut": true
98+
},
99+
100+
"zooming_entrances": {
101+
"zoomIn": true,
102+
"zoomInDown": true,
103+
"zoomInLeft": true,
104+
"zoomInRight": true,
105+
"zoomInUp": true
106+
},
107+
108+
"zooming_exits": {
109+
"zoomOut": true,
110+
"zoomOutDown": true,
111+
"zoomOutLeft": true,
112+
"zoomOutRight": true,
113+
"zoomOutUp": true
98114
}
99115

100116
}

0 commit comments

Comments
 (0)