Skip to content

Commit 087c92f

Browse files
author
Jare Fagbemi
committed
Added zoom entrances and exits as per @ramatsu's request # 186
1 parent d372431 commit 087c92f

File tree

13 files changed

+587
-1
lines changed

13 files changed

+587
-1
lines changed

animate-config.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,4 +96,20 @@
9696
"rollOut": true
9797
}
9898

99+
"zooming_entrances": {
100+
"zoomIn": true,
101+
"zoomInDown": true,
102+
"zoomInLeft": true,
103+
"zoomInRight": true,
104+
"zoomInUp": true
105+
},
106+
107+
"zooming_exits": {
108+
"zoomOut": true,
109+
"zoomOutDown": true,
110+
"zoomOutLeft": true,
111+
"zoomOutRight": true,
112+
"zoomOutUp": true
113+
}
114+
99115
}

0 commit comments

Comments
 (0)