How to use fillMode method in wpt

Best JavaScript code snippet using wpt

animista.js

Source:animista.js Github

copy

Full Screen

1export default {2 info: {3 version: '1.1.0',4 date: '2019-10-30',5 author: 'Ana Travas',6 notes: 'Production version.'7 },8 categories: {9 基础: {10 groups: {11 'scale-up': {12 variations: {13 'scale-up-center': {14 useObject: '#box-object',15 duration: 0.4,16 easing: 'easeOutSine',17 delay: 0,18 iterationCount: '1',19 direction: 'normal',20 fillMode: 'both'21 },22 'scale-up-top': {23 useObject: '#box-object',24 duration: 0.4,25 easing: 'easeOutSine',26 delay: 0,27 iterationCount: '1',28 direction: 'normal',29 fillMode: 'both'30 },31 'scale-up-tr': {32 useObject: '#box-object',33 duration: 0.4,34 easing: 'easeOutSine',35 delay: 0,36 iterationCount: '1',37 direction: 'normal',38 fillMode: 'both'39 },40 'scale-up-right': {41 useObject: '#box-object',42 duration: 0.4,43 easing: 'easeOutSine',44 delay: 0,45 iterationCount: '1',46 direction: 'normal',47 fillMode: 'both'48 },49 'scale-up-br': {50 useObject: '#box-object',51 duration: 0.4,52 easing: 'easeOutSine',53 delay: 0,54 iterationCount: '1',55 direction: 'normal',56 fillMode: 'both'57 },58 'scale-up-bottom': {59 useObject: '#box-object',60 duration: 0.4,61 easing: 'easeOutSine',62 delay: 0,63 iterationCount: '1',64 direction: 'normal',65 fillMode: 'both'66 },67 'scale-up-bl': {68 useObject: '#box-object',69 duration: 0.4,70 easing: 'easeOutSine',71 delay: 0,72 iterationCount: '1',73 direction: 'normal',74 fillMode: 'both'75 },76 'scale-up-left': {77 useObject: '#box-object',78 duration: 0.4,79 easing: 'easeOutSine',80 delay: 0,81 iterationCount: '1',82 direction: 'normal',83 fillMode: 'both'84 },85 'scale-up-tl': {86 useObject: '#box-object',87 duration: 0.4,88 easing: 'easeOutSine',89 delay: 0,90 iterationCount: '1',91 direction: 'normal',92 fillMode: 'both'93 },94 'scale-up-hor-center': {95 useObject: '#box-object',96 duration: 0.4,97 easing: 'easeOutSine',98 delay: 0,99 iterationCount: '1',100 direction: 'normal',101 fillMode: 'both'102 },103 'scale-up-hor-left': {104 useObject: '#box-object',105 duration: 0.4,106 easing: 'easeOutSine',107 delay: 0,108 iterationCount: '1',109 direction: 'normal',110 fillMode: 'both'111 },112 'scale-up-hor-right': {113 useObject: '#box-object',114 duration: 0.4,115 easing: 'easeOutSine',116 delay: 0,117 iterationCount: '1',118 direction: 'normal',119 fillMode: 'both'120 },121 'scale-up-ver-center': {122 useObject: '#box-object',123 duration: 0.4,124 easing: 'easeOutSine',125 delay: 0,126 iterationCount: '1',127 direction: 'normal',128 fillMode: 'both'129 },130 'scale-up-ver-top': {131 useObject: '#box-object',132 duration: 0.4,133 easing: 'easeOutSine',134 delay: 0,135 iterationCount: '1',136 direction: 'normal',137 fillMode: 'both'138 },139 'scale-up-ver-bottom': {140 useObject: '#box-object',141 duration: 0.4,142 easing: 'easeOutSine',143 delay: 0,144 iterationCount: '1',145 direction: 'normal',146 fillMode: 'both'147 }148 }149 },150 'scale-down': {151 variations: {152 'scale-down-center': {153 useObject: '#box-object',154 duration: 0.4,155 easing: 'easeOutQuad',156 delay: 0,157 iterationCount: '1',158 direction: 'normal',159 fillMode: 'both'160 },161 'scale-down-top': {162 useObject: '#box-object',163 duration: 0.4,164 easing: 'easeOutQuad',165 delay: 0,166 iterationCount: '1',167 direction: 'normal',168 fillMode: 'both'169 },170 'scale-down-tr': {171 useObject: '#box-object',172 duration: 0.4,173 easing: 'easeOutQuad',174 delay: 0,175 iterationCount: '1',176 direction: 'normal',177 fillMode: 'both'178 },179 'scale-down-right': {180 useObject: '#box-object',181 duration: 0.4,182 easing: 'easeOutQuad',183 delay: 0,184 iterationCount: '1',185 direction: 'normal',186 fillMode: 'both'187 },188 'scale-down-br': {189 useObject: '#box-object',190 duration: 0.4,191 easing: 'easeOutQuad',192 delay: 0,193 iterationCount: '1',194 direction: 'normal',195 fillMode: 'both'196 },197 'scale-down-bottom': {198 useObject: '#box-object',199 duration: 0.4,200 easing: 'easeOutQuad',201 delay: 0,202 iterationCount: '1',203 direction: 'normal',204 fillMode: 'both'205 },206 'scale-down-bl': {207 useObject: '#box-object',208 duration: 0.4,209 easing: 'easeOutQuad',210 delay: 0,211 iterationCount: '1',212 direction: 'normal',213 fillMode: 'both'214 },215 'scale-down-left': {216 useObject: '#box-object',217 duration: 0.4,218 easing: 'easeOutQuad',219 delay: 0,220 iterationCount: '1',221 direction: 'normal',222 fillMode: 'both'223 },224 'scale-down-tl': {225 useObject: '#box-object',226 duration: 0.4,227 easing: 'easeOutQuad',228 delay: 0,229 iterationCount: '1',230 direction: 'normal',231 fillMode: 'both'232 },233 'scale-down-hor-center': {234 useObject: '#box-object',235 duration: 0.4,236 easing: 'easeOutQuad',237 delay: 0,238 iterationCount: '1',239 direction: 'normal',240 fillMode: 'both'241 },242 'scale-down-hor-left': {243 useObject: '#box-object',244 duration: 0.4,245 easing: 'easeOutQuad',246 delay: 0,247 iterationCount: '1',248 direction: 'normal',249 fillMode: 'both'250 },251 'scale-down-hor-right': {252 useObject: '#box-object',253 duration: 0.4,254 easing: 'easeOutQuad',255 delay: 0,256 iterationCount: '1',257 direction: 'normal',258 fillMode: 'both'259 },260 'scale-down-ver-center': {261 useObject: '#box-object',262 duration: 0.4,263 easing: 'easeOutQuad',264 delay: 0,265 iterationCount: '1',266 direction: 'normal',267 fillMode: 'both'268 },269 'scale-down-ver-top': {270 useObject: '#box-object',271 duration: 0.4,272 easing: 'easeOutQuad',273 delay: 0,274 iterationCount: '1',275 direction: 'normal',276 fillMode: 'both'277 },278 'scale-down-ver-bottom': {279 useObject: '#box-object',280 duration: 0.4,281 easing: 'easeOutQuad',282 delay: 0,283 iterationCount: '1',284 direction: 'normal',285 fillMode: 'both'286 }287 }288 },289 rotate: {290 variations: {291 'rotate-center': {292 useObject: '#card-object-hf',293 is3d: false,294 duration: 0.6,295 easing: 'easeInOut',296 delay: 0,297 iterationCount: '1',298 direction: 'normal',299 fillMode: 'both'300 },301 'rotate-top': {302 useObject: '#card-object-hf',303 is3d: true,304 duration: 0.5,305 easing: 'easeInOutQuad',306 delay: 0,307 iterationCount: '1',308 direction: 'normal',309 fillMode: 'both'310 },311 'rotate-tr': {312 useObject: '#card-object-hf',313 is3d: true,314 duration: 0.5,315 easing: 'easeInOutQuad',316 delay: 0,317 iterationCount: '1',318 direction: 'normal',319 fillMode: 'both'320 },321 'rotate-right': {322 useObject: '#card-object-hf',323 is3d: true,324 duration: 0.5,325 easing: 'easeInOutQuad',326 delay: 0,327 iterationCount: '1',328 direction: 'normal',329 fillMode: 'both'330 },331 'rotate-br': {332 useObject: '#card-object-hf',333 is3d: true,334 duration: 0.5,335 easing: 'easeInOutQuad',336 delay: 0,337 iterationCount: '1',338 direction: 'normal',339 fillMode: 'both'340 },341 'rotate-bottom': {342 useObject: '#card-object-hf',343 is3d: true,344 duration: 0.5,345 easing: 'easeInOutQuad',346 delay: 0,347 iterationCount: '1',348 direction: 'normal',349 fillMode: 'both'350 },351 'rotate-bl': {352 useObject: '#card-object-hf',353 is3d: true,354 duration: 0.5,355 easing: 'easeInOutQuad',356 delay: 0,357 iterationCount: '1',358 direction: 'normal',359 fillMode: 'both'360 },361 'rotate-left': {362 useObject: '#card-object-hf',363 is3d: true,364 duration: 0.5,365 easing: 'easeInOutQuad',366 delay: 0,367 iterationCount: '1',368 direction: 'normal',369 fillMode: 'both'370 },371 'rotate-tl': {372 useObject: '#card-object-hf',373 is3d: true,374 duration: 0.5,375 easing: 'easeInOutQuad',376 delay: 0,377 iterationCount: '1',378 direction: 'normal',379 fillMode: 'both'380 },381 'rotate-hor-center': {382 useObject: '#card-object-hf',383 is3d: true,384 duration: 0.5,385 easing: 'easeInOutQuad',386 delay: 0,387 iterationCount: '1',388 direction: 'normal',389 fillMode: 'both'390 },391 'rotate-hor-top': {392 useObject: '#card-object-hf',393 is3d: true,394 duration: 0.5,395 easing: 'easeInOutCubic',396 delay: 0,397 iterationCount: '1',398 direction: 'normal',399 fillMode: 'both'400 },401 'rotate-hor-bottom': {402 useObject: '#card-object-hf',403 is3d: true,404 duration: 0.5,405 easing: 'easeInOutCubic',406 delay: 0,407 iterationCount: '1',408 direction: 'normal',409 fillMode: 'both'410 },411 'rotate-vert-center': {412 useObject: '#card-object-vf',413 is3d: true,414 duration: 0.5,415 easing: 'easeInOutQuad',416 delay: 0,417 iterationCount: '1',418 direction: 'normal',419 fillMode: 'both'420 },421 'rotate-vert-left': {422 useObject: '#card-object-vf',423 is3d: true,424 duration: 0.5,425 easing: 'easeInOutCubic',426 delay: 0,427 iterationCount: '1',428 direction: 'normal',429 fillMode: 'both'430 },431 'rotate-vert-right': {432 useObject: '#card-object-vf',433 is3d: true,434 duration: 0.5,435 easing: 'easeInOutCubic',436 delay: 0,437 iterationCount: '1',438 direction: 'normal',439 fillMode: 'both'440 },441 'rotate-diagonal-1': {442 useObject: '#card-object-df1',443 is3d: true,444 duration: 0.4,445 easing: 'linear',446 delay: 0,447 iterationCount: '1',448 direction: 'normal',449 fillMode: 'both'450 },451 'rotate-diagonal-2': {452 useObject: '#card-object-df2',453 is3d: true,454 duration: 0.4,455 easing: 'linear',456 delay: 0,457 iterationCount: '1',458 direction: 'normal',459 fillMode: 'both'460 },461 'rotate-diagonal-tr': {462 useObject: '#card-object-df1',463 is3d: true,464 duration: 0.4,465 easing: 'linear',466 delay: 0,467 iterationCount: '1',468 direction: 'normal',469 fillMode: 'both'470 },471 'rotate-diagonal-br': {472 useObject: '#card-object-df2',473 is3d: true,474 duration: 0.4,475 easing: 'linear',476 delay: 0,477 iterationCount: '1',478 direction: 'normal',479 fillMode: 'both'480 },481 'rotate-diagonal-bl': {482 useObject: '#card-object-df1',483 is3d: true,484 duration: 0.4,485 easing: 'linear',486 delay: 0,487 iterationCount: '1',488 direction: 'normal',489 fillMode: 'both'490 },491 'rotate-diagonal-tl': {492 useObject: '#card-object-df2',493 is3d: true,494 duration: 0.4,495 easing: 'linear',496 delay: 0,497 iterationCount: '1',498 direction: 'normal',499 fillMode: 'both'500 }501 }502 },503 'rotate-scale': {504 variations: {505 'rotate-scale-up': {506 useObject: '#card-object-hf',507 is3d: true,508 duration: 0.65,509 easing: 'linear',510 delay: 0,511 iterationCount: '1',512 direction: 'normal',513 fillMode: 'both'514 },515 'rotate-scale-down': {516 useObject: '#card-object-hf',517 is3d: true,518 duration: 0.65,519 easing: 'linear',520 delay: 0,521 iterationCount: '1',522 direction: 'normal',523 fillMode: 'both'524 },525 'rotate-scale-up-hor': {526 useObject: '#card-object-hf',527 is3d: true,528 duration: 0.65,529 easing: 'linear',530 delay: 0,531 iterationCount: '1',532 direction: 'normal',533 fillMode: 'both'534 },535 'rotate-scale-down-hor': {536 useObject: '#card-object-hf',537 is3d: true,538 duration: 0.65,539 easing: 'linear',540 delay: 0,541 iterationCount: '1',542 direction: 'normal',543 fillMode: 'both'544 },545 'rotate-scale-up-ver': {546 useObject: '#card-object-vf',547 is3d: true,548 duration: 0.65,549 easing: 'linear',550 delay: 0,551 iterationCount: '1',552 direction: 'normal',553 fillMode: 'both'554 },555 'rotate-scale-down-ver': {556 useObject: '#card-object-vf',557 is3d: true,558 duration: 0.65,559 easing: 'linear',560 delay: 0,561 iterationCount: '1',562 direction: 'normal',563 fillMode: 'both'564 },565 'rotate-scale-up-diag-1': {566 useObject: '#card-object-df1',567 is3d: true,568 duration: 0.7,569 easing: 'linear',570 delay: 0,571 iterationCount: '1',572 direction: 'normal',573 fillMode: 'both'574 },575 'rotate-scale-down-diag-1': {576 useObject: '#card-object-df1',577 is3d: true,578 duration: 0.7,579 easing: 'linear',580 delay: 0,581 iterationCount: '1',582 direction: 'normal',583 fillMode: 'both'584 },585 'rotate-scale-up-diag-2': {586 useObject: '#card-object-df2',587 is3d: true,588 duration: 0.7,589 easing: 'linear',590 delay: 0,591 iterationCount: '1',592 direction: 'normal',593 fillMode: 'both'594 },595 'rotate-scale-down-diag-2': {596 useObject: '#card-object-df2',597 is3d: true,598 duration: 0.7,599 easing: 'linear',600 delay: 0,601 iterationCount: '1',602 direction: 'normal',603 fillMode: 'both'604 }605 }606 },607 'rotate-90': {608 variations: {609 'rotate-90-cw': {610 useObject: '#card-object-hf',611 duration: 0.4,612 durationUnit: 's',613 easing: 'easeOutQuad',614 delay: 0,615 iterationCount: '1',616 direction: 'normal',617 fillMode: 'both'618 },619 'rotate-90-ccw': {620 useObject: '#card-object-hf',621 duration: 0.4,622 durationUnit: 's',623 easing: 'easeOutQuad',624 delay: 0,625 iterationCount: '1',626 direction: 'normal',627 fillMode: 'both'628 },629 'rotate-90-top-cw': {630 useObject: '#card-object-hf',631 duration: 0.4,632 durationUnit: 's',633 easing: 'easeOutQuad',634 delay: 0,635 iterationCount: '1',636 direction: 'normal',637 fillMode: 'both'638 },639 'rotate-90-top-ccw': {640 useObject: '#card-object-hf',641 duration: 0.4,642 durationUnit: 's',643 easing: 'easeOutQuad',644 delay: 0,645 iterationCount: '1',646 direction: 'normal',647 fillMode: 'both'648 },649 'rotate-90-tr-cw': {650 useObject: '#card-object-hf',651 duration: 0.4,652 durationUnit: 's',653 easing: 'easeOutQuad',654 delay: 0,655 iterationCount: '1',656 direction: 'normal',657 fillMode: 'both'658 },659 'rotate-90-tr-ccw': {660 useObject: '#card-object-hf',661 duration: 0.4,662 durationUnit: 's',663 easing: 'easeOutQuad',664 delay: 0,665 iterationCount: '1',666 direction: 'normal',667 fillMode: 'both'668 },669 'rotate-90-right-cw': {670 useObject: '#card-object-hf',671 duration: 0.4,672 durationUnit: 's',673 easing: 'easeOutQuad',674 delay: 0,675 iterationCount: '1',676 direction: 'normal',677 fillMode: 'both'678 },679 'rotate-90-right-ccw': {680 useObject: '#card-object-hf',681 duration: 0.4,682 durationUnit: 's',683 easing: 'easeOutQuad',684 delay: 0,685 iterationCount: '1',686 direction: 'normal',687 fillMode: 'both'688 },689 'rotate-90-br-cw': {690 useObject: '#card-object-hf',691 duration: 0.4,692 durationUnit: 's',693 easing: 'easeOutQuad',694 delay: 0,695 iterationCount: '1',696 direction: 'normal',697 fillMode: 'both'698 },699 'rotate-90-br-ccw': {700 useObject: '#card-object-hf',701 duration: 0.4,702 durationUnit: 's',703 easing: 'easeOutQuad',704 delay: 0,705 iterationCount: '1',706 direction: 'normal',707 fillMode: 'both'708 },709 'rotate-90-bottom-cw': {710 useObject: '#card-object-hf',711 duration: 0.4,712 durationUnit: 's',713 easing: 'easeOutQuad',714 delay: 0,715 iterationCount: '1',716 direction: 'normal',717 fillMode: 'both'718 },719 'rotate-90-bottom-ccw': {720 useObject: '#card-object-hf',721 duration: 0.4,722 durationUnit: 's',723 easing: 'easeOutQuad',724 delay: 0,725 iterationCount: '1',726 direction: 'normal',727 fillMode: 'both'728 },729 'rotate-90-bl-cw': {730 useObject: '#card-object-hf',731 duration: 0.4,732 durationUnit: 's',733 easing: 'easeOutQuad',734 delay: 0,735 iterationCount: '1',736 direction: 'normal',737 fillMode: 'both'738 },739 'rotate-90-bl-ccw': {740 useObject: '#card-object-hf',741 duration: 0.4,742 durationUnit: 's',743 easing: 'easeOutQuad',744 delay: 0,745 iterationCount: '1',746 direction: 'normal',747 fillMode: 'both'748 },749 'rotate-90-left-cw': {750 useObject: '#card-object-hf',751 duration: 0.4,752 durationUnit: 's',753 easing: 'easeOutQuad',754 delay: 0,755 iterationCount: '1',756 direction: 'normal',757 fillMode: 'both'758 },759 'rotate-90-left-ccw': {760 useObject: '#card-object-hf',761 duration: 0.4,762 durationUnit: 's',763 easing: 'easeOutQuad',764 delay: 0,765 iterationCount: '1',766 direction: 'normal',767 fillMode: 'both'768 },769 'rotate-90-tl-cw': {770 useObject: '#card-object-hf',771 duration: 0.4,772 durationUnit: 's',773 easing: 'easeOutQuad',774 delay: 0,775 iterationCount: '1',776 direction: 'normal',777 fillMode: 'both'778 },779 'rotate-90-tl-ccw': {780 useObject: '#card-object-hf',781 duration: 0.4,782 durationUnit: 's',783 easing: 'easeOutQuad',784 delay: 0,785 iterationCount: '1',786 direction: 'normal',787 fillMode: 'both'788 },789 'rotate-90-horizontal-fwd': {790 useObject: '#cube-object',791 is3d: true,792 duration: 0.4,793 easing: 'easeOutQuad',794 delay: 0,795 iterationCount: '1',796 direction: 'normal',797 fillMode: 'both'798 },799 'rotate-90-horizontal-bck': {800 useObject: '#cube-object',801 is3d: true,802 duration: 0.4,803 easing: 'easeOutQuad',804 delay: 0,805 iterationCount: '1',806 direction: 'normal',807 fillMode: 'both'808 },809 'rotate-90-vertical-fwd': {810 useObject: '#cube-object',811 is3d: true,812 duration: 0.4,813 easing: 'easeOutQuad',814 delay: 0,815 iterationCount: '1',816 direction: 'normal',817 fillMode: 'both'818 },819 'rotate-90-vertical-bck': {820 useObject: '#cube-object',821 is3d: true,822 duration: 0.4,823 easing: 'easeOutQuad',824 delay: 0,825 iterationCount: '1',826 direction: 'normal',827 fillMode: 'both'828 }829 }830 },831 flip: {832 variations: {833 'flip-horizontal-bottom': {834 useObject: '#card-object-hf',835 is3d: true,836 duration: 0.4,837 easing: 'easeInOutQuad',838 delay: 0,839 iterationCount: '1',840 direction: 'normal',841 fillMode: 'both'842 },843 'flip-horizontal-top': {844 useObject: '#card-object-hf',845 is3d: true,846 duration: 0.4,847 easing: 'easeInOutQuad',848 delay: 0,849 iterationCount: '1',850 direction: 'normal',851 fillMode: 'both'852 },853 'flip-horizontal-bck': {854 useObject: '#card-object-hf',855 is3d: true,856 duration: 0.4,857 easing: 'easeInOutQuad',858 delay: 0,859 iterationCount: '1',860 direction: 'normal',861 fillMode: 'both'862 },863 'flip-horizontal-fwd': {864 useObject: '#card-object-hf',865 is3d: true,866 duration: 0.4,867 easing: 'easeInOutQuad',868 delay: 0,869 iterationCount: '1',870 direction: 'normal',871 fillMode: 'both'872 },873 'flip-vertical-right': {874 useObject: '#card-object-vf',875 is3d: true,876 duration: 0.4,877 easing: 'easeInOutQuad',878 delay: 0,879 iterationCount: '1',880 direction: 'normal',881 fillMode: 'both'882 },883 'flip-vertical-left': {884 useObject: '#card-object-vf',885 is3d: true,886 duration: 0.4,887 easing: 'easeInOutQuad',888 delay: 0,889 iterationCount: '1',890 direction: 'normal',891 fillMode: 'both'892 },893 'flip-vertical-bck': {894 useObject: '#card-object-vf',895 is3d: true,896 duration: 0.4,897 easing: 'easeInOutQuad',898 delay: 0,899 iterationCount: '1',900 direction: 'normal',901 fillMode: 'both'902 },903 'flip-vertical-fwd': {904 useObject: '#card-object-vf',905 is3d: true,906 duration: 0.4,907 easing: 'easeInOutQuad',908 delay: 0,909 iterationCount: '1',910 direction: 'normal',911 fillMode: 'both'912 },913 'flip-diagonal-1-tr': {914 useObject: '#card-object-df1',915 is3d: true,916 duration: 0.4,917 easing: 'easeInOutQuad',918 delay: 0,919 iterationCount: '1',920 direction: 'normal',921 fillMode: 'both'922 },923 'flip-diagonal-1-bl': {924 useObject: '#card-object-df1',925 is3d: true,926 duration: 0.4,927 easing: 'easeInOutQuad',928 delay: 0,929 iterationCount: '1',930 direction: 'normal',931 fillMode: 'both'932 },933 'flip-diagonal-1-bck': {934 useObject: '#card-object-df1',935 is3d: true,936 duration: 0.4,937 easing: 'easeInOutQuad',938 delay: 0,939 iterationCount: '1',940 direction: 'normal',941 fillMode: 'both'942 },943 'flip-diagonal-1-fwd': {944 useObject: '#card-object-df1',945 is3d: true,946 duration: 0.4,947 easing: 'easeInOutQuad',948 delay: 0,949 iterationCount: '1',950 direction: 'normal',951 fillMode: 'both'952 },953 'flip-diagonal-2-br': {954 useObject: '#card-object-df2',955 is3d: true,956 duration: 0.4,957 easing: 'easeInOutQuad',958 delay: 0,959 iterationCount: '1',960 direction: 'normal',961 fillMode: 'both'962 },963 'flip-diagonal-2-tl': {964 useObject: '#card-object-df2',965 is3d: true,966 duration: 0.4,967 easing: 'easeInOutQuad',968 delay: 0,969 iterationCount: '1',970 direction: 'normal',971 fillMode: 'both'972 },973 'flip-diagonal-2-bck': {974 useObject: '#card-object-df2',975 is3d: true,976 duration: 0.4,977 easing: 'easeInOutQuad',978 delay: 0,979 iterationCount: '1',980 direction: 'normal',981 fillMode: 'both'982 },983 'flip-diagonal-2-fwd': {984 useObject: '#card-object-df2',985 is3d: true,986 duration: 0.4,987 easing: 'easeInOutQuad',988 delay: 0,989 iterationCount: '1',990 direction: 'normal',991 fillMode: 'both'992 }993 }994 },995 'flip-2': {996 variations: {997 'flip-2-hor-top-1': {998 useObject: '#card-object-hf',999 is3d: true,1000 duration: 0.5,1001 easing: 'easeInOutQuad',1002 delay: 0,1003 iterationCount: '1',1004 direction: 'normal',1005 fillMode: 'both'1006 },1007 'flip-2-hor-top-2': {1008 useObject: '#card-object-hf',1009 is3d: true,1010 duration: 0.5,1011 easing: 'easeInOutQuad',1012 delay: 0,1013 iterationCount: '1',1014 direction: 'normal',1015 fillMode: 'both'1016 },1017 'flip-2-hor-top-bck': {1018 useObject: '#card-object-hf',1019 is3d: true,1020 duration: 0.5,1021 easing: 'easeInOutQuad',1022 delay: 0,1023 iterationCount: '1',1024 direction: 'normal',1025 fillMode: 'both'1026 },1027 'flip-2-hor-top-fwd': {1028 useObject: '#card-object-hf',1029 is3d: true,1030 duration: 0.5,1031 easing: 'easeInOutQuad',1032 delay: 0,1033 iterationCount: '1',1034 direction: 'normal',1035 fillMode: 'both'1036 },1037 'flip-2-ver-right-1': {1038 useObject: '#card-object-vf',1039 is3d: true,1040 duration: 0.5,1041 easing: 'easeInOutQuad',1042 delay: 0,1043 iterationCount: '1',1044 direction: 'normal',1045 fillMode: 'both'1046 },1047 'flip-2-ver-right-2': {1048 useObject: '#card-object-vf',1049 is3d: true,1050 duration: 0.5,1051 easing: 'easeInOutQuad',1052 delay: 0,1053 iterationCount: '1',1054 direction: 'normal',1055 fillMode: 'both'1056 },1057 'flip-2-ver-right-bck': {1058 useObject: '#card-object-vf',1059 is3d: true,1060 duration: 0.5,1061 easing: 'easeInOutQuad',1062 delay: 0,1063 iterationCount: '1',1064 direction: 'normal',1065 fillMode: 'both'1066 },1067 'flip-2-ver-right-fwd': {1068 useObject: '#card-object-vf',1069 is3d: true,1070 duration: 0.5,1071 easing: 'easeInOutQuad',1072 delay: 0,1073 iterationCount: '1',1074 direction: 'normal',1075 fillMode: 'both'1076 },1077 'flip-2-hor-bottom-1': {1078 useObject: '#card-object-hf',1079 is3d: true,1080 duration: 0.5,1081 easing: 'easeInOutQuad',1082 delay: 0,1083 iterationCount: '1',1084 direction: 'normal',1085 fillMode: 'both'1086 },1087 'flip-2-hor-bottom-2': {1088 useObject: '#card-object-hf',1089 is3d: true,1090 duration: 0.5,1091 easing: 'easeInOutQuad',1092 delay: 0,1093 iterationCount: '1',1094 direction: 'normal',1095 fillMode: 'both'1096 },1097 'flip-2-hor-bottom-bck': {1098 useObject: '#card-object-hf',1099 is3d: true,1100 duration: 0.5,1101 easing: 'easeInOutQuad',1102 delay: 0,1103 iterationCount: '1',1104 direction: 'normal',1105 fillMode: 'both'1106 },1107 'flip-2-hor-bottom-fwd': {1108 useObject: '#card-object-hf',1109 is3d: true,1110 duration: 0.5,1111 easing: 'easeInOutQuad',1112 delay: 0,1113 iterationCount: '1',1114 direction: 'normal',1115 fillMode: 'both'1116 },1117 'flip-2-ver-left-1': {1118 useObject: '#card-object-vf',1119 is3d: true,1120 duration: 0.5,1121 easing: 'easeInOutQuad',1122 delay: 0,1123 iterationCount: '1',1124 direction: 'normal',1125 fillMode: 'both'1126 },1127 'flip-2-ver-left-2': {1128 useObject: '#card-object-vf',1129 is3d: true,1130 duration: 0.5,1131 easing: 'easeInOutQuad',1132 delay: 0,1133 iterationCount: '1',1134 direction: 'normal',1135 fillMode: 'both'1136 },1137 'flip-2-ver-left-bck': {1138 useObject: '#card-object-vf',1139 is3d: true,1140 duration: 0.5,1141 easing: 'easeInOutQuad',1142 delay: 0,1143 iterationCount: '1',1144 direction: 'normal',1145 fillMode: 'both'1146 },1147 'flip-2-ver-left-fwd': {1148 useObject: '#card-object-vf',1149 is3d: true,1150 duration: 0.5,1151 easing: 'easeInOutQuad',1152 delay: 0,1153 iterationCount: '1',1154 direction: 'normal',1155 fillMode: 'both'1156 }1157 }1158 },1159 'flip-scale': {1160 variations: {1161 'flip-scale-up-hor': {1162 useObject: '#card-object-hf',1163 is3d: true,1164 duration: 0.5,1165 easing: 'linear',1166 delay: 0,1167 iterationCount: '1',1168 direction: 'normal',1169 fillMode: 'both'1170 },1171 'flip-scale-down-hor': {1172 useObject: '#card-object-hf',1173 is3d: true,1174 duration: 0.5,1175 easing: 'linear',1176 delay: 0,1177 iterationCount: '1',1178 direction: 'normal',1179 fillMode: 'both'1180 },1181 'flip-scale-up-ver': {1182 useObject: '#card-object-vf',1183 is3d: true,1184 duration: 0.5,1185 easing: 'linear',1186 delay: 0,1187 iterationCount: '1',1188 direction: 'normal',1189 fillMode: 'both'1190 },1191 'flip-scale-down-ver': {1192 useObject: '#card-object-vf',1193 is3d: true,1194 duration: 0.5,1195 easing: 'linear',1196 delay: 0,1197 iterationCount: '1',1198 direction: 'normal',1199 fillMode: 'both'1200 },1201 'flip-scale-up-diag-1': {1202 useObject: '#card-object-df1',1203 is3d: true,1204 duration: 0.5,1205 easing: 'linear',1206 delay: 0,1207 iterationCount: '1',1208 direction: 'normal',1209 fillMode: 'both'1210 },1211 'flip-scale-down-diag-1': {1212 useObject: '#card-object-df1',1213 is3d: true,1214 duration: 0.5,1215 easing: 'linear',1216 delay: 0,1217 iterationCount: '1',1218 direction: 'normal',1219 fillMode: 'both'1220 },1221 'flip-scale-up-diag-2': {1222 useObject: '#card-object-df2',1223 is3d: true,1224 duration: 0.5,1225 easing: 'linear',1226 delay: 0,1227 iterationCount: '1',1228 direction: 'normal',1229 fillMode: 'both'1230 },1231 'flip-scale-down-diag-2': {1232 useObject: '#card-object-df2',1233 is3d: true,1234 duration: 0.5,1235 easing: 'linear',1236 delay: 0,1237 iterationCount: '1',1238 direction: 'normal',1239 fillMode: 'both'1240 }1241 }1242 },1243 'flip-scale-2': {1244 variations: {1245 'flip-scale-2-hor-top': {1246 useObject: '#card-object-hf',1247 is3d: true,1248 duration: 0.5,1249 easing: 'linear',1250 delay: 0,1251 iterationCount: '1',1252 direction: 'normal',1253 fillMode: 'both'1254 },1255 'flip-scale-2-ver-right': {1256 useObject: '#card-object-vf',1257 is3d: true,1258 duration: 0.5,1259 easing: 'linear',1260 delay: 0,1261 iterationCount: '1',1262 direction: 'normal',1263 fillMode: 'both'1264 },1265 'flip-scale-2-hor-bottom': {1266 useObject: '#card-object-hf',1267 is3d: true,1268 duration: 0.5,1269 easing: 'linear',1270 delay: 0,1271 iterationCount: '1',1272 direction: 'normal',1273 fillMode: 'both'1274 },1275 'flip-scale-2-ver-left': {1276 useObject: '#card-object-vf',1277 is3d: true,1278 duration: 0.5,1279 easing: 'linear',1280 delay: 0,1281 iterationCount: '1',1282 direction: 'normal',1283 fillMode: 'both'1284 }1285 }1286 },1287 swing: {1288 variations: {1289 'swing-top-fwd': {1290 useObject: '#card-object-hf',1291 is3d: true,1292 duration: 0.4,1293 easing: 'easeOutQuad',1294 delay: 0,1295 iterationCount: '1',1296 direction: 'normal',1297 fillMode: 'both'1298 },1299 'swing-top-bck': {1300 useObject: '#card-object-hf',1301 is3d: true,1302 duration: 0.4,1303 easing: 'easeOutQuad',1304 delay: 0,1305 iterationCount: '1',1306 direction: 'normal',1307 fillMode: 'both'1308 },1309 'swing-top-right-fwd': {1310 useObject: '#card-object-df1',1311 is3d: true,1312 duration: 0.4,1313 easing: 'easeOutQuad',1314 delay: 0,1315 iterationCount: '1',1316 direction: 'normal',1317 fillMode: 'both'1318 },1319 'swing-top-right-bck': {1320 useObject: '#card-object-df1',1321 is3d: true,1322 duration: 0.4,1323 easing: 'easeOutQuad',1324 delay: 0,1325 iterationCount: '1',1326 direction: 'normal',1327 fillMode: 'both'1328 },1329 'swing-right-fwd': {1330 useObject: '#card-object-vf',1331 is3d: true,1332 duration: 0.4,1333 easing: 'easeOutQuad',1334 delay: 0,1335 iterationCount: '1',1336 direction: 'normal',1337 fillMode: 'both'1338 },1339 'swing-right-bck': {1340 useObject: '#card-object-vf',1341 is3d: true,1342 duration: 0.4,1343 easing: 'easeOutQuad',1344 delay: 0,1345 iterationCount: '1',1346 direction: 'normal',1347 fillMode: 'both'1348 },1349 'swing-bottom-right-fwd': {1350 useObject: '#card-object-df2',1351 is3d: true,1352 duration: 0.4,1353 easing: 'easeOutQuad',1354 delay: 0,1355 iterationCount: '1',1356 direction: 'normal',1357 fillMode: 'both'1358 },1359 'swing-bottom-right-bck': {1360 useObject: '#card-object-df2',1361 is3d: true,1362 duration: 0.4,1363 easing: 'easeOutQuad',1364 delay: 0,1365 iterationCount: '1',1366 direction: 'normal',1367 fillMode: 'both'1368 },1369 'swing-bottom-fwd': {1370 useObject: '#card-object-hf',1371 is3d: true,1372 duration: 0.4,1373 easing: 'easeOutQuad',1374 delay: 0,1375 iterationCount: '1',1376 direction: 'normal',1377 fillMode: 'both'1378 },1379 'swing-bottom-bck': {1380 useObject: '#card-object-hf',1381 is3d: true,1382 duration: 0.4,1383 easing: 'easeOutQuad',1384 delay: 0,1385 iterationCount: '1',1386 direction: 'normal',1387 fillMode: 'both'1388 },1389 'swing-bottom-left-fwd': {1390 useObject: '#card-object-df1',1391 is3d: true,1392 duration: 0.4,1393 easing: 'easeOutQuad',1394 delay: 0,1395 iterationCount: '1',1396 direction: 'normal',1397 fillMode: 'both'1398 },1399 'swing-bottom-left-bck': {1400 useObject: '#card-object-df1',1401 is3d: true,1402 duration: 0.4,1403 easing: 'easeOutQuad',1404 delay: 0,1405 iterationCount: '1',1406 direction: 'normal',1407 fillMode: 'both'1408 },1409 'swing-left-fwd': {1410 useObject: '#card-object-vf',1411 is3d: true,1412 duration: 0.4,1413 easing: 'easeOutQuad',1414 delay: 0,1415 iterationCount: '1',1416 direction: 'normal',1417 fillMode: 'both'1418 },1419 'swing-left-bck': {1420 useObject: '#card-object-vf',1421 is3d: true,1422 duration: 0.4,1423 easing: 'easeOutQuad',1424 delay: 0,1425 iterationCount: '1',1426 direction: 'normal',1427 fillMode: 'both'1428 },1429 'swing-top-left-fwd': {1430 useObject: '#card-object-df2',1431 is3d: true,1432 duration: 0.4,1433 easing: 'easeOutQuad',1434 delay: 0,1435 iterationCount: '1',1436 direction: 'normal',1437 fillMode: 'both'1438 },1439 'swing-top-left-bck': {1440 useObject: '#card-object-df2',1441 is3d: true,1442 duration: 0.4,1443 easing: 'easeOutQuad',1444 delay: 0,1445 iterationCount: '1',1446 direction: 'normal',1447 fillMode: 'both'1448 }1449 }1450 },1451 slide: {1452 variations: {1453 'slide-top': {1454 useObject: '#card-object-hf',1455 duration: 0.5,1456 easing: 'easeOutQuad',1457 delay: 0,1458 iterationCount: '1',1459 direction: 'normal',1460 fillMode: 'both',1461 browserSupport: {},1462 notes: []1463 },1464 'slide-tr': {1465 useObject: '#card-object-hf',1466 duration: 0.5,1467 easing: 'easeOutQuad',1468 delay: 0,1469 iterationCount: '1',1470 direction: 'normal',1471 fillMode: 'both',1472 browserSupport: {},1473 notes: []1474 },1475 'slide-right': {1476 useObject: '#card-object-hf',1477 duration: 0.5,1478 easing: 'easeOutQuad',1479 delay: 0,1480 iterationCount: '1',1481 direction: 'normal',1482 fillMode: 'both',1483 browserSupport: {},1484 notes: []1485 },1486 'slide-br': {1487 useObject: '#card-object-hf',1488 duration: 0.5,1489 easing: 'easeOutQuad',1490 delay: 0,1491 iterationCount: '1',1492 direction: 'normal',1493 fillMode: 'both',1494 browserSupport: {},1495 notes: []1496 },1497 'slide-bottom': {1498 useObject: '#card-object-hf',1499 duration: 0.5,1500 easing: 'easeOutQuad',1501 delay: 0,1502 iterationCount: '1',1503 direction: 'normal',1504 fillMode: 'both',1505 browserSupport: {},1506 notes: []1507 },1508 'slide-bl': {1509 useObject: '#card-object-hf',1510 duration: 0.5,1511 easing: 'easeOutQuad',1512 delay: 0,1513 iterationCount: '1',1514 direction: 'normal',1515 fillMode: 'both',1516 browserSupport: {},1517 notes: []1518 },1519 'slide-left': {1520 useObject: '#card-object-hf',1521 duration: 0.5,1522 easing: 'easeOutQuad',1523 delay: 0,1524 iterationCount: '1',1525 direction: 'normal',1526 fillMode: 'both',1527 browserSupport: {},1528 notes: []1529 },1530 'slide-tl': {1531 useObject: '#card-object-hf',1532 duration: 0.5,1533 easing: 'easeOutQuad',1534 delay: 0,1535 iterationCount: '1',1536 direction: 'normal',1537 fillMode: 'both',1538 browserSupport: {},1539 notes: []1540 }1541 }1542 },1543 'slide-bck': {1544 variations: {1545 'slide-bck-center': {1546 useObject: '#card-object-hf',1547 duration: 0.45,1548 easing: 'easeInSine',1549 delay: 0,1550 iterationCount: '1',1551 direction: 'normal',1552 fillMode: 'both',1553 browserSupport: {},1554 notes: []1555 },1556 'slide-bck-top': {1557 useObject: '#card-object-hf',1558 duration: 0.45,1559 easing: 'easeInSine',1560 delay: 0,1561 iterationCount: '1',1562 direction: 'normal',1563 fillMode: 'both',1564 browserSupport: {},1565 notes: []1566 },1567 'slide-bck-tr': {1568 useObject: '#card-object-hf',1569 duration: 0.45,1570 easing: 'easeInSine',1571 delay: 0,1572 iterationCount: '1',1573 direction: 'normal',1574 fillMode: 'both',1575 browserSupport: {},1576 notes: []1577 },1578 'slide-bck-right': {1579 useObject: '#card-object-hf',1580 duration: 0.45,1581 easing: 'easeInSine',1582 delay: 0,1583 iterationCount: '1',1584 direction: 'normal',1585 fillMode: 'both',1586 browserSupport: {},1587 notes: []1588 },1589 'slide-bck-br': {1590 useObject: '#card-object-hf',1591 duration: 0.45,1592 easing: 'easeInSine',1593 delay: 0,1594 iterationCount: '1',1595 direction: 'normal',1596 fillMode: 'both',1597 browserSupport: {},1598 notes: []1599 },1600 'slide-bck-bottom': {1601 useObject: '#card-object-hf',1602 duration: 0.45,1603 easing: 'easeInSine',1604 delay: 0,1605 iterationCount: '1',1606 direction: 'normal',1607 fillMode: 'both',1608 browserSupport: {},1609 notes: []1610 },1611 'slide-bck-bl': {1612 useObject: '#card-object-hf',1613 duration: 0.45,1614 easing: 'easeInSine',1615 delay: 0,1616 iterationCount: '1',1617 direction: 'normal',1618 fillMode: 'both',1619 browserSupport: {},1620 notes: []1621 },1622 'slide-bck-left': {1623 useObject: '#card-object-hf',1624 duration: 0.45,1625 easing: 'easeInSine',1626 delay: 0,1627 iterationCount: '1',1628 direction: 'normal',1629 fillMode: 'both',1630 browserSupport: {},1631 notes: []1632 },1633 'slide-bck-tl': {1634 useObject: '#card-object-hf',1635 duration: 0.45,1636 easing: 'easeInSine',1637 delay: 0,1638 iterationCount: '1',1639 direction: 'normal',1640 fillMode: 'both',1641 browserSupport: {},1642 notes: []1643 }1644 }1645 },1646 'slide-fwd': {1647 variations: {1648 'slide-fwd-center': {1649 useObject: '#card-object-hf',1650 duration: 0.45,1651 easing: 'easeOutQuad',1652 delay: 0,1653 iterationCount: '1',1654 direction: 'normal',1655 fillMode: 'both',1656 browserSupport: {},1657 notes: []1658 },1659 'slide-fwd-top': {1660 useObject: '#card-object-hf',1661 duration: 0.45,1662 easing: 'easeOutQuad',1663 delay: 0,1664 iterationCount: '1',1665 direction: 'normal',1666 fillMode: 'both',1667 browserSupport: {},1668 notes: []1669 },1670 'slide-fwd-tr': {1671 useObject: '#card-object-hf',1672 duration: 0.45,1673 easing: 'easeOutQuad',1674 delay: 0,1675 iterationCount: '1',1676 direction: 'normal',1677 fillMode: 'both',1678 browserSupport: {},1679 notes: []1680 },1681 'slide-fwd-right': {1682 useObject: '#card-object-hf',1683 duration: 0.45,1684 easing: 'easeOutQuad',1685 delay: 0,1686 iterationCount: '1',1687 direction: 'normal',1688 fillMode: 'both',1689 browserSupport: {},1690 notes: []1691 },1692 'slide-fwd-br': {1693 useObject: '#card-object-hf',1694 duration: 0.45,1695 easing: 'easeOutQuad',1696 delay: 0,1697 iterationCount: '1',1698 direction: 'normal',1699 fillMode: 'both',1700 browserSupport: {},1701 notes: []1702 },1703 'slide-fwd-bottom': {1704 useObject: '#card-object-hf',1705 duration: 0.45,1706 easing: 'easeOutQuad',1707 delay: 0,1708 iterationCount: '1',1709 direction: 'normal',1710 fillMode: 'both',1711 browserSupport: {},1712 notes: []1713 },1714 'slide-fwd-bl': {1715 useObject: '#card-object-hf',1716 duration: 0.45,1717 easing: 'easeOutQuad',1718 delay: 0,1719 iterationCount: '1',1720 direction: 'normal',1721 fillMode: 'both',1722 browserSupport: {},1723 notes: []1724 },1725 'slide-fwd-left': {1726 useObject: '#card-object-hf',1727 duration: 0.45,1728 easing: 'easeOutQuad',1729 delay: 0,1730 iterationCount: '1',1731 direction: 'normal',1732 fillMode: 'both',1733 browserSupport: {},1734 notes: []1735 },1736 'slide-fwd-tl': {1737 useObject: '#card-object-hf',1738 duration: 0.45,1739 easing: 'easeOutQuad',1740 delay: 0,1741 iterationCount: '1',1742 direction: 'normal',1743 fillMode: 'both',1744 browserSupport: {},1745 notes: []1746 }1747 }1748 },1749 'slide-rotate': {1750 variations: {1751 'slide-rotate-hor-top': {1752 useObject: '#card-object-hf',1753 duration: 0.5,1754 easing: 'easeOutQuad',1755 delay: 0,1756 iterationCount: '1',1757 direction: 'normal',1758 fillMode: 'both',1759 browserSupport: {},1760 notes: []1761 },1762 'slide-rotate-hor-t-bck': {1763 useObject: '#card-object-hf',1764 duration: 0.5,1765 easing: 'easeInOutQuad',1766 delay: 0,1767 iterationCount: '1',1768 direction: 'normal',1769 fillMode: 'both',1770 browserSupport: {},1771 notes: []1772 },1773 'slide-rotate-hor-t-fwd': {1774 useObject: '#card-object-hf',1775 duration: 0.5,1776 easing: 'easeInOutQuad',1777 delay: 0,1778 iterationCount: '1',1779 direction: 'normal',1780 fillMode: 'both',1781 browserSupport: {},1782 notes: []1783 },1784 'slide-rotate-ver-right': {1785 useObject: '#card-object-hf',1786 duration: 0.5,1787 easing: 'easeOutQuad',1788 delay: 0,1789 iterationCount: '1',1790 direction: 'normal',1791 fillMode: 'both',1792 browserSupport: {},1793 notes: []1794 },1795 'slide-rotate-ver-r-bck': {1796 useObject: '#card-object-hf',1797 duration: 0.5,1798 easing: 'easeInOutQuad',1799 delay: 0,1800 iterationCount: '1',1801 direction: 'normal',1802 fillMode: 'both',1803 browserSupport: {},1804 notes: []1805 },1806 'slide-rotate-ver-r-fwd': {1807 useObject: '#card-object-hf',1808 duration: 0.5,1809 easing: 'easeInOutQuad',1810 delay: 0,1811 iterationCount: '1',1812 direction: 'normal',1813 fillMode: 'both',1814 browserSupport: {},1815 notes: []1816 },1817 'slide-rotate-hor-bottom': {1818 useObject: '#card-object-hf',1819 duration: 0.5,1820 easing: 'easeOutQuad',1821 delay: 0,1822 iterationCount: '1',1823 direction: 'normal',1824 fillMode: 'both',1825 browserSupport: {},1826 notes: []1827 },1828 'slide-rotate-hor-b-bck': {1829 useObject: '#card-object-hf',1830 duration: 0.5,1831 easing: 'easeInOutQuad',1832 delay: 0,1833 iterationCount: '1',1834 direction: 'normal',1835 fillMode: 'both',1836 browserSupport: {},1837 notes: []1838 },1839 'slide-rotate-hor-b-fwd': {1840 useObject: '#card-object-hf',1841 duration: 0.5,1842 easing: 'easeInOutQuad',1843 delay: 0,1844 iterationCount: '1',1845 direction: 'normal',1846 fillMode: 'both',1847 browserSupport: {},1848 notes: []1849 },1850 'slide-rotate-ver-left': {1851 useObject: '#card-object-hf',1852 duration: 0.5,1853 easing: 'easeOutQuad',1854 delay: 0,1855 iterationCount: '1',1856 direction: 'normal',1857 fillMode: 'both',1858 browserSupport: {},1859 notes: []1860 },1861 'slide-rotate-ver-l-bck': {1862 useObject: '#card-object-hf',1863 duration: 0.5,1864 easing: 'easeInOutQuad',1865 delay: 0,1866 iterationCount: '1',1867 direction: 'normal',1868 fillMode: 'both',1869 browserSupport: {},1870 notes: []1871 },1872 'slide-rotate-ver-l-fwd': {1873 useObject: '#card-object-hf',1874 duration: 0.5,1875 easing: 'easeInOutQuad',1876 delay: 0,1877 iterationCount: '1',1878 direction: 'normal',1879 fillMode: 'both',1880 browserSupport: {},1881 notes: []1882 }1883 }1884 },1885 'shadow-drop': {1886 variations: {1887 'shadow-drop-center': {1888 useObject: '#box-object-light',1889 is3d: true,1890 duration: 0.4,1891 easing: 'easeOutQuad',1892 delay: 0,1893 iterationCount: '1',1894 direction: 'normal',1895 fillMode: 'both'1896 },1897 'shadow-drop-top': {1898 useObject: '#box-object-light',1899 is3d: true,1900 duration: 0.4,1901 easing: 'easeOutQuad',1902 delay: 0,1903 iterationCount: '1',1904 direction: 'normal',1905 fillMode: 'both'1906 },1907 'shadow-drop-right': {1908 useObject: '#box-object-light',1909 is3d: true,1910 duration: 0.4,1911 easing: 'easeOutQuad',1912 delay: 0,1913 iterationCount: '1',1914 direction: 'normal',1915 fillMode: 'both'1916 },1917 'shadow-drop-bottom': {1918 useObject: '#box-object-light',1919 is3d: true,1920 duration: 0.4,1921 easing: 'easeOutQuad',1922 delay: 0,1923 iterationCount: '1',1924 direction: 'normal',1925 fillMode: 'both'1926 },1927 'shadow-drop-left': {1928 useObject: '#box-object-light',1929 is3d: true,1930 duration: 0.4,1931 easing: 'easeOutQuad',1932 delay: 0,1933 iterationCount: '1',1934 direction: 'normal',1935 fillMode: 'both'1936 },1937 'shadow-drop-lr': {1938 useObject: '#box-object-light',1939 is3d: true,1940 duration: 0.4,1941 easing: 'easeOutQuad',1942 delay: 0,1943 iterationCount: '1',1944 direction: 'normal',1945 fillMode: 'both'1946 },1947 'shadow-drop-tb': {1948 useObject: '#box-object-light',1949 is3d: true,1950 duration: 0.4,1951 easing: 'easeOutQuad',1952 delay: 0,1953 iterationCount: '1',1954 direction: 'normal',1955 fillMode: 'both'1956 },1957 'shadow-drop-tr': {1958 useObject: '#box-object-light',1959 is3d: true,1960 duration: 0.4,1961 easing: 'easeOutQuad',1962 delay: 0,1963 iterationCount: '1',1964 direction: 'normal',1965 fillMode: 'both'1966 },1967 'shadow-drop-br': {1968 useObject: '#box-object-light',1969 is3d: true,1970 duration: 0.4,1971 easing: 'easeOutQuad',1972 delay: 0,1973 iterationCount: '1',1974 direction: 'normal',1975 fillMode: 'both'1976 },1977 'shadow-drop-bl': {1978 useObject: '#box-object-light',1979 is3d: true,1980 duration: 0.4,1981 easing: 'easeOutQuad',1982 delay: 0,1983 iterationCount: '1',1984 direction: 'normal',1985 fillMode: 'both'1986 },1987 'shadow-drop-tl': {1988 useObject: '#box-object-light',1989 is3d: true,1990 duration: 0.4,1991 easing: 'easeOutQuad',1992 delay: 0,1993 iterationCount: '1',1994 direction: 'normal',1995 fillMode: 'both'1996 }1997 }1998 },1999 'shadow-drop-2': {2000 variations: {2001 'shadow-drop-2-center': {2002 useObject: '#box-object-light',2003 is3d: true,2004 duration: 0.4,2005 easing: 'easeOutQuad',2006 delay: 0,2007 iterationCount: '1',2008 direction: 'normal',2009 fillMode: 'both'2010 },2011 'shadow-drop-2-top': {2012 useObject: '#box-object-light',2013 is3d: true,2014 duration: 0.4,2015 easing: 'easeOutQuad',2016 delay: 0,2017 iterationCount: '1',2018 direction: 'normal',2019 fillMode: 'both'2020 },2021 'shadow-drop-2-right': {2022 useObject: '#box-object-light',2023 is3d: true,2024 duration: 0.4,2025 easing: 'easeOutQuad',2026 delay: 0,2027 iterationCount: '1',2028 direction: 'normal',2029 fillMode: 'both'2030 },2031 'shadow-drop-2-bottom': {2032 useObject: '#box-object-light',2033 is3d: true,2034 duration: 0.4,2035 easing: 'easeOutQuad',2036 delay: 0,2037 iterationCount: '1',2038 direction: 'normal',2039 fillMode: 'both'2040 },2041 'shadow-drop-2-left': {2042 useObject: '#box-object-light',2043 is3d: true,2044 duration: 0.4,2045 easing: 'easeOutQuad',2046 delay: 0,2047 iterationCount: '1',2048 direction: 'normal',2049 fillMode: 'both'2050 },2051 'shadow-drop-2-lr': {2052 useObject: '#box-object-light',2053 is3d: true,2054 duration: 0.4,2055 easing: 'easeOutQuad',2056 delay: 0,2057 iterationCount: '1',2058 direction: 'normal',2059 fillMode: 'both'2060 },2061 'shadow-drop-2-tb': {2062 useObject: '#box-object-light',2063 is3d: true,2064 duration: 0.4,2065 easing: 'easeOutQuad',2066 delay: 0,2067 iterationCount: '1',2068 direction: 'normal',2069 fillMode: 'both'2070 },2071 'shadow-drop-2-tr': {2072 useObject: '#box-object-light',2073 is3d: true,2074 duration: 0.4,2075 easing: 'easeOutQuad',2076 delay: 0,2077 iterationCount: '1',2078 direction: 'normal',2079 fillMode: 'both'2080 },2081 'shadow-drop-2-br': {2082 useObject: '#box-object-light',2083 is3d: true,2084 duration: 0.4,2085 easing: 'easeOutQuad',2086 delay: 0,2087 iterationCount: '1',2088 direction: 'normal',2089 fillMode: 'both'2090 },2091 'shadow-drop-2-bl': {2092 useObject: '#box-object-light',2093 is3d: true,2094 duration: 0.4,2095 easing: 'easeOutQuad',2096 delay: 0,2097 iterationCount: '1',2098 direction: 'normal',2099 fillMode: 'both'2100 },2101 'shadow-drop-2-tl': {2102 useObject: '#box-object-light',2103 is3d: true,2104 duration: 0.4,2105 easing: 'easeOutQuad',2106 delay: 0,2107 iterationCount: '1',2108 direction: 'normal',2109 fillMode: 'both'2110 }2111 }2112 },2113 'shadow-pop': {2114 variations: {2115 'shadow-pop-tr': {2116 useObject: '#box-object-light',2117 is3d: true,2118 duration: 0.3,2119 easing: 'easeInSine',2120 delay: 0,2121 iterationCount: '1',2122 direction: 'normal',2123 fillMode: 'both'2124 },2125 'shadow-pop-br': {2126 useObject: '#box-object-light',2127 is3d: true,2128 duration: 0.3,2129 easing: 'easeInSine',2130 delay: 0,2131 iterationCount: '1',2132 direction: 'normal',2133 fillMode: 'both'2134 },2135 'shadow-pop-bl': {2136 useObject: '#box-object-light',2137 is3d: true,2138 duration: 0.3,2139 easing: 'easeInSine',2140 delay: 0,2141 iterationCount: '1',2142 direction: 'normal',2143 fillMode: 'both'2144 },2145 'shadow-pop-tl': {2146 useObject: '#box-object-light',2147 is3d: true,2148 duration: 0.3,2149 easing: 'easeInSine',2150 delay: 0,2151 iterationCount: '1',2152 direction: 'normal',2153 fillMode: 'both'2154 }2155 }2156 },2157 'shadow-inset': {2158 variations: {2159 'shadow-inset-center': {2160 useObject: '#box-object-light',2161 is3d: true,2162 duration: 0.4,2163 easing: 'easeOutQuad',2164 delay: 0,2165 iterationCount: '1',2166 direction: 'normal',2167 fillMode: 'both'2168 },2169 'shadow-inset-top': {2170 useObject: '#box-object-light',2171 is3d: true,2172 duration: 0.4,2173 easing: 'easeOutQuad',2174 delay: 0,2175 iterationCount: '1',2176 direction: 'normal',2177 fillMode: 'both'2178 },2179 'shadow-inset-right': {2180 useObject: '#box-object-light',2181 is3d: true,2182 duration: 0.4,2183 easing: 'easeOutQuad',2184 delay: 0,2185 iterationCount: '1',2186 direction: 'normal',2187 fillMode: 'both'2188 },2189 'shadow-inset-bottom': {2190 useObject: '#box-object-light',2191 is3d: true,2192 duration: 0.4,2193 easing: 'easeOutQuad',2194 delay: 0,2195 iterationCount: '1',2196 direction: 'normal',2197 fillMode: 'both'2198 },2199 'shadow-inset-left': {2200 useObject: '#box-object-light',2201 is3d: true,2202 duration: 0.4,2203 easing: 'easeOutQuad',2204 delay: 0,2205 iterationCount: '1',2206 direction: 'normal',2207 fillMode: 'both'2208 },2209 'shadow-inset-lr': {2210 useObject: '#box-object-light',2211 is3d: true,2212 duration: 0.4,2213 easing: 'easeOutQuad',2214 delay: 0,2215 iterationCount: '1',2216 direction: 'normal',2217 fillMode: 'both'2218 },2219 'shadow-inset-tb': {2220 useObject: '#box-object-light',2221 is3d: true,2222 duration: 0.4,2223 easing: 'easeOutQuad',2224 delay: 0,2225 iterationCount: '1',2226 direction: 'normal',2227 fillMode: 'both'2228 },2229 'shadow-inset-tr': {2230 useObject: '#box-object-light',2231 is3d: true,2232 duration: 0.4,2233 easing: 'easeOutQuad',2234 delay: 0,2235 iterationCount: '1',2236 direction: 'normal',2237 fillMode: 'both'2238 },2239 'shadow-inset-br': {2240 useObject: '#box-object-light',2241 is3d: true,2242 duration: 0.4,2243 easing: 'easeOutQuad',2244 delay: 0,2245 iterationCount: '1',2246 direction: 'normal',2247 fillMode: 'both'2248 },2249 'shadow-inset-bl': {2250 useObject: '#box-object-light',2251 is3d: true,2252 duration: 0.4,2253 easing: 'easeOutQuad',2254 delay: 0,2255 iterationCount: '1',2256 direction: 'normal',2257 fillMode: 'both'2258 },2259 'shadow-inset-tl': {2260 useObject: '#box-object-light',2261 is3d: true,2262 duration: 0.4,2263 easing: 'easeOutQuad',2264 delay: 0,2265 iterationCount: '1',2266 direction: 'normal',2267 fillMode: 'both'2268 }2269 }2270 }2271 }2272 },2273 进入: {2274 groups: {2275 'scale-in': {2276 variations: {2277 'scale-in-center': {2278 useObject: '#box-object',2279 duration: 0.5,2280 easing: 'easeOutQuad',2281 delay: 0,2282 iterationCount: '1',2283 direction: 'normal',2284 fillMode: 'both',2285 browserSupport: {},2286 notes: []2287 },2288 'scale-in-top': {2289 useObject: '#box-object',2290 duration: 0.5,2291 easing: 'easeOutQuad',2292 delay: 0,2293 iterationCount: '1',2294 direction: 'normal',2295 fillMode: 'both'2296 },2297 'scale-in-tr': {2298 useObject: '#box-object',2299 duration: 0.5,2300 easing: 'easeOutQuad',2301 delay: 0,2302 iterationCount: '1',2303 direction: 'normal',2304 fillMode: 'both'2305 },2306 'scale-in-right': {2307 useObject: '#box-object',2308 duration: 0.5,2309 easing: 'easeOutQuad',2310 delay: 0,2311 iterationCount: '1',2312 direction: 'normal',2313 fillMode: 'both'2314 },2315 'scale-in-br': {2316 useObject: '#box-object',2317 duration: 0.5,2318 easing: 'easeOutQuad',2319 delay: 0,2320 iterationCount: '1',2321 direction: 'normal',2322 fillMode: 'both'2323 },2324 'scale-in-bottom': {2325 useObject: '#box-object',2326 duration: 0.5,2327 easing: 'easeOutQuad',2328 delay: 0,2329 iterationCount: '1',2330 direction: 'normal',2331 fillMode: 'both'2332 },2333 'scale-in-bl': {2334 useObject: '#box-object',2335 duration: 0.5,2336 easing: 'easeOutQuad',2337 delay: 0,2338 iterationCount: '1',2339 direction: 'normal',2340 fillMode: 'both'2341 },2342 'scale-in-left': {2343 useObject: '#box-object',2344 duration: 0.5,2345 easing: 'easeOutQuad',2346 delay: 0,2347 iterationCount: '1',2348 direction: 'normal',2349 fillMode: 'both'2350 },2351 'scale-in-tl': {2352 useObject: '#box-object',2353 duration: 0.5,2354 easing: 'easeOutQuad',2355 delay: 0,2356 iterationCount: '1',2357 direction: 'normal',2358 fillMode: 'both'2359 },2360 'scale-in-hor-center': {2361 useObject: '#box-object',2362 duration: 0.5,2363 easing: 'easeOutQuad',2364 delay: 0,2365 iterationCount: '1',2366 direction: 'normal',2367 fillMode: 'both'2368 },2369 'scale-in-hor-left': {2370 useObject: '#box-object',2371 duration: 0.5,2372 easing: 'easeOutQuad',2373 delay: 0,2374 iterationCount: '1',2375 direction: 'normal',2376 fillMode: 'both'2377 },2378 'scale-in-hor-right': {2379 useObject: '#box-object',2380 duration: 0.5,2381 easing: 'easeOutQuad',2382 delay: 0,2383 iterationCount: '1',2384 direction: 'normal',2385 fillMode: 'both'2386 },2387 'scale-in-ver-center': {2388 useObject: '#box-object',2389 duration: 0.5,2390 easing: 'easeOutQuad',2391 delay: 0,2392 iterationCount: '1',2393 direction: 'normal',2394 fillMode: 'both'2395 },2396 'scale-in-ver-top': {2397 useObject: '#box-object',2398 duration: 0.5,2399 easing: 'easeOutQuad',2400 delay: 0,2401 iterationCount: '1',2402 direction: 'normal',2403 fillMode: 'both'2404 },2405 'scale-in-ver-bottom': {2406 useObject: '#box-object',2407 duration: 0.5,2408 easing: 'easeOutQuad',2409 delay: 0,2410 iterationCount: '1',2411 direction: 'normal',2412 fillMode: 'both'2413 }2414 }2415 },2416 'rotate-in': {2417 variations: {2418 'rotate-in-center': {2419 useObject: '#card-object-hf',2420 is3d: true,2421 duration: 0.6,2422 easing: 'easeOutQuad',2423 delay: 0,2424 iterationCount: '1',2425 direction: 'normal',2426 fillMode: 'both'2427 },2428 'rotate-in-top': {2429 useObject: '#card-object-hf',2430 is3d: true,2431 duration: 0.5,2432 easing: 'easeOutQuad',2433 delay: 0,2434 iterationCount: '1',2435 direction: 'normal',2436 fillMode: 'both'2437 },2438 'rotate-in-tr': {2439 useObject: '#card-object-hf',2440 is3d: true,2441 duration: 0.5,2442 easing: 'easeOutQuad',2443 delay: 0,2444 iterationCount: '1',2445 direction: 'normal',2446 fillMode: 'both'2447 },2448 'rotate-in-right': {2449 useObject: '#card-object-hf',2450 is3d: true,2451 duration: 0.5,2452 easing: 'easeOutQuad',2453 delay: 0,2454 iterationCount: '1',2455 direction: 'normal',2456 fillMode: 'both'2457 },2458 'rotate-in-br': {2459 useObject: '#card-object-hf',2460 is3d: true,2461 duration: 0.5,2462 easing: 'easeOutQuad',2463 delay: 0,2464 iterationCount: '1',2465 direction: 'normal',2466 fillMode: 'both'2467 },2468 'rotate-in-bottom': {2469 useObject: '#card-object-hf',2470 is3d: true,2471 duration: 0.5,2472 easing: 'easeOutQuad',2473 delay: 0,2474 iterationCount: '1',2475 direction: 'normal',2476 fillMode: 'both'2477 },2478 'rotate-in-bl': {2479 useObject: '#card-object-hf',2480 is3d: true,2481 duration: 0.5,2482 easing: 'easeOutQuad',2483 delay: 0,2484 iterationCount: '1',2485 direction: 'normal',2486 fillMode: 'both'2487 },2488 'rotate-in-left': {2489 useObject: '#card-object-hf',2490 is3d: true,2491 duration: 0.5,2492 easing: 'easeOutQuad',2493 delay: 0,2494 iterationCount: '1',2495 direction: 'normal',2496 fillMode: 'both'2497 },2498 'rotate-in-tl': {2499 useObject: '#card-object-hf',2500 is3d: true,2501 duration: 0.5,2502 easing: 'easeOutQuad',2503 delay: 0,2504 iterationCount: '1',2505 direction: 'normal',2506 fillMode: 'both'2507 },2508 'rotate-in-hor': {2509 useObject: '#box-object',2510 is3d: true,2511 perspective: true,2512 duration: 0.5,2513 easing: 'easeOutQuad',2514 delay: 0,2515 iterationCount: '1',2516 direction: 'normal',2517 fillMode: 'both'2518 },2519 'rotate-in-ver': {2520 useObject: '#box-object',2521 is3d: true,2522 perspective: true,2523 duration: 0.5,2524 easing: 'easeOutQuad',2525 delay: 0,2526 iterationCount: '1',2527 direction: 'normal',2528 fillMode: 'both'2529 },2530 'rotate-in-diag-1': {2531 useObject: '#box-object',2532 is3d: true,2533 perspective: true,2534 duration: 0.5,2535 easing: 'easeOutQuad',2536 delay: 0,2537 iterationCount: '1',2538 direction: 'normal',2539 fillMode: 'both'2540 },2541 'rotate-in-diag-2': {2542 useObject: '#box-object',2543 is3d: true,2544 perspective: true,2545 duration: 0.5,2546 easing: 'easeOutQuad',2547 delay: 0,2548 iterationCount: '1',2549 direction: 'normal',2550 fillMode: 'both'2551 }2552 }2553 },2554 'rotate-in-2': {2555 variations: {2556 'rotate-in-2-cw': {2557 useObject: '#image-object',2558 duration: 0.5,2559 easing: 'easeOutQuad',2560 delay: 0,2561 iterationCount: '1',2562 direction: 'normal',2563 fillMode: 'both'2564 },2565 'rotate-in-2-ccw': {2566 useObject: '#image-object',2567 duration: 0.5,2568 easing: 'easeOutQuad',2569 delay: 0,2570 iterationCount: '1',2571 direction: 'normal',2572 fillMode: 'both'2573 },2574 'rotate-in-2-fwd-cw': {2575 useObject: '#image-object',2576 duration: 0.5,2577 easing: 'easeOutQuad',2578 delay: 0,2579 iterationCount: '1',2580 direction: 'normal',2581 fillMode: 'both'2582 },2583 'rotate-in-2-fwd-ccw': {2584 useObject: '#image-object',2585 duration: 0.5,2586 easing: 'easeOutQuad',2587 delay: 0,2588 iterationCount: '1',2589 direction: 'normal',2590 fillMode: 'both'2591 },2592 'rotate-in-2-bck-cw': {2593 useObject: '#image-object',2594 duration: 0.5,2595 easing: 'easeOutQuad',2596 delay: 0,2597 iterationCount: '1',2598 direction: 'normal',2599 fillMode: 'both'2600 },2601 'rotate-in-2-bck-ccw': {2602 useObject: '#image-object',2603 duration: 0.5,2604 easing: 'easeOutQuad',2605 delay: 0,2606 iterationCount: '1',2607 direction: 'normal',2608 fillMode: 'both'2609 },2610 'rotate-in-2-tr-cw': {2611 useObject: '#image-object',2612 duration: 0.5,2613 easing: 'easeOutQuad',2614 delay: 0,2615 iterationCount: '1',2616 direction: 'normal',2617 fillMode: 'both'2618 },2619 'rotate-in-2-tr-ccw': {2620 useObject: '#image-object',2621 duration: 0.5,2622 easing: 'easeOutQuad',2623 delay: 0,2624 iterationCount: '1',2625 direction: 'normal',2626 fillMode: 'both'2627 },2628 'rotate-in-2-br-cw': {2629 useObject: '#image-object',2630 duration: 0.5,2631 easing: 'easeOutQuad',2632 delay: 0,2633 iterationCount: '1',2634 direction: 'normal',2635 fillMode: 'both'2636 },2637 'rotate-in-2-br-ccw': {2638 useObject: '#image-object',2639 duration: 0.5,2640 easing: 'easeOutQuad',2641 delay: 0,2642 iterationCount: '1',2643 direction: 'normal',2644 fillMode: 'both'2645 },2646 'rotate-in-2-bl-cw': {2647 useObject: '#image-object',2648 duration: 0.5,2649 easing: 'easeOutQuad',2650 delay: 0,2651 iterationCount: '1',2652 direction: 'normal',2653 fillMode: 'both'2654 },2655 'rotate-in-2-bl-ccw': {2656 useObject: '#image-object',2657 duration: 0.5,2658 easing: 'easeOutQuad',2659 delay: 0,2660 iterationCount: '1',2661 direction: 'normal',2662 fillMode: 'both'2663 },2664 'rotate-in-2-tl-cw': {2665 useObject: '#image-object',2666 duration: 0.5,2667 easing: 'easeOutQuad',2668 delay: 0,2669 iterationCount: '1',2670 direction: 'normal',2671 fillMode: 'both'2672 },2673 'rotate-in-2-tl-ccw': {2674 useObject: '#image-object',2675 duration: 0.5,2676 easing: 'easeOutQuad',2677 delay: 0,2678 iterationCount: '1',2679 direction: 'normal',2680 fillMode: 'both'2681 }2682 }2683 },2684 'swirl-in': {2685 variations: {2686 'swirl-in-fwd': {2687 useObject: '#card-object-hf',2688 is3d: false,2689 duration: 0.6,2690 easing: 'easeOut',2691 delay: 0,2692 iterationCount: '1',2693 direction: 'normal',2694 fillMode: 'both'2695 },2696 'swirl-in-bck': {2697 useObject: '#card-object-hf',2698 is3d: false,2699 duration: 0.65,2700 easing: 'easeOut',2701 delay: 0,2702 iterationCount: '1',2703 direction: 'normal',2704 fillMode: 'both'2705 },2706 'swirl-in-top-fwd': {2707 useObject: '#card-object-hf',2708 duration: 0.6,2709 easing: 'easeOut',2710 delay: 0,2711 iterationCount: '1',2712 direction: 'normal',2713 fillMode: 'both'2714 },2715 'swirl-in-top-bck': {2716 useObject: '#card-object-hf',2717 duration: 0.65,2718 easing: 'easeOut',2719 delay: 0,2720 iterationCount: '1',2721 direction: 'normal',2722 fillMode: 'both'2723 },2724 'swirl-in-tr-fwd': {2725 useObject: '#card-object-hf',2726 duration: 0.6,2727 easing: 'easeOut',2728 delay: 0,2729 iterationCount: '1',2730 direction: 'normal',2731 fillMode: 'both'2732 },2733 'swirl-in-tr-bck': {2734 useObject: '#card-object-hf',2735 duration: 0.65,2736 easing: 'easeOut',2737 delay: 0,2738 iterationCount: '1',2739 direction: 'normal',2740 fillMode: 'both'2741 },2742 'swirl-in-right-fwd': {2743 useObject: '#card-object-hf',2744 duration: 0.6,2745 easing: 'easeOut',2746 delay: 0,2747 iterationCount: '1',2748 direction: 'normal',2749 fillMode: 'both'2750 },2751 'swirl-in-right-bck': {2752 useObject: '#card-object-hf',2753 duration: 0.65,2754 easing: 'easeOut',2755 delay: 0,2756 iterationCount: '1',2757 direction: 'normal',2758 fillMode: 'both'2759 },2760 'swirl-in-br-fwd': {2761 useObject: '#card-object-hf',2762 duration: 0.6,2763 easing: 'easeOut',2764 delay: 0,2765 iterationCount: '1',2766 direction: 'normal',2767 fillMode: 'both'2768 },2769 'swirl-in-br-bck': {2770 useObject: '#card-object-hf',2771 duration: 0.65,2772 easing: 'easeOut',2773 delay: 0,2774 iterationCount: '1',2775 direction: 'normal',2776 fillMode: 'both'2777 },2778 'swirl-in-bottom-fwd': {2779 useObject: '#card-object-hf',2780 duration: 0.6,2781 easing: 'easeOut',2782 delay: 0,2783 iterationCount: '1',2784 direction: 'normal',2785 fillMode: 'both'2786 },2787 'swirl-in-bottom-bck': {2788 useObject: '#card-object-hf',2789 duration: 0.65,2790 easing: 'easeOut',2791 delay: 0,2792 iterationCount: '1',2793 direction: 'normal',2794 fillMode: 'both'2795 },2796 'swirl-in-bl-fwd': {2797 useObject: '#card-object-hf',2798 duration: 0.6,2799 easing: 'easeOut',2800 delay: 0,2801 iterationCount: '1',2802 direction: 'normal',2803 fillMode: 'both'2804 },2805 'swirl-in-bl-bck': {2806 useObject: '#card-object-hf',2807 duration: 0.65,2808 easing: 'easeOut',2809 delay: 0,2810 iterationCount: '1',2811 direction: 'normal',2812 fillMode: 'both'2813 },2814 'swirl-in-left-fwd': {2815 useObject: '#card-object-hf',2816 duration: 0.6,2817 easing: 'easeOut',2818 delay: 0,2819 iterationCount: '1',2820 direction: 'normal',2821 fillMode: 'both'2822 },2823 'swirl-in-left-bck': {2824 useObject: '#card-object-hf',2825 duration: 0.65,2826 easing: 'easeOut',2827 delay: 0,2828 iterationCount: '1',2829 direction: 'normal',2830 fillMode: 'both'2831 },2832 'swirl-in-tl-fwd': {2833 useObject: '#card-object-hf',2834 duration: 0.6,2835 easing: 'easeOut',2836 delay: 0,2837 iterationCount: '1',2838 direction: 'normal',2839 fillMode: 'both'2840 },2841 'swirl-in-tl-bck': {2842 useObject: '#card-object-hf',2843 duration: 0.65,2844 easing: 'easeOut',2845 delay: 0,2846 iterationCount: '1',2847 direction: 'normal',2848 fillMode: 'both'2849 }2850 }2851 },2852 'flip-in': {2853 variations: {2854 'flip-in-hor-bottom': {2855 useObject: '#image-object',2856 duration: 0.5,2857 easing: 'easeOutQuad',2858 delay: 0,2859 iterationCount: '1',2860 direction: 'normal',2861 fillMode: 'both'2862 },2863 'flip-in-hor-top': {2864 useObject: '#image-object',2865 duration: 0.5,2866 easing: 'easeOutQuad',2867 delay: 0,2868 iterationCount: '1',2869 direction: 'normal',2870 fillMode: 'both'2871 },2872 'flip-in-ver-right': {2873 useObject: '#image-object',2874 duration: 0.5,2875 easing: 'easeOutQuad',2876 delay: 0,2877 iterationCount: '1',2878 direction: 'normal',2879 fillMode: 'both'2880 },2881 'flip-in-ver-left': {2882 useObject: '#image-object',2883 duration: 0.5,2884 easing: 'easeOutQuad',2885 delay: 0,2886 iterationCount: '1',2887 direction: 'normal',2888 fillMode: 'both'2889 },2890 'flip-in-diag-1-tr': {2891 useObject: '#image-object',2892 duration: 0.5,2893 easing: 'easeOutQuad',2894 delay: 0,2895 iterationCount: '1',2896 direction: 'normal',2897 fillMode: 'both'2898 },2899 'flip-in-diag-1-bl': {2900 useObject: '#image-object',2901 duration: 0.5,2902 easing: 'easeOutQuad',2903 delay: 0,2904 iterationCount: '1',2905 direction: 'normal',2906 fillMode: 'both'2907 },2908 'flip-in-diag-2-tl': {2909 useObject: '#image-object',2910 duration: 0.5,2911 easing: 'easeOutQuad',2912 delay: 0,2913 iterationCount: '1',2914 direction: 'normal',2915 fillMode: 'both'2916 },2917 'flip-in-diag-2-br': {2918 useObject: '#image-object',2919 duration: 0.5,2920 easing: 'easeOutQuad',2921 delay: 0,2922 iterationCount: '1',2923 direction: 'normal',2924 fillMode: 'both'2925 }2926 }2927 },2928 'slit-in': {2929 variations: {2930 'slit-in-vertical': {2931 useObject: '#image-object',2932 is3d: true,2933 perspective: true,2934 duration: 0.45,2935 easing: 'easeOut',2936 delay: 0,2937 iterationCount: '1',2938 direction: 'normal',2939 fillMode: 'both'2940 },2941 'slit-in-horizontal': {2942 useObject: '#image-object',2943 is3d: true,2944 perspective: true,2945 duration: 0.45,2946 easing: 'easeOut',2947 delay: 0,2948 iterationCount: '1',2949 direction: 'normal',2950 fillMode: 'both'2951 },2952 'slit-in-diagonal-1': {2953 useObject: '#image-object',2954 is3d: true,2955 perspective: true,2956 duration: 0.45,2957 easing: 'easeOut',2958 delay: 0,2959 iterationCount: '1',2960 direction: 'normal',2961 fillMode: 'both'2962 },2963 'slit-in-diagonal-2': {2964 useObject: '#image-object',2965 is3d: true,2966 perspective: true,2967 duration: 0.45,2968 easing: 'easeOut',2969 delay: 0,2970 iterationCount: '1',2971 direction: 'normal',2972 fillMode: 'both'2973 }2974 }2975 },2976 'slide-in': {2977 variations: {2978 'slide-in-top': {2979 useObject: '#box-object',2980 is3d: true,2981 duration: 0.5,2982 easing: 'easeOutQuad',2983 delay: 0,2984 iterationCount: '1',2985 direction: 'normal',2986 fillMode: 'both'2987 },2988 'slide-in-tr': {2989 useObject: '#box-object',2990 is3d: true,2991 duration: 0.5,2992 easing: 'easeOutQuad',2993 delay: 0,2994 iterationCount: '1',2995 direction: 'normal',2996 fillMode: 'both'2997 },2998 'slide-in-right': {2999 useObject: '#box-object',3000 is3d: true,3001 duration: 0.5,3002 easing: 'easeOutQuad',3003 delay: 0,3004 iterationCount: '1',3005 direction: 'normal',3006 fillMode: 'both'3007 },3008 'slide-in-br': {3009 useObject: '#box-object',3010 is3d: true,3011 duration: 0.5,3012 easing: 'easeOutQuad',3013 delay: 0,3014 iterationCount: '1',3015 direction: 'normal',3016 fillMode: 'both'3017 },3018 'slide-in-bottom': {3019 useObject: '#box-object',3020 is3d: true,3021 duration: 0.5,3022 easing: 'easeOutQuad',3023 delay: 0,3024 iterationCount: '1',3025 direction: 'normal',3026 fillMode: 'both'3027 },3028 'slide-in-bl': {3029 useObject: '#box-object',3030 is3d: true,3031 duration: 0.5,3032 easing: 'easeOutQuad',3033 delay: 0,3034 iterationCount: '1',3035 direction: 'normal',3036 fillMode: 'both'3037 },3038 'slide-in-left': {3039 useObject: '#box-object',3040 is3d: true,3041 duration: 0.5,3042 easing: 'easeOutQuad',3043 delay: 0,3044 iterationCount: '1',3045 direction: 'normal',3046 fillMode: 'both'3047 },3048 'slide-in-tl': {3049 useObject: '#box-object',3050 is3d: true,3051 duration: 0.5,3052 easing: 'easeOutQuad',3053 delay: 0,3054 iterationCount: '1',3055 direction: 'normal',3056 fillMode: 'both'3057 }3058 }3059 },3060 'slide-in-fwd': {3061 variations: {3062 'slide-in-fwd-center': {3063 useObject: '#box-object',3064 perspective: true,3065 duration: 0.4,3066 easing: 'easeOutQuad',3067 delay: 0,3068 iterationCount: '1',3069 direction: 'normal',3070 fillMode: 'both',3071 browserSupport: {},3072 notes: []3073 },3074 'slide-in-fwd-top': {3075 useObject: '#box-object',3076 perspective: true,3077 duration: 0.4,3078 easing: 'easeOutQuad',3079 delay: 0,3080 iterationCount: '1',3081 direction: 'normal',3082 fillMode: 'both',3083 browserSupport: {},3084 notes: []3085 },3086 'slide-in-fwd-tr': {3087 useObject: '#box-object',3088 perspective: true,3089 duration: 0.4,3090 easing: 'easeOutQuad',3091 delay: 0,3092 iterationCount: '1',3093 direction: 'normal',3094 fillMode: 'both',3095 browserSupport: {},3096 notes: []3097 },3098 'slide-in-fwd-right': {3099 useObject: '#box-object',3100 perspective: true,3101 duration: 0.4,3102 easing: 'easeOutQuad',3103 delay: 0,3104 iterationCount: '1',3105 direction: 'normal',3106 fillMode: 'both',3107 browserSupport: {},3108 notes: []3109 },3110 'slide-in-fwd-br': {3111 useObject: '#box-object',3112 perspective: true,3113 duration: 0.4,3114 easing: 'easeOutQuad',3115 delay: 0,3116 iterationCount: '1',3117 direction: 'normal',3118 fillMode: 'both',3119 browserSupport: {},3120 notes: []3121 },3122 'slide-in-fwd-bottom': {3123 useObject: '#box-object',3124 perspective: true,3125 duration: 0.4,3126 easing: 'easeOutQuad',3127 delay: 0,3128 iterationCount: '1',3129 direction: 'normal',3130 fillMode: 'both',3131 browserSupport: {},3132 notes: []3133 },3134 'slide-in-fwd-bl': {3135 useObject: '#box-object',3136 perspective: true,3137 duration: 0.4,3138 easing: 'easeOutQuad',3139 delay: 0,3140 iterationCount: '1',3141 direction: 'normal',3142 fillMode: 'both',3143 browserSupport: {},3144 notes: []3145 },3146 'slide-in-fwd-left': {3147 useObject: '#box-object',3148 perspective: true,3149 duration: 0.4,3150 easing: 'easeOutQuad',3151 delay: 0,3152 iterationCount: '1',3153 direction: 'normal',3154 fillMode: 'both',3155 browserSupport: {},3156 notes: []3157 },3158 'slide-in-fwd-tl': {3159 useObject: '#box-object',3160 perspective: true,3161 duration: 0.4,3162 easing: 'easeOutQuad',3163 delay: 0,3164 iterationCount: '1',3165 direction: 'normal',3166 fillMode: 'both',3167 browserSupport: {},3168 notes: []3169 }3170 }3171 },3172 'slide-in-bck': {3173 variations: {3174 'slide-in-bck-center': {3175 useObject: '#box-object',3176 perspective: true,3177 duration: 0.7,3178 easing: 'easeOutQuad',3179 delay: 0,3180 iterationCount: '1',3181 direction: 'normal',3182 fillMode: 'both',3183 browserSupport: {},3184 notes: []3185 },3186 'slide-in-bck-top': {3187 useObject: '#box-object',3188 perspective: true,3189 duration: 0.6,3190 easing: 'easeOutQuad',3191 delay: 0,3192 iterationCount: '1',3193 direction: 'normal',3194 fillMode: 'both',3195 browserSupport: {},3196 notes: []3197 },3198 'slide-in-bck-tr': {3199 useObject: '#box-object',3200 perspective: true,3201 duration: 0.6,3202 easing: 'easeOutQuad',3203 delay: 0,3204 iterationCount: '1',3205 direction: 'normal',3206 fillMode: 'both',3207 browserSupport: {},3208 notes: []3209 },3210 'slide-in-bck-right': {3211 useObject: '#box-object',3212 perspective: true,3213 duration: 0.6,3214 easing: 'easeOutQuad',3215 delay: 0,3216 iterationCount: '1',3217 direction: 'normal',3218 fillMode: 'both',3219 browserSupport: {},3220 notes: []3221 },3222 'slide-in-bck-br': {3223 useObject: '#box-object',3224 perspective: true,3225 duration: 0.6,3226 easing: 'easeOutQuad',3227 delay: 0,3228 iterationCount: '1',3229 direction: 'normal',3230 fillMode: 'both',3231 browserSupport: {},3232 notes: []3233 },3234 'slide-in-bck-bottom': {3235 useObject: '#box-object',3236 perspective: true,3237 duration: 0.6,3238 easing: 'easeOutQuad',3239 delay: 0,3240 iterationCount: '1',3241 direction: 'normal',3242 fillMode: 'both',3243 browserSupport: {},3244 notes: []3245 },3246 'slide-in-bck-bl': {3247 useObject: '#box-object',3248 perspective: true,3249 duration: 0.6,3250 easing: 'easeOutQuad',3251 delay: 0,3252 iterationCount: '1',3253 direction: 'normal',3254 fillMode: 'both',3255 browserSupport: {},3256 notes: []3257 },3258 'slide-in-bck-left': {3259 useObject: '#box-object',3260 perspective: true,3261 duration: 0.6,3262 easing: 'easeOutQuad',3263 delay: 0,3264 iterationCount: '1',3265 direction: 'normal',3266 fillMode: 'both',3267 browserSupport: {},3268 notes: []3269 },3270 'slide-in-bck-tl': {3271 useObject: '#box-object',3272 perspective: true,3273 duration: 0.6,3274 easing: 'easeOutQuad',3275 delay: 0,3276 iterationCount: '1',3277 direction: 'normal',3278 fillMode: 'both',3279 browserSupport: {},3280 notes: []3281 }3282 }3283 },3284 'slide-in-blurred': {3285 variations: {3286 'slide-in-blurred-top': {3287 useObject: '#circle-object',3288 is3d: true,3289 duration: 0.6,3290 easing: 'easeOutQuint',3291 delay: 0,3292 iterationCount: '1',3293 direction: 'normal',3294 fillMode: 'both'3295 },3296 'slide-in-blurred-tr': {3297 useObject: '#circle-object',3298 is3d: true,3299 duration: 0.6,3300 easing: 'easeOutQuint',3301 delay: 0,3302 iterationCount: '1',3303 direction: 'normal',3304 fillMode: 'both'3305 },3306 'slide-in-blurred-right': {3307 useObject: '#circle-object',3308 is3d: true,3309 duration: 0.6,3310 easing: 'easeOutQuint',3311 delay: 0,3312 iterationCount: '1',3313 direction: 'normal',3314 fillMode: 'both'3315 },3316 'slide-in-blurred-br': {3317 useObject: '#circle-object',3318 is3d: true,3319 duration: 0.6,3320 easing: 'easeOutQuint',3321 delay: 0,3322 iterationCount: '1',3323 direction: 'normal',3324 fillMode: 'both'3325 },3326 'slide-in-blurred-bottom': {3327 useObject: '#circle-object',3328 is3d: true,3329 duration: 0.6,3330 easing: 'easeOutQuint',3331 delay: 0,3332 iterationCount: '1',3333 direction: 'normal',3334 fillMode: 'both'3335 },3336 'slide-in-blurred-bl': {3337 useObject: '#circle-object',3338 is3d: true,3339 duration: 0.6,3340 easing: 'easeOutQuint',3341 delay: 0,3342 iterationCount: '1',3343 direction: 'normal',3344 fillMode: 'both'3345 },3346 'slide-in-blurred-left': {3347 useObject: '#circle-object',3348 is3d: true,3349 duration: 0.6,3350 easing: 'easeOutQuint',3351 delay: 0,3352 iterationCount: '1',3353 direction: 'normal',3354 fillMode: 'both'3355 },3356 'slide-in-blurred-tl': {3357 useObject: '#circle-object',3358 is3d: true,3359 duration: 0.6,3360 easing: 'easeOutQuint',3361 delay: 0,3362 iterationCount: '1',3363 direction: 'normal',3364 fillMode: 'both'3365 }3366 }3367 },3368 'slide-in-elliptic': {3369 variations: {3370 'slide-in-elliptic-top-fwd': {3371 useObject: '#box-object',3372 is3d: true,3373 perspective: true,3374 duration: 0.7,3375 easing: 'easeOutQuad',3376 delay: 0,3377 iterationCount: '1',3378 direction: 'normal',3379 fillMode: 'both'3380 },3381 'slide-in-elliptic-top-bck': {3382 useObject: '#box-object',3383 is3d: true,3384 perspective: true,3385 duration: 0.7,3386 easing: 'easeOutQuad',3387 delay: 0,3388 iterationCount: '1',3389 direction: 'normal',3390 fillMode: 'both'3391 },3392 'slide-in-elliptic-right-fwd': {3393 useObject: '#box-object',3394 is3d: true,3395 perspective: true,3396 duration: 0.7,3397 easing: 'easeOutQuad',3398 delay: 0,3399 iterationCount: '1',3400 direction: 'normal',3401 fillMode: 'both'3402 },3403 'slide-in-elliptic-right-bck': {3404 useObject: '#box-object',3405 is3d: true,3406 perspective: true,3407 duration: 0.7,3408 easing: 'easeOutQuad',3409 delay: 0,3410 iterationCount: '1',3411 direction: 'normal',3412 fillMode: 'both'3413 },3414 'slide-in-elliptic-bottom-fwd': {3415 useObject: '#box-object',3416 is3d: true,3417 perspective: true,3418 duration: 0.7,3419 easing: 'easeOutQuad',3420 delay: 0,3421 iterationCount: '1',3422 direction: 'normal',3423 fillMode: 'both'3424 },3425 'slide-in-elliptic-bottom-bck': {3426 useObject: '#box-object',3427 is3d: true,3428 perspective: true,3429 duration: 0.7,3430 easing: 'easeOutQuad',3431 delay: 0,3432 iterationCount: '1',3433 direction: 'normal',3434 fillMode: 'both'3435 },3436 'slide-in-elliptic-left-fwd': {3437 useObject: '#box-object',3438 is3d: true,3439 perspective: true,3440 duration: 0.7,3441 easing: 'easeOutQuad',3442 delay: 0,3443 iterationCount: '1',3444 direction: 'normal',3445 fillMode: 'both'3446 },3447 'slide-in-elliptic-left-bck': {3448 useObject: '#box-object',3449 is3d: true,3450 perspective: true,3451 duration: 0.7,3452 easing: 'easeOutQuad',3453 delay: 0,3454 iterationCount: '1',3455 direction: 'normal',3456 fillMode: 'both'3457 }3458 }3459 },3460 'bounce-in': {3461 variations: {3462 'bounce-in-top': {3463 useObject: '#circle-object',3464 is3d: true,3465 duration: 1.1,3466 easing: 'ease',3467 delay: 0,3468 iterationCount: '1',3469 direction: 'normal',3470 fillMode: 'both'3471 },3472 'bounce-in-right': {3473 useObject: '#circle-object',3474 is3d: true,3475 duration: 1.1,3476 easing: 'ease',3477 delay: 0,3478 iterationCount: '1',3479 direction: 'normal',3480 fillMode: 'both'3481 },3482 'bounce-in-bottom': {3483 useObject: '#circle-object',3484 is3d: true,3485 duration: 1.1,3486 easing: 'ease',3487 delay: 0,3488 iterationCount: '1',3489 direction: 'normal',3490 fillMode: 'both'3491 },3492 'bounce-in-left': {3493 useObject: '#circle-object',3494 is3d: true,3495 duration: 1.1,3496 easing: 'ease',3497 delay: 0,3498 iterationCount: '1',3499 direction: 'normal',3500 fillMode: 'both'3501 },3502 'bounce-in-fwd': {3503 useObject: '#circle-object',3504 is3d: true,3505 duration: 1.1,3506 easing: 'ease',3507 delay: 0,3508 iterationCount: '1',3509 direction: 'normal',3510 fillMode: 'both'3511 },3512 'bounce-in-bck': {3513 useObject: '#circle-object',3514 is3d: true,3515 duration: 1.1,3516 easing: 'ease',3517 delay: 0,3518 iterationCount: '1',3519 direction: 'normal',3520 fillMode: 'both'3521 }3522 }3523 },3524 'roll-in': {3525 variations: {3526 'roll-in-left': {3527 useObject: '#card-object-hf',3528 duration: 0.6,3529 easing: 'easeOut',3530 delay: 0,3531 iterationCount: '1',3532 direction: 'normal',3533 fillMode: 'both'3534 },3535 'roll-in-top': {3536 useObject: '#card-object-vf',3537 duration: 0.6,3538 easing: 'easeOut',3539 delay: 0,3540 iterationCount: '1',3541 direction: 'normal',3542 fillMode: 'both'3543 },3544 'roll-in-right': {3545 useObject: '#card-object-hf',3546 duration: 0.6,3547 easing: 'easeOut',3548 delay: 0,3549 iterationCount: '1',3550 direction: 'normal',3551 fillMode: 'both'3552 },3553 'roll-in-bottom': {3554 useObject: '#card-object-vf',3555 duration: 0.6,3556 easing: 'easeOut',3557 delay: 0,3558 iterationCount: '1',3559 direction: 'normal',3560 fillMode: 'both'3561 }3562 }3563 },3564 'roll-in-blurred': {3565 variations: {3566 'roll-in-blurred-left': {3567 useObject: '#card-object-hf',3568 duration: 0.65,3569 easing: 'easeOutQuint',3570 delay: 0,3571 iterationCount: '1',3572 direction: 'normal',3573 fillMode: 'both'3574 },3575 'roll-in-blurred-top': {3576 useObject: '#card-object-vf',3577 duration: 0.6,3578 easing: 'easeOutQuint',3579 delay: 0,3580 iterationCount: '1',3581 direction: 'normal',3582 fillMode: 'both'3583 },3584 'roll-in-blurred-right': {3585 useObject: '#card-object-hf',3586 duration: 0.65,3587 easing: 'easeOutQuint',3588 delay: 0,3589 iterationCount: '1',3590 direction: 'normal',3591 fillMode: 'both'3592 },3593 'roll-in-blurred-bottom': {3594 useObject: '#card-object-vf',3595 duration: 0.6,3596 easing: 'easeOutQuint',3597 delay: 0,3598 iterationCount: '1',3599 direction: 'normal',3600 fillMode: 'both'3601 }3602 }3603 },3604 'tilt-in': {3605 variations: {3606 'tilt-in-top-1': {3607 useObject: '#image-object',3608 duration: 0.6,3609 easing: 'easeOutQuad',3610 delay: 0,3611 iterationCount: '1',3612 direction: 'normal',3613 fillMode: 'both'3614 },3615 'tilt-in-top-2': {3616 useObject: '#image-object',3617 duration: 0.6,3618 easing: 'easeOutQuad',3619 delay: 0,3620 iterationCount: '1',3621 direction: 'normal',3622 fillMode: 'both'3623 },3624 'tilt-in-tr': {3625 useObject: '#image-object',3626 duration: 0.65,3627 easing: 'easeOutQuad',3628 delay: 0,3629 iterationCount: '1',3630 direction: 'normal',3631 fillMode: 'both'3632 },3633 'tilt-in-right-1': {3634 useObject: '#image-object',3635 duration: 0.6,3636 easing: 'easeOutQuad',3637 delay: 0,3638 iterationCount: '1',3639 direction: 'normal',3640 fillMode: 'both'3641 },3642 'tilt-in-right-2': {3643 useObject: '#image-object',3644 duration: 0.6,3645 easing: 'easeOutQuad',3646 delay: 0,3647 iterationCount: '1',3648 direction: 'normal',3649 fillMode: 'both'3650 },3651 'tilt-in-br': {3652 useObject: '#image-object',3653 duration: 0.65,3654 easing: 'easeOutQuad',3655 delay: 0,3656 iterationCount: '1',3657 direction: 'normal',3658 fillMode: 'both'3659 },3660 'tilt-in-bottom-1': {3661 useObject: '#image-object',3662 duration: 0.6,3663 easing: 'easeOutQuad',3664 delay: 0,3665 iterationCount: '1',3666 direction: 'normal',3667 fillMode: 'both'3668 },3669 'tilt-in-bottom-2': {3670 useObject: '#image-object',3671 duration: 0.6,3672 easing: 'easeOutQuad',3673 delay: 0,3674 iterationCount: '1',3675 direction: 'normal',3676 fillMode: 'both'3677 },3678 'tilt-in-bl': {3679 useObject: '#image-object',3680 duration: 0.65,3681 easing: 'easeOutQuad',3682 delay: 0,3683 iterationCount: '1',3684 direction: 'normal',3685 fillMode: 'both'3686 },3687 'tilt-in-left-1': {3688 useObject: '#image-object',3689 duration: 0.6,3690 easing: 'easeOutQuad',3691 delay: 0,3692 iterationCount: '1',3693 direction: 'normal',3694 fillMode: 'both'3695 },3696 'tilt-in-left-2': {3697 useObject: '#image-object',3698 duration: 0.6,3699 easing: 'easeOutQuad',3700 delay: 0,3701 iterationCount: '1',3702 direction: 'normal',3703 fillMode: 'both'3704 },3705 'tilt-in-tl': {3706 useObject: '#image-object',3707 duration: 0.65,3708 easing: 'easeOutQuad',3709 delay: 0,3710 iterationCount: '1',3711 direction: 'normal',3712 fillMode: 'both'3713 }3714 }3715 },3716 'tilt-in-fwd': {3717 variations: {3718 'tilt-in-fwd-tr': {3719 useObject: '#image-object',3720 duration: 0.6,3721 easing: 'easeOutQuad',3722 delay: 0,3723 iterationCount: '1',3724 direction: 'normal',3725 fillMode: 'both'3726 },3727 'tilt-in-fwd-br': {3728 useObject: '#image-object',3729 duration: 0.6,3730 easing: 'easeOutQuad',3731 delay: 0,3732 iterationCount: '1',3733 direction: 'normal',3734 fillMode: 'both'3735 },3736 'tilt-in-fwd-bl': {3737 useObject: '#image-object',3738 duration: 0.6,3739 easing: 'easeOutQuad',3740 delay: 0,3741 iterationCount: '1',3742 direction: 'normal',3743 fillMode: 'both'3744 },3745 'tilt-in-fwd-tl': {3746 useObject: '#image-object',3747 duration: 0.6,3748 easing: 'easeOutQuad',3749 delay: 0,3750 iterationCount: '1',3751 direction: 'normal',3752 fillMode: 'both'3753 }3754 }3755 },3756 'swing-in': {3757 variations: {3758 'swing-in-top-fwd': {3759 useObject: '#image-object',3760 is3d: true,3761 perspective: true,3762 duration: 0.5,3763 easing: 'easeOutBack',3764 delay: 0,3765 iterationCount: '1',3766 direction: 'normal',3767 fillMode: 'both'3768 },3769 'swing-in-top-bck': {3770 useObject: '#image-object',3771 is3d: true,3772 perspective: true,3773 duration: 0.6,3774 easing: 'easeOutBack',3775 delay: 0,3776 iterationCount: '1',3777 direction: 'normal',3778 fillMode: 'both'3779 },3780 'swing-in-right-fwd': {3781 useObject: '#image-object',3782 is3d: true,3783 perspective: true,3784 duration: 0.5,3785 easing: 'easeOutBack',3786 delay: 0,3787 iterationCount: '1',3788 direction: 'normal',3789 fillMode: 'both'3790 },3791 'swing-in-right-bck': {3792 useObject: '#image-object',3793 is3d: true,3794 perspective: true,3795 duration: 0.6,3796 easing: 'easeOutBack',3797 delay: 0,3798 iterationCount: '1',3799 direction: 'normal',3800 fillMode: 'both'3801 },3802 'swing-in-bottom-fwd': {3803 useObject: '#image-object',3804 is3d: true,3805 perspective: true,3806 duration: 0.5,3807 easing: 'easeOutBack',3808 delay: 0,3809 iterationCount: '1',3810 direction: 'normal',3811 fillMode: 'both'3812 },3813 'swing-in-bottom-bck': {3814 useObject: '#image-object',3815 is3d: true,3816 perspective: true,3817 duration: 0.6,3818 easing: 'easeOutBack',3819 delay: 0,3820 iterationCount: '1',3821 direction: 'normal',3822 fillMode: 'both'3823 },3824 'swing-in-left-fwd': {3825 useObject: '#image-object',3826 is3d: true,3827 perspective: true,3828 duration: 0.5,3829 easing: 'easeOutBack',3830 delay: 0,3831 iterationCount: '1',3832 direction: 'normal',3833 fillMode: 'both'3834 },3835 'swing-in-left-bck': {3836 useObject: '#image-object',3837 is3d: true,3838 perspective: true,3839 duration: 0.6,3840 easing: 'easeOutBack',3841 delay: 0,3842 iterationCount: '1',3843 direction: 'normal',3844 fillMode: 'both'3845 }3846 }3847 },3848 'fade-in': {3849 variations: {3850 'fade-in': {3851 useObject: '#image-object',3852 duration: 1.2,3853 easing: 'easeOutSine',3854 delay: 0,3855 iterationCount: '1',3856 direction: 'normal',3857 fillMode: 'both'3858 },3859 'fade-in-fwd': {3860 useObject: '#image-object',3861 duration: 0.6,3862 easing: 'easeOutSine',3863 delay: 0,3864 iterationCount: '1',3865 direction: 'normal',3866 fillMode: 'both'3867 },3868 'fade-in-bck': {3869 useObject: '#image-object',3870 duration: 0.6,3871 easing: 'easeOutSine',3872 delay: 0,3873 iterationCount: '1',3874 direction: 'normal',3875 fillMode: 'both'3876 },3877 'fade-in-top': {3878 useObject: '#image-object',3879 duration: 0.6,3880 easing: 'easeOutSine',3881 delay: 0,3882 iterationCount: '1',3883 direction: 'normal',3884 fillMode: 'both'3885 },3886 'fade-in-tr': {3887 useObject: '#image-object',3888 duration: 0.6,3889 easing: 'easeOutSine',3890 delay: 0,3891 iterationCount: '1',3892 direction: 'normal',3893 fillMode: 'both'3894 },3895 'fade-in-right': {3896 useObject: '#image-object',3897 duration: 0.6,3898 easing: 'easeOutSine',3899 delay: 0,3900 iterationCount: '1',3901 direction: 'normal',3902 fillMode: 'both'3903 },3904 'fade-in-br': {3905 useObject: '#image-object',3906 duration: 0.6,3907 easing: 'easeOutSine',3908 delay: 0,3909 iterationCount: '1',3910 direction: 'normal',3911 fillMode: 'both'3912 },3913 'fade-in-bottom': {3914 useObject: '#image-object',3915 duration: 0.6,3916 easing: 'easeOutSine',3917 delay: 0,3918 iterationCount: '1',3919 direction: 'normal',3920 fillMode: 'both'3921 },3922 'fade-in-bl': {3923 useObject: '#image-object',3924 duration: 0.6,3925 easing: 'easeOutSine',3926 delay: 0,3927 iterationCount: '1',3928 direction: 'normal',3929 fillMode: 'both'3930 },3931 'fade-in-left': {3932 useObject: '#image-object',3933 duration: 0.6,3934 easing: 'easeOutSine',3935 delay: 0,3936 iterationCount: '1',3937 direction: 'normal',3938 fillMode: 'both'3939 },3940 'fade-in-tl': {3941 useObject: '#image-object',3942 duration: 0.6,3943 easing: 'easeOutSine',3944 delay: 0,3945 iterationCount: '1',3946 direction: 'normal',3947 fillMode: 'both'3948 }3949 }3950 },3951 'puff-in': {3952 variations: {3953 'puff-in-center': {3954 useObject: '#box-object',3955 perspective: true,3956 duration: 0.7,3957 easing: 'easeInSine',3958 delay: 0,3959 iterationCount: '1',3960 direction: 'normal',3961 fillMode: 'both'3962 },3963 'puff-in-top': {3964 useObject: '#box-object',3965 perspective: true,3966 duration: 0.7,3967 easing: 'easeInSine',3968 delay: 0,3969 iterationCount: '1',3970 direction: 'normal',3971 fillMode: 'both'3972 },3973 'puff-in-tr': {3974 useObject: '#box-object',3975 perspective: true,3976 duration: 0.7,3977 easing: 'easeInSine',3978 delay: 0,3979 iterationCount: '1',3980 direction: 'normal',3981 fillMode: 'both'3982 },3983 'puff-in-right': {3984 useObject: '#box-object',3985 perspective: true,3986 duration: 0.7,3987 easing: 'easeInSine',3988 delay: 0,3989 iterationCount: '1',3990 direction: 'normal',3991 fillMode: 'both'3992 },3993 'puff-in-br': {3994 useObject: '#box-object',3995 perspective: true,3996 duration: 0.7,3997 easing: 'easeInSine',3998 delay: 0,3999 iterationCount: '1',4000 direction: 'normal',4001 fillMode: 'both'4002 },4003 'puff-in-bottom': {4004 useObject: '#box-object',4005 perspective: true,4006 duration: 0.7,4007 easing: 'easeInSine',4008 delay: 0,4009 iterationCount: '1',4010 direction: 'normal',4011 fillMode: 'both'4012 },4013 'puff-in-bl': {4014 useObject: '#box-object',4015 perspective: true,4016 duration: 0.7,4017 easing: 'easeInSine',4018 delay: 0,4019 iterationCount: '1',4020 direction: 'normal',4021 fillMode: 'both'4022 },4023 'puff-in-left': {4024 useObject: '#box-object',4025 perspective: true,4026 duration: 0.7,4027 easing: 'easeInSine',4028 delay: 0,4029 iterationCount: '1',4030 direction: 'normal',4031 fillMode: 'both'4032 },4033 'puff-in-tl': {4034 useObject: '#box-object',4035 perspective: true,4036 duration: 0.7,4037 easing: 'easeInSine',4038 delay: 0,4039 iterationCount: '1',4040 direction: 'normal',4041 fillMode: 'both'4042 },4043 'puff-in-hor': {4044 useObject: '#box-object',4045 perspective: true,4046 duration: 0.7,4047 easing: 'easeInSine',4048 delay: 0,4049 iterationCount: '1',4050 direction: 'normal',4051 fillMode: 'both'4052 },4053 'puff-in-ver': {4054 useObject: '#box-object',4055 perspective: true,4056 duration: 0.7,4057 easing: 'easeInSine',4058 delay: 0,4059 iterationCount: '1',4060 direction: 'normal',4061 fillMode: 'both'4062 }4063 }4064 },4065 'flicker-in': {4066 variations: {4067 'flicker-in-1': {4068 useObject: '#box-object',4069 duration: 2,4070 easing: 'linear',4071 delay: 0,4072 iterationCount: '1',4073 direction: 'normal',4074 fillMode: 'both'4075 },4076 'flicker-in-2': {4077 useObject: '#box-object-light',4078 duration: 2,4079 easing: 'linear',4080 delay: 0,4081 iterationCount: '1',4082 direction: 'normal',4083 fillMode: 'both'4084 }4085 }4086 }4087 }4088 },4089 离开: {4090 groups: {4091 'scale-out': {4092 variations: {4093 'scale-out-center': {4094 useObject: '#box-object',4095 duration: 0.5,4096 durationUnit: 's',4097 easing: 'easeInQuad',4098 delay: 0,4099 iterationCount: '1',4100 direction: 'normal',4101 fillMode: 'both'4102 },4103 'scale-out-top': {4104 useObject: '#box-object',4105 duration: 0.5,4106 easing: 'easeInQuad',4107 delay: 0,4108 iterationCount: '1',4109 direction: 'normal',4110 fillMode: 'both'4111 },4112 'scale-out-tr': {4113 useObject: '#box-object',4114 duration: 0.5,4115 easing: 'easeInQuad',4116 delay: 0,4117 iterationCount: '1',4118 direction: 'normal',4119 fillMode: 'both'4120 },4121 'scale-out-right': {4122 useObject: '#box-object',4123 duration: 0.5,4124 easing: 'easeInQuad',4125 delay: 0,4126 iterationCount: '1',4127 direction: 'normal',4128 fillMode: 'both'4129 },4130 'scale-out-br': {4131 useObject: '#box-object',4132 duration: 0.5,4133 easing: 'easeInQuad',4134 delay: 0,4135 iterationCount: '1',4136 direction: 'normal',4137 fillMode: 'both'4138 },4139 'scale-out-bottom': {4140 useObject: '#box-object',4141 duration: 0.5,4142 easing: 'easeInQuad',4143 delay: 0,4144 iterationCount: '1',4145 direction: 'normal',4146 fillMode: 'both'4147 },4148 'scale-out-bl': {4149 useObject: '#box-object',4150 duration: 0.5,4151 easing: 'easeInQuad',4152 delay: 0,4153 iterationCount: '1',4154 direction: 'normal',4155 fillMode: 'both'4156 },4157 'scale-out-left': {4158 useObject: '#box-object',4159 duration: 0.5,4160 easing: 'easeInQuad',4161 delay: 0,4162 iterationCount: '1',4163 direction: 'normal',4164 fillMode: 'both'4165 },4166 'scale-out-tl': {4167 useObject: '#box-object',4168 duration: 0.5,4169 easing: 'easeInQuad',4170 delay: 0,4171 iterationCount: '1',4172 direction: 'normal',4173 fillMode: 'both'4174 },4175 'scale-out-horizontal': {4176 useObject: '#box-object',4177 duration: 0.5,4178 easing: 'easeInQuad',4179 delay: 0,4180 iterationCount: '1',4181 direction: 'normal',4182 fillMode: 'both'4183 },4184 'scale-out-hor-left': {4185 useObject: '#box-object',4186 duration: 0.5,4187 easing: 'easeInQuad',4188 delay: 0,4189 iterationCount: '1',4190 direction: 'normal',4191 fillMode: 'both'4192 },4193 'scale-out-hor-right': {4194 useObject: '#box-object',4195 duration: 0.5,4196 easing: 'easeInQuad',4197 delay: 0,4198 iterationCount: '1',4199 direction: 'normal',4200 fillMode: 'both'4201 },4202 'scale-out-vertical': {4203 useObject: '#box-object',4204 duration: 0.5,4205 easing: 'easeInQuad',4206 delay: 0,4207 iterationCount: '1',4208 direction: 'normal',4209 fillMode: 'both'4210 },4211 'scale-out-ver-top': {4212 useObject: '#box-object',4213 duration: 0.5,4214 easing: 'easeInQuad',4215 delay: 0,4216 iterationCount: '1',4217 direction: 'normal',4218 fillMode: 'both'4219 },4220 'scale-out-ver-bottom': {4221 useObject: '#box-object',4222 duration: 0.5,4223 easing: 'easeInQuad',4224 delay: 0,4225 iterationCount: '1',4226 direction: 'normal',4227 fillMode: 'both'4228 }4229 }4230 },4231 'rotate-out': {4232 variations: {4233 'rotate-out-center': {4234 useObject: '#card-object-hf',4235 is3d: true,4236 duration: 0.6,4237 easing: 'easeInQuad',4238 delay: 0,4239 iterationCount: '1',4240 direction: 'normal',4241 fillMode: 'both'4242 },4243 'rotate-out-top': {4244 useObject: '#card-object-hf',4245 is3d: true,4246 duration: 0.5,4247 easing: 'easeInQuad',4248 delay: 0,4249 iterationCount: '1',4250 direction: 'normal',4251 fillMode: 'both'4252 },4253 'rotate-out-tr': {4254 useObject: '#card-object-hf',4255 is3d: true,4256 duration: 0.5,4257 easing: 'easeInQuad',4258 delay: 0,4259 iterationCount: '1',4260 direction: 'normal',4261 fillMode: 'both'4262 },4263 'rotate-out-right': {4264 useObject: '#card-object-hf',4265 is3d: true,4266 duration: 0.5,4267 easing: 'easeInQuad',4268 delay: 0,4269 iterationCount: '1',4270 direction: 'normal',4271 fillMode: 'both'4272 },4273 'rotate-out-br': {4274 useObject: '#card-object-hf',4275 is3d: true,4276 duration: 0.5,4277 easing: 'easeInQuad',4278 delay: 0,4279 iterationCount: '1',4280 direction: 'normal',4281 fillMode: 'both'4282 },4283 'rotate-out-bottom': {4284 useObject: '#card-object-hf',4285 is3d: true,4286 duration: 0.5,4287 easing: 'easeInQuad',4288 delay: 0,4289 iterationCount: '1',4290 direction: 'normal',4291 fillMode: 'both'4292 },4293 'rotate-out-bl': {4294 useObject: '#card-object-hf',4295 is3d: true,4296 duration: 0.5,4297 easing: 'easeInQuad',4298 delay: 0,4299 iterationCount: '1',4300 direction: 'normal',4301 fillMode: 'both'4302 },4303 'rotate-out-left': {4304 useObject: '#card-object-hf',4305 is3d: true,4306 duration: 0.5,4307 easing: 'easeInQuad',4308 delay: 0,4309 iterationCount: '1',4310 direction: 'normal',4311 fillMode: 'both'4312 },4313 'rotate-out-tl': {4314 useObject: '#card-object-hf',4315 is3d: true,4316 duration: 0.5,4317 easing: 'easeInQuad',4318 delay: 0,4319 iterationCount: '1',4320 direction: 'normal',4321 fillMode: 'both'4322 },4323 'rotate-out-hor': {4324 useObject: '#box-object',4325 is3d: true,4326 perspective: true,4327 duration: 0.5,4328 easing: 'easeInQuad',4329 delay: 0,4330 iterationCount: '1',4331 direction: 'normal',4332 fillMode: 'both'4333 },4334 'rotate-out-ver': {4335 useObject: '#box-object',4336 is3d: true,4337 perspective: true,4338 duration: 0.5,4339 easing: 'easeInQuad',4340 delay: 0,4341 iterationCount: '1',4342 direction: 'normal',4343 fillMode: 'both'4344 },4345 'rotate-out-diag-1': {4346 useObject: '#box-object',4347 is3d: true,4348 perspective: true,4349 duration: 0.6,4350 easing: 'easeInQuad',4351 delay: 0,4352 iterationCount: '1',4353 direction: 'normal',4354 fillMode: 'both'4355 },4356 'rotate-out-diag-2': {4357 useObject: '#box-object',4358 is3d: true,4359 perspective: true,4360 duration: 0.6,4361 easing: 'easeInQuad',4362 delay: 0,4363 iterationCount: '1',4364 direction: 'normal',4365 fillMode: 'both'4366 }4367 }4368 },4369 'rotate-out-2': {4370 variations: {4371 'rotate-out-2-cw': {4372 useObject: '#image-object',4373 duration: 0.6,4374 easing: 'easeOutQuad',4375 delay: 0,4376 iterationCount: '1',4377 direction: 'normal',4378 fillMode: 'both'4379 },4380 'rotate-out-2-ccw': {4381 useObject: '#image-object',4382 duration: 0.6,4383 easing: 'easeOutQuad',4384 delay: 0,4385 iterationCount: '1',4386 direction: 'normal',4387 fillMode: 'both'4388 },4389 'rotate-out-2-bck': {4390 useObject: '#image-object',4391 perspective: true,4392 duration: 0.6,4393 easing: 'easeOutQuad',4394 delay: 0,4395 iterationCount: '1',4396 direction: 'normal',4397 fillMode: 'both'4398 },4399 'rotate-out-2-fwd': {4400 useObject: '#image-object',4401 perspective: true,4402 duration: 0.6,4403 easing: 'easeOutQuad',4404 delay: 0,4405 iterationCount: '1',4406 direction: 'normal',4407 fillMode: 'both'4408 },4409 'rotate-out-2-tr-cw': {4410 useObject: '#image-object',4411 duration: 0.6,4412 easing: 'easeOutQuad',4413 delay: 0,4414 iterationCount: '1',4415 direction: 'normal',4416 fillMode: 'both'4417 },4418 'rotate-out-2-tr-ccw': {4419 useObject: '#image-object',4420 duration: 0.6,4421 easing: 'easeOutQuad',4422 delay: 0,4423 iterationCount: '1',4424 direction: 'normal',4425 fillMode: 'both'4426 },4427 'rotate-out-2-br-cw': {4428 useObject: '#image-object',4429 duration: 0.6,4430 easing: 'easeOutQuad',4431 delay: 0,4432 iterationCount: '1',4433 direction: 'normal',4434 fillMode: 'both'4435 },4436 'rotate-out-2-br-ccw': {4437 useObject: '#image-object',4438 duration: 0.6,4439 easing: 'easeOutQuad',4440 delay: 0,4441 iterationCount: '1',4442 direction: 'normal',4443 fillMode: 'both'4444 },4445 'rotate-out-2-bl-cw': {4446 useObject: '#image-object',4447 duration: 0.6,4448 easing: 'easeOutQuad',4449 delay: 0,4450 iterationCount: '1',4451 direction: 'normal',4452 fillMode: 'both'4453 },4454 'rotate-out-2-bl-ccw': {4455 useObject: '#image-object',4456 duration: 0.6,4457 easing: 'easeOutQuad',4458 delay: 0,4459 iterationCount: '1',4460 direction: 'normal',4461 fillMode: 'both'4462 },4463 'rotate-out-2-tl-cw': {4464 useObject: '#image-object',4465 duration: 0.6,4466 easing: 'easeOutQuad',4467 delay: 0,4468 iterationCount: '1',4469 direction: 'normal',4470 fillMode: 'both'4471 },4472 'rotate-out-2-tl-ccw': {4473 useObject: '#image-object',4474 duration: 0.6,4475 easing: 'easeOutQuad',4476 delay: 0,4477 iterationCount: '1',4478 direction: 'normal',4479 fillMode: 'both'4480 }4481 }4482 },4483 'swirl-out': {4484 variations: {4485 'swirl-out-bck': {4486 useObject: '#card-object-hf',4487 perspective: true,4488 duration: 0.6,4489 easing: 'easeIn',4490 delay: 0,4491 iterationCount: '1',4492 direction: 'normal',4493 fillMode: 'both'4494 },4495 'swirl-out-fwd': {4496 useObject: '#card-object-hf',4497 perspective: true,4498 duration: 0.65,4499 easing: 'easeIn',4500 delay: 0,4501 iterationCount: '1',4502 direction: 'normal',4503 fillMode: 'both'4504 },4505 'swirl-out-top-bck': {4506 useObject: '#card-object-hf',4507 perspective: true,4508 duration: 0.6,4509 easing: 'easeIn',4510 delay: 0,4511 iterationCount: '1',4512 direction: 'normal',4513 fillMode: 'both'4514 },4515 'swirl-out-top-fwd': {4516 useObject: '#card-object-hf',4517 perspective: true,4518 duration: 0.65,4519 easing: 'easeIn',4520 delay: 0,4521 iterationCount: '1',4522 direction: 'normal',4523 fillMode: 'both'4524 },4525 'swirl-out-tr-bck': {4526 useObject: '#card-object-hf',4527 perspective: true,4528 duration: 0.6,4529 easing: 'easeIn',4530 delay: 0,4531 iterationCount: '1',4532 direction: 'normal',4533 fillMode: 'both'4534 },4535 'swirl-out-tr-fwd': {4536 useObject: '#card-object-hf',4537 perspective: true,4538 duration: 0.65,4539 easing: 'easeIn',4540 delay: 0,4541 iterationCount: '1',4542 direction: 'normal',4543 fillMode: 'both'4544 },4545 'swirl-out-right-bck': {4546 useObject: '#card-object-hf',4547 perspective: true,4548 duration: 0.6,4549 easing: 'easeIn',4550 delay: 0,4551 iterationCount: '1',4552 direction: 'normal',4553 fillMode: 'both'4554 },4555 'swirl-out-right-fwd': {4556 useObject: '#card-object-hf',4557 perspective: true,4558 duration: 0.65,4559 easing: 'easeIn',4560 delay: 0,4561 iterationCount: '1',4562 direction: 'normal',4563 fillMode: 'both'4564 },4565 'swirl-out-br-bck': {4566 useObject: '#card-object-hf',4567 perspective: true,4568 duration: 0.6,4569 easing: 'easeIn',4570 delay: 0,4571 iterationCount: '1',4572 direction: 'normal',4573 fillMode: 'both'4574 },4575 'swirl-out-br-fwd': {4576 useObject: '#card-object-hf',4577 perspective: true,4578 duration: 0.65,4579 easing: 'easeIn',4580 delay: 0,4581 iterationCount: '1',4582 direction: 'normal',4583 fillMode: 'both'4584 },4585 'swirl-out-bottom-bck': {4586 useObject: '#card-object-hf',4587 perspective: true,4588 duration: 0.6,4589 easing: 'easeIn',4590 delay: 0,4591 iterationCount: '1',4592 direction: 'normal',4593 fillMode: 'both'4594 },4595 'swirl-out-bottom-fwd': {4596 useObject: '#card-object-hf',4597 perspective: true,4598 duration: 0.65,4599 easing: 'easeIn',4600 delay: 0,4601 iterationCount: '1',4602 direction: 'normal',4603 fillMode: 'both'4604 },4605 'swirl-out-bl-bck': {4606 useObject: '#card-object-hf',4607 perspective: true,4608 duration: 0.6,4609 easing: 'easeIn',4610 delay: 0,4611 iterationCount: '1',4612 direction: 'normal',4613 fillMode: 'both'4614 },4615 'swirl-out-bl-fwd': {4616 useObject: '#card-object-hf',4617 perspective: true,4618 duration: 0.65,4619 easing: 'easeIn',4620 delay: 0,4621 iterationCount: '1',4622 direction: 'normal',4623 fillMode: 'both'4624 },4625 'swirl-out-left-bck': {4626 useObject: '#card-object-hf',4627 perspective: true,4628 duration: 0.6,4629 easing: 'easeIn',4630 delay: 0,4631 iterationCount: '1',4632 direction: 'normal',4633 fillMode: 'both'4634 },4635 'swirl-out-left-fwd': {4636 useObject: '#card-object-hf',4637 perspective: true,4638 duration: 0.65,4639 easing: 'easeIn',4640 delay: 0,4641 iterationCount: '1',4642 direction: 'normal',4643 fillMode: 'both'4644 },4645 'swirl-out-tl-bck': {4646 useObject: '#card-object-hf',4647 perspective: true,4648 duration: 0.6,4649 easing: 'easeIn',4650 delay: 0,4651 iterationCount: '1',4652 direction: 'normal',4653 fillMode: 'both'4654 },4655 'swirl-out-tl-fwd': {4656 useObject: '#card-object-hf',4657 perspective: true,4658 duration: 0.65,4659 easing: 'easeIn',4660 delay: 0,4661 iterationCount: '1',4662 direction: 'normal',4663 fillMode: 'both'4664 }4665 }4666 },4667 'flip-out': {4668 variations: {4669 'flip-out-hor-top': {4670 useObject: '#image-object',4671 perspective: true,4672 duration: 0.45,4673 easing: 'easeInQuad',4674 delay: 0,4675 iterationCount: '1',4676 direction: 'normal',4677 fillMode: 'both'4678 },4679 'flip-out-hor-bottom': {4680 useObject: '#image-object',4681 perspective: true,4682 duration: 0.45,4683 easing: 'easeInQuad',4684 delay: 0,4685 iterationCount: '1',4686 direction: 'normal',4687 fillMode: 'both'4688 },4689 'flip-out-ver-left': {4690 useObject: '#image-object',4691 perspective: true,4692 duration: 0.45,4693 easing: 'easeInQuad',4694 delay: 0,4695 iterationCount: '1',4696 direction: 'normal',4697 fillMode: 'both'4698 },4699 'flip-out-ver-right': {4700 useObject: '#image-object',4701 perspective: true,4702 duration: 0.45,4703 easing: 'easeInQuad',4704 delay: 0,4705 iterationCount: '1',4706 direction: 'normal',4707 fillMode: 'both'4708 },4709 'flip-out-diag-1-tr': {4710 useObject: '#image-object',4711 perspective: true,4712 duration: 0.45,4713 easing: 'easeInQuad',4714 delay: 0,4715 iterationCount: '1',4716 direction: 'normal',4717 fillMode: 'both'4718 },4719 'flip-out-diag-1-bl': {4720 useObject: '#image-object',4721 perspective: true,4722 duration: 0.45,4723 easing: 'easeInQuad',4724 delay: 0,4725 iterationCount: '1',4726 direction: 'normal',4727 fillMode: 'both'4728 },4729 'flip-out-diag-2-tl': {4730 useObject: '#image-object',4731 perspective: true,4732 duration: 0.45,4733 easing: 'easeInQuad',4734 delay: 0,4735 iterationCount: '1',4736 direction: 'normal',4737 fillMode: 'both'4738 },4739 'flip-out-diag-2-br': {4740 useObject: '#image-object',4741 perspective: true,4742 duration: 0.45,4743 easing: 'easeInQuad',4744 delay: 0,4745 iterationCount: '1',4746 direction: 'normal',4747 fillMode: 'both'4748 }4749 }4750 },4751 'slit-out': {4752 variations: {4753 'slit-out-vertical': {4754 useObject: '#image-object',4755 is3d: true,4756 perspective: true,4757 duration: 0.5,4758 easing: 'easeIn',4759 delay: 0,4760 iterationCount: '1',4761 direction: 'normal',4762 fillMode: 'both'4763 },4764 'slit-out-horizontal': {4765 useObject: '#image-object',4766 is3d: true,4767 perspective: true,4768 duration: 0.5,4769 easing: 'easeIn',4770 delay: 0,4771 iterationCount: '1',4772 direction: 'normal',4773 fillMode: 'both'4774 },4775 'slit-out-diagonal-1': {4776 useObject: '#image-object',4777 is3d: true,4778 perspective: true,4779 duration: 0.5,4780 easing: 'easeIn',4781 delay: 0,4782 iterationCount: '1',4783 direction: 'normal',4784 fillMode: 'both'4785 },4786 'slit-out-diagonal-2': {4787 useObject: '#image-object',4788 is3d: true,4789 perspective: true,4790 duration: 0.5,4791 easing: 'easeIn',4792 delay: 0,4793 iterationCount: '1',4794 direction: 'normal',4795 fillMode: 'both'4796 }4797 }4798 },4799 'slide-out': {4800 variations: {4801 'slide-out-top': {4802 useObject: '#box-object',4803 is3d: true,4804 duration: 0.5,4805 easing: 'easeInQuad',4806 delay: 0,4807 iterationCount: '1',4808 direction: 'normal',4809 fillMode: 'both'4810 },4811 'slide-out-tr': {4812 useObject: '#box-object',4813 is3d: true,4814 duration: 0.5,4815 easing: 'easeInQuad',4816 delay: 0,4817 iterationCount: '1',4818 direction: 'normal',4819 fillMode: 'both'4820 },4821 'slide-out-right': {4822 useObject: '#box-object',4823 is3d: true,4824 duration: 0.5,4825 easing: 'easeInQuad',4826 delay: 0,4827 iterationCount: '1',4828 direction: 'normal',4829 fillMode: 'both'4830 },4831 'slide-out-br': {4832 useObject: '#box-object',4833 is3d: true,4834 duration: 0.5,4835 easing: 'easeInQuad',4836 delay: 0,4837 iterationCount: '1',4838 direction: 'normal',4839 fillMode: 'both'4840 },4841 'slide-out-bottom': {4842 useObject: '#box-object',4843 is3d: true,4844 duration: 0.5,4845 easing: 'easeInQuad',4846 delay: 0,4847 iterationCount: '1',4848 direction: 'normal',4849 fillMode: 'both'4850 },4851 'slide-out-bl': {4852 useObject: '#box-object',4853 is3d: true,4854 duration: 0.5,4855 easing: 'easeInQuad',4856 delay: 0,4857 iterationCount: '1',4858 direction: 'normal',4859 fillMode: 'both'4860 },4861 'slide-out-left': {4862 useObject: '#box-object',4863 is3d: true,4864 duration: 0.5,4865 easing: 'easeInQuad',4866 delay: 0,4867 iterationCount: '1',4868 direction: 'normal',4869 fillMode: 'both'4870 },4871 'slide-out-tl': {4872 useObject: '#box-object',4873 is3d: true,4874 duration: 0.5,4875 easing: 'easeInQuad',4876 delay: 0,4877 iterationCount: '1',4878 direction: 'normal',4879 fillMode: 'both'4880 }4881 }4882 },4883 'slide-out-bck': {4884 variations: {4885 'slide-out-bck-center': {4886 useObject: '#box-object',4887 perspective: true,4888 duration: 0.5,4889 easing: 'easeInQuad',4890 delay: 0,4891 iterationCount: '1',4892 direction: 'normal',4893 fillMode: 'both',4894 browserSupport: {},4895 notes: []4896 },4897 'slide-out-bck-top': {4898 useObject: '#box-object',4899 perspective: true,4900 duration: 0.5,4901 easing: 'easeInQuad',4902 delay: 0,4903 iterationCount: '1',4904 direction: 'normal',4905 fillMode: 'both',4906 browserSupport: {},4907 notes: []4908 },4909 'slide-out-bck-tr': {4910 useObject: '#box-object',4911 perspective: true,4912 duration: 0.5,4913 easing: 'easeInQuad',4914 delay: 0,4915 iterationCount: '1',4916 direction: 'normal',4917 fillMode: 'both',4918 browserSupport: {},4919 notes: []4920 },4921 'slide-out-bck-right': {4922 useObject: '#box-object',4923 perspective: true,4924 duration: 0.5,4925 easing: 'easeInQuad',4926 delay: 0,4927 iterationCount: '1',4928 direction: 'normal',4929 fillMode: 'both',4930 browserSupport: {},4931 notes: []4932 },4933 'slide-out-bck-br': {4934 useObject: '#box-object',4935 perspective: true,4936 duration: 0.5,4937 easing: 'easeInQuad',4938 delay: 0,4939 iterationCount: '1',4940 direction: 'normal',4941 fillMode: 'both',4942 browserSupport: {},4943 notes: []4944 },4945 'slide-out-bck-bottom': {4946 useObject: '#box-object',4947 perspective: true,4948 duration: 0.5,4949 easing: 'easeInQuad',4950 delay: 0,4951 iterationCount: '1',4952 direction: 'normal',4953 fillMode: 'both',4954 browserSupport: {},4955 notes: []4956 },4957 'slide-out-bck-bl': {4958 useObject: '#box-object',4959 perspective: true,4960 duration: 0.5,4961 easing: 'easeInQuad',4962 delay: 0,4963 iterationCount: '1',4964 direction: 'normal',4965 fillMode: 'both',4966 browserSupport: {},4967 notes: []4968 },4969 'slide-out-bck-left': {4970 useObject: '#box-object',4971 perspective: true,4972 duration: 0.5,4973 easing: 'easeInQuad',4974 delay: 0,4975 iterationCount: '1',4976 direction: 'normal',4977 fillMode: 'both',4978 browserSupport: {},4979 notes: []4980 },4981 'slide-out-bck-tl': {4982 useObject: '#box-object',4983 perspective: true,4984 duration: 0.5,4985 easing: 'easeInQuad',4986 delay: 0,4987 iterationCount: '1',4988 direction: 'normal',4989 fillMode: 'both',4990 browserSupport: {},4991 notes: []4992 }4993 }4994 },4995 'slide-out-fwd': {4996 variations: {4997 'slide-out-fwd-center': {4998 useObject: '#box-object',4999 perspective: true,5000 duration: 0.7,5001 easing: 'easeInQuad',5002 delay: 0,5003 iterationCount: '1',5004 direction: 'normal',5005 fillMode: 'both',5006 browserSupport: {},5007 notes: []5008 },5009 'slide-out-fwd-top': {5010 useObject: '#box-object',5011 perspective: true,5012 duration: 0.6,5013 easing: 'easeInQuad',5014 delay: 0,5015 iterationCount: '1',5016 direction: 'normal',5017 fillMode: 'both',5018 browserSupport: {},5019 notes: []5020 },5021 'slide-out-fwd-tr': {5022 useObject: '#box-object',5023 perspective: true,5024 duration: 0.6,5025 easing: 'easeInQuad',5026 delay: 0,5027 iterationCount: '1',5028 direction: 'normal',5029 fillMode: 'both',5030 browserSupport: {},5031 notes: []5032 },5033 'slide-out-fwd-right': {5034 useObject: '#box-object',5035 perspective: true,5036 duration: 0.6,5037 easing: 'easeInQuad',5038 delay: 0,5039 iterationCount: '1',5040 direction: 'normal',5041 fillMode: 'both',5042 browserSupport: {},5043 notes: []5044 },5045 'slide-out-fwd-br': {5046 useObject: '#box-object',5047 perspective: true,5048 duration: 0.6,5049 easing: 'easeInQuad',5050 delay: 0,5051 iterationCount: '1',5052 direction: 'normal',5053 fillMode: 'both',5054 browserSupport: {},5055 notes: []5056 },5057 'slide-out-fwd-bottom': {5058 useObject: '#box-object',5059 perspective: true,5060 duration: 0.6,5061 easing: 'easeInQuad',5062 delay: 0,5063 iterationCount: '1',5064 direction: 'normal',5065 fillMode: 'both',5066 browserSupport: {},5067 notes: []5068 },5069 'slide-out-fwd-bl': {5070 useObject: '#box-object',5071 perspective: true,5072 duration: 0.6,5073 easing: 'easeInQuad',5074 delay: 0,5075 iterationCount: '1',5076 direction: 'normal',5077 fillMode: 'both',5078 browserSupport: {},5079 notes: []5080 },5081 'slide-out-fwd-left': {5082 useObject: '#box-object',5083 perspective: true,5084 duration: 0.6,5085 easing: 'easeInQuad',5086 delay: 0,5087 iterationCount: '1',5088 direction: 'normal',5089 fillMode: 'both',5090 browserSupport: {},5091 notes: []5092 },5093 'slide-out-fwd-tl': {5094 useObject: '#box-object',5095 perspective: true,5096 duration: 0.6,5097 easing: 'easeInQuad',5098 delay: 0,5099 iterationCount: '1',5100 direction: 'normal',5101 fillMode: 'both',5102 browserSupport: {},5103 notes: []5104 }5105 }5106 },5107 'slide-out-blurred': {5108 variations: {5109 'slide-out-blurred-top': {5110 useObject: '#circle-object',5111 is3d: true,5112 duration: 0.45,5113 easing: 'easeInQuint',5114 delay: 0,5115 iterationCount: '1',5116 direction: 'normal',5117 fillMode: 'both'5118 },5119 'slide-out-blurred-tr': {5120 useObject: '#circle-object',5121 is3d: true,5122 duration: 0.45,5123 easing: 'easeInQuint',5124 delay: 0,5125 iterationCount: '1',5126 direction: 'normal',5127 fillMode: 'both'5128 },5129 'slide-out-blurred-right': {5130 useObject: '#circle-object',5131 is3d: true,5132 duration: 0.45,5133 easing: 'easeInQuint',5134 delay: 0,5135 iterationCount: '1',5136 direction: 'normal',5137 fillMode: 'both'5138 },5139 'slide-out-blurred-br': {5140 useObject: '#circle-object',5141 is3d: true,5142 duration: 0.45,5143 easing: 'easeInQuint',5144 delay: 0,5145 iterationCount: '1',5146 direction: 'normal',5147 fillMode: 'both'5148 },5149 'slide-out-blurred-bottom': {5150 useObject: '#circle-object',5151 is3d: true,5152 duration: 0.45,5153 easing: 'easeInQuint',5154 delay: 0,5155 iterationCount: '1',5156 direction: 'normal',5157 fillMode: 'both'5158 },5159 'slide-out-blurred-bl': {5160 useObject: '#circle-object',5161 is3d: true,5162 duration: 0.45,5163 easing: 'easeInQuint',5164 delay: 0,5165 iterationCount: '1',5166 direction: 'normal',5167 fillMode: 'both'5168 },5169 'slide-out-blurred-left': {5170 useObject: '#circle-object',5171 is3d: true,5172 duration: 0.45,5173 easing: 'easeInQuint',5174 delay: 0,5175 iterationCount: '1',5176 direction: 'normal',5177 fillMode: 'both'5178 },5179 'slide-out-blurred-tl': {5180 useObject: '#circle-object',5181 is3d: true,5182 duration: 0.45,5183 easing: 'easeInQuint',5184 delay: 0,5185 iterationCount: '1',5186 direction: 'normal',5187 fillMode: 'both'5188 }5189 }5190 },5191 'slide-out-elliptic': {5192 variations: {5193 'slide-out-elliptic-top-bck': {5194 useObject: '#box-object',5195 is3d: true,5196 perspective: true,5197 duration: 0.7,5198 easing: 'easeIn',5199 delay: 0,5200 iterationCount: '1',5201 direction: 'normal',5202 fillMode: 'both'5203 },5204 'slide-out-elliptic-top-fwd': {5205 useObject: '#box-object',5206 is3d: true,5207 perspective: true,5208 duration: 0.7,5209 easing: 'easeInQuad',5210 delay: 0,5211 iterationCount: '1',5212 direction: 'normal',5213 fillMode: 'both'5214 },5215 'slide-out-elliptic-right-bck': {5216 useObject: '#box-object',5217 is3d: true,5218 perspective: true,5219 duration: 0.7,5220 easing: 'easeIn',5221 delay: 0,5222 iterationCount: '1',5223 direction: 'normal',5224 fillMode: 'both'5225 },5226 'slide-out-elliptic-right-fwd': {5227 useObject: '#box-object',5228 is3d: true,5229 perspective: true,5230 duration: 0.7,5231 easing: 'easeInQuad',5232 delay: 0,5233 iterationCount: '1',5234 direction: 'normal',5235 fillMode: 'both'5236 },5237 'slide-out-elliptic-bottom-bck': {5238 useObject: '#box-object',5239 is3d: true,5240 perspective: true,5241 duration: 0.7,5242 easing: 'easeIn',5243 delay: 0,5244 iterationCount: '1',5245 direction: 'normal',5246 fillMode: 'both'5247 },5248 'slide-out-elliptic-bottom-fwd': {5249 useObject: '#box-object',5250 is3d: true,5251 perspective: true,5252 duration: 0.7,5253 easing: 'easeInQuad',5254 delay: 0,5255 iterationCount: '1',5256 direction: 'normal',5257 fillMode: 'both'5258 },5259 'slide-out-elliptic-left-bck': {5260 useObject: '#box-object',5261 is3d: true,5262 perspective: true,5263 duration: 0.7,5264 easing: 'easeIn',5265 delay: 0,5266 iterationCount: '1',5267 direction: 'normal',5268 fillMode: 'both'5269 },5270 'slide-out-elliptic-left-fwd': {5271 useObject: '#box-object',5272 is3d: true,5273 perspective: true,5274 duration: 0.7,5275 easing: 'easeInQuad',5276 delay: 0,5277 iterationCount: '1',5278 direction: 'normal',5279 fillMode: 'both'5280 }5281 }5282 },5283 'bounce-out': {5284 variations: {5285 'bounce-out-top': {5286 useObject: '#circle-object',5287 duration: 1.5,5288 easing: 'ease',5289 delay: 0,5290 iterationCount: '1',5291 direction: 'normal',5292 fillMode: 'both'5293 },5294 'bounce-out-right': {5295 useObject: '#circle-object',5296 duration: 1.5,5297 easing: 'ease',5298 delay: 0,5299 iterationCount: '1',5300 direction: 'normal',5301 fillMode: 'both'5302 },5303 'bounce-out-bottom': {5304 useObject: '#circle-object',5305 duration: 1.5,5306 easing: 'ease',5307 delay: 0,5308 iterationCount: '1',5309 direction: 'normal',5310 fillMode: 'both'5311 },5312 'bounce-out-left': {5313 useObject: '#circle-object',5314 duration: 1.5,5315 easing: 'ease',5316 delay: 0,5317 iterationCount: '1',5318 direction: 'normal',5319 fillMode: 'both'5320 },5321 'bounce-out-bck': {5322 useObject: '#circle-object',5323 is3d: true,5324 perspective: true,5325 duration: 1.5,5326 easing: 'ease',5327 delay: 0,5328 iterationCount: '1',5329 direction: 'normal',5330 fillMode: 'both'5331 },5332 'bounce-out-fwd': {5333 useObject: '#circle-object',5334 is3d: true,5335 perspective: true,5336 duration: 1.5,5337 easing: 'ease',5338 delay: 0,5339 iterationCount: '1',5340 direction: 'normal',5341 fillMode: 'both'5342 }5343 }5344 },5345 'roll-out': {5346 variations: {5347 'roll-out-left': {5348 useObject: '#card-object-hf',5349 duration: 0.6,5350 easing: 'easeIn',5351 delay: 0,5352 iterationCount: '1',5353 direction: 'normal',5354 fillMode: 'both'5355 },5356 'roll-out-top': {5357 useObject: '#card-object-vf',5358 duration: 0.6,5359 easing: 'easeIn',5360 delay: 0,5361 iterationCount: '1',5362 direction: 'normal',5363 fillMode: 'both'5364 },5365 'roll-out-right': {5366 useObject: '#card-object-hf',5367 duration: 0.6,5368 easing: 'easeIn',5369 delay: 0,5370 iterationCount: '1',5371 direction: 'normal',5372 fillMode: 'both'5373 },5374 'roll-out-bottom': {5375 useObject: '#card-object-vf',5376 duration: 0.6,5377 easing: 'easeIn',5378 delay: 0,5379 iterationCount: '1',5380 direction: 'normal',5381 fillMode: 'both'5382 }5383 }5384 },5385 'roll-out-blurred': {5386 variations: {5387 'roll-out-blurred-left': {5388 useObject: '#card-object-hf',5389 duration: 0.65,5390 easing: 'easeInQuint',5391 delay: 0,5392 iterationCount: '1',5393 direction: 'normal',5394 fillMode: 'both'5395 },5396 'roll-out-blurred-top': {5397 useObject: '#card-object-vf',5398 duration: 0.6,5399 easing: 'easeInQuint',5400 delay: 0,5401 iterationCount: '1',5402 direction: 'normal',5403 fillMode: 'both'5404 },5405 'roll-out-blurred-right': {5406 useObject: '#card-object-hf',5407 duration: 0.65,5408 easing: 'easeInQuint',5409 delay: 0,5410 iterationCount: '1',5411 direction: 'normal',5412 fillMode: 'both'5413 },5414 'roll-out-blurred-bottom': {5415 useObject: '#card-object-vf',5416 duration: 0.6,5417 easing: 'easeInQuint',5418 delay: 0,5419 iterationCount: '1',5420 direction: 'normal',5421 fillMode: 'both'5422 }5423 }5424 },5425 'swing-out': {5426 variations: {5427 'swing-out-top-bck': {5428 useObject: '#image-object',5429 is3d: true,5430 perspective: true,5431 duration: 0.45,5432 easing: 'easeInBack',5433 delay: 0,5434 iterationCount: '1',5435 direction: 'normal',5436 fillMode: 'both'5437 },5438 'swing-out-top-fwd': {5439 useObject: '#image-object',5440 is3d: true,5441 perspective: true,5442 duration: 0.55,5443 easing: 'easeInBack',5444 delay: 0,5445 iterationCount: '1',5446 direction: 'normal',5447 fillMode: 'both'5448 },5449 'swing-out-right-bck': {5450 useObject: '#image-object',5451 is3d: true,5452 perspective: true,5453 duration: 0.45,5454 easing: 'easeInBack',5455 delay: 0,5456 iterationCount: '1',5457 direction: 'normal',5458 fillMode: 'both'5459 },5460 'swing-out-right-fwd': {5461 useObject: '#image-object',5462 is3d: true,5463 perspective: true,5464 duration: 0.55,5465 easing: 'easeInBack',5466 delay: 0,5467 iterationCount: '1',5468 direction: 'normal',5469 fillMode: 'both'5470 },5471 'swing-out-bottom-bck': {5472 useObject: '#image-object',5473 is3d: true,5474 perspective: true,5475 duration: 0.45,5476 easing: 'easeInBack',5477 delay: 0,5478 iterationCount: '1',5479 direction: 'normal',5480 fillMode: 'both'5481 },5482 'swing-out-bottom-fwd': {5483 useObject: '#image-object',5484 is3d: true,5485 perspective: true,5486 duration: 0.55,5487 easing: 'easeInBack',5488 delay: 0,5489 iterationCount: '1',5490 direction: 'normal',5491 fillMode: 'both'5492 },5493 'swing-out-left-bck': {5494 useObject: '#image-object',5495 is3d: true,5496 perspective: true,5497 duration: 0.45,5498 easing: 'easeInBack',5499 delay: 0,5500 iterationCount: '1',5501 direction: 'normal',5502 fillMode: 'both'5503 },5504 'swing-out-left-fwd': {5505 useObject: '#image-object',5506 is3d: true,5507 perspective: true,5508 duration: 0.55,5509 easing: 'easeInBack',5510 delay: 0,5511 iterationCount: '1',5512 direction: 'normal',5513 fillMode: 'both'5514 }5515 }5516 },5517 'fade-out': {5518 variations: {5519 'fade-out': {5520 useObject: '#image-object',5521 duration: 1,5522 easing: 'easeOut',5523 delay: 0,5524 iterationCount: '1',5525 direction: 'normal',5526 fillMode: 'both'5527 },5528 'fade-out-bck': {5529 useObject: '#image-object',5530 perspective: true,5531 duration: 0.7,5532 easing: 'easeOutQuad',5533 delay: 0,5534 iterationCount: '1',5535 direction: 'normal',5536 fillMode: 'both'5537 },5538 'fade-out-fwd': {5539 useObject: '#image-object',5540 perspective: true,5541 duration: 0.7,5542 easing: 'easeOutQuad',5543 delay: 0,5544 iterationCount: '1',5545 direction: 'normal',5546 fillMode: 'both'5547 },5548 'fade-out-top': {5549 useObject: '#image-object',5550 duration: 0.7,5551 easing: 'easeOutQuad',5552 delay: 0,5553 iterationCount: '1',5554 direction: 'normal',5555 fillMode: 'both'5556 },5557 'fade-out-tr': {5558 useObject: '#image-object',5559 duration: 0.7,5560 easing: 'easeOutQuad',5561 delay: 0,5562 iterationCount: '1',5563 direction: 'normal',5564 fillMode: 'both'5565 },5566 'fade-out-right': {5567 useObject: '#image-object',5568 duration: 0.7,5569 easing: 'easeOutQuad',5570 delay: 0,5571 iterationCount: '1',5572 direction: 'normal',5573 fillMode: 'both'5574 },5575 'fade-out-br': {5576 useObject: '#image-object',5577 duration: 0.7,5578 easing: 'easeOutQuad',5579 delay: 0,5580 iterationCount: '1',5581 direction: 'normal',5582 fillMode: 'both'5583 },5584 'fade-out-bottom': {5585 useObject: '#image-object',5586 duration: 0.7,5587 easing: 'easeOutQuad',5588 delay: 0,5589 iterationCount: '1',5590 direction: 'normal',5591 fillMode: 'both'5592 },5593 'fade-out-bl': {5594 useObject: '#image-object',5595 duration: 0.7,5596 easing: 'easeOutQuad',5597 delay: 0,5598 iterationCount: '1',5599 direction: 'normal',5600 fillMode: 'both'5601 },5602 'fade-out-left': {5603 useObject: '#image-object',5604 duration: 0.7,5605 easing: 'easeOutQuad',5606 delay: 0,5607 iterationCount: '1',5608 direction: 'normal',5609 fillMode: 'both'5610 },5611 'fade-out-tl': {5612 useObject: '#image-object',5613 duration: 0.7,5614 easing: 'easeOutQuad',5615 delay: 0,5616 iterationCount: '1',5617 direction: 'normal',5618 fillMode: 'both'5619 }5620 }5621 },5622 'puff-out': {5623 variations: {5624 'puff-out-center': {5625 useObject: '#box-object',5626 perspective: true,5627 duration: 1,5628 easing: 'easeOutQuart',5629 delay: 0,5630 iterationCount: '1',5631 direction: 'normal',5632 fillMode: 'both'5633 },5634 'puff-out-top': {5635 useObject: '#box-object',5636 perspective: true,5637 duration: 0.9,5638 easing: 'easeOutQuart',5639 delay: 0,5640 iterationCount: '1',5641 direction: 'normal',5642 fillMode: 'both'5643 },5644 'puff-out-tr': {5645 useObject: '#box-object',5646 perspective: true,5647 duration: 0.9,5648 easing: 'easeOutQuart',5649 delay: 0,5650 iterationCount: '1',5651 direction: 'normal',5652 fillMode: 'both'5653 },5654 'puff-out-right': {5655 useObject: '#box-object',5656 perspective: true,5657 duration: 0.9,5658 easing: 'easeOutQuart',5659 delay: 0,5660 iterationCount: '1',5661 direction: 'normal',5662 fillMode: 'both'5663 },5664 'puff-out-br': {5665 useObject: '#box-object',5666 perspective: true,5667 duration: 0.9,5668 easing: 'easeOutQuart',5669 delay: 0,5670 iterationCount: '1',5671 direction: 'normal',5672 fillMode: 'both'5673 },5674 'puff-out-bottom': {5675 useObject: '#box-object',5676 perspective: true,5677 duration: 0.9,5678 easing: 'easeOutQuart',5679 delay: 0,5680 iterationCount: '1',5681 direction: 'normal',5682 fillMode: 'both'5683 },5684 'puff-out-bl': {5685 useObject: '#box-object',5686 perspective: true,5687 duration: 0.9,5688 easing: 'easeOutQuart',5689 delay: 0,5690 iterationCount: '1',5691 direction: 'normal',5692 fillMode: 'both'5693 },5694 'puff-out-left': {5695 useObject: '#box-object',5696 perspective: true,5697 duration: 0.9,5698 easing: 'easeOutQuart',5699 delay: 0,5700 iterationCount: '1',5701 direction: 'normal',5702 fillMode: 'both'5703 },5704 'puff-out-tl': {5705 useObject: '#box-object',5706 perspective: true,5707 duration: 0.9,5708 easing: 'easeOutQuart',5709 delay: 0,5710 iterationCount: '1',5711 direction: 'normal',5712 fillMode: 'both'5713 },5714 'puff-out-hor': {5715 useObject: '#box-object',5716 perspective: true,5717 duration: 0.9,5718 easing: 'easeOutQuart',5719 delay: 0,5720 iterationCount: '1',5721 direction: 'normal',5722 fillMode: 'both'5723 },5724 'puff-out-ver': {5725 useObject: '#box-object',5726 perspective: true,5727 duration: 0.9,5728 easing: 'easeOutQuart',5729 delay: 0,5730 iterationCount: '1',5731 direction: 'normal',5732 fillMode: 'both'5733 }5734 }5735 },5736 'flicker-out': {5737 variations: {5738 'flicker-out-1': {5739 useObject: '#box-object',5740 duration: 2,5741 easing: 'linear',5742 delay: 0,5743 iterationCount: '1',5744 direction: 'normal',5745 fillMode: 'both'5746 },5747 'flicker-out-2': {5748 useObject: '#box-object-light',5749 duration: 2,5750 easing: 'linear',5751 delay: 0,5752 iterationCount: '1',5753 direction: 'normal',5754 fillMode: 'both'5755 }5756 }5757 }5758 }5759 },5760 文本: {5761 groups: {5762 'tracking-in': {5763 variations: {5764 'tracking-in-expand': {5765 useObject: '#text-object',5766 duration: 0.7,5767 easing: 'easeOutCubic',5768 delay: 0,5769 iterationCount: '1',5770 direction: 'normal',5771 fillMode: 'both'5772 },5773 'tracking-in-expand-fwd': {5774 useObject: '#text-object',5775 perspective: true,5776 duration: 0.8,5777 easing: 'easeOutCubic',5778 delay: 0,5779 iterationCount: '1',5780 direction: 'normal',5781 fillMode: 'both'5782 },5783 'tracking-in-expand-fwd-top': {5784 useObject: '#text-object',5785 perspective: true,5786 duration: 0.8,5787 easing: 'easeOutCubic',5788 delay: 0,5789 iterationCount: '1',5790 direction: 'normal',5791 fillMode: 'both'5792 },5793 'tracking-in-expand-fwd-bottom': {5794 useObject: '#text-object',5795 perspective: true,5796 duration: 0.8,5797 easing: 'easeOutCubic',5798 delay: 0,5799 iterationCount: '1',5800 direction: 'normal',5801 fillMode: 'both'5802 },5803 'tracking-in-contract': {5804 useObject: '#text-object',5805 duration: 0.8,5806 easing: 'easeOutCubic',5807 delay: 0,5808 iterationCount: '1',5809 direction: 'normal',5810 fillMode: 'both'5811 },5812 'tracking-in-contract-bck': {5813 useObject: '#text-object',5814 perspective: true,5815 duration: 1,5816 easing: 'easeOutCubic',5817 delay: 0,5818 iterationCount: '1',5819 direction: 'normal',5820 fillMode: 'both'5821 },5822 'tracking-in-contract-bck-top': {5823 useObject: '#text-object',5824 perspective: true,5825 duration: 1,5826 easing: 'easeOutCubic',5827 delay: 0,5828 iterationCount: '1',5829 direction: 'normal',5830 fillMode: 'both'5831 },5832 'tracking-in-contract-bck-bottom': {5833 useObject: '#text-object',5834 perspective: true,5835 duration: 1,5836 easing: 'easeOutCubic',5837 delay: 0,5838 iterationCount: '1',5839 direction: 'normal',5840 fillMode: 'both'5841 }5842 }5843 },5844 'tracking-out': {5845 variations: {5846 'tracking-out-contract': {5847 useObject: '#text-object',5848 duration: 0.7,5849 easing: 'easeInQuad',5850 delay: 0,5851 iterationCount: '1',5852 direction: 'normal',5853 fillMode: 'both'5854 },5855 'tracking-out-contract-bck': {5856 useObject: '#text-object',5857 perspective: true,5858 duration: 0.8,5859 easing: 'easeInQuad',5860 delay: 0,5861 iterationCount: '1',5862 direction: 'normal',5863 fillMode: 'both'5864 },5865 'tracking-out-contract-bck-top': {5866 useObject: '#text-object',5867 perspective: true,5868 duration: 0.8,5869 easing: 'easeInQuad',5870 delay: 0,5871 iterationCount: '1',5872 direction: 'normal',5873 fillMode: 'both'5874 },5875 'tracking-out-contract-bck-bottom': {5876 useObject: '#text-object',5877 perspective: true,5878 duration: 0.8,5879 easing: 'easeInQuad',5880 delay: 0,5881 iterationCount: '1',5882 direction: 'normal',5883 fillMode: 'both'5884 },5885 'tracking-out-expand': {5886 useObject: '#text-object',5887 duration: 0.8,5888 easing: 'easeOutQuad',5889 delay: 0,5890 iterationCount: '1',5891 direction: 'normal',5892 fillMode: 'both'5893 },5894 'tracking-out-expand-fwd': {5895 useObject: '#text-object',5896 perspective: true,5897 duration: 0.8,5898 easing: 'easeInQuad',5899 delay: 0,5900 iterationCount: '1',5901 direction: 'normal',5902 fillMode: 'both'5903 },5904 'tracking-out-expand-fwd-top': {5905 useObject: '#text-object',5906 perspective: true,5907 duration: 0.8,5908 easing: 'easeInQuad',5909 delay: 0,5910 iterationCount: '1',5911 direction: 'normal',5912 fillMode: 'both'5913 },5914 'tracking-out-expand-fwd-bottom': {5915 useObject: '#text-object',5916 perspective: true,5917 duration: 0.8,5918 easing: 'easeInQuad',5919 delay: 0,5920 iterationCount: '1',5921 direction: 'normal',5922 fillMode: 'both'5923 }5924 }5925 },5926 'focus-in': {5927 variations: {5928 'text-focus-in': {5929 useObject: '#text-object',5930 duration: 1,5931 easing: 'easeInQuad',5932 delay: 0,5933 iterationCount: '1',5934 direction: 'normal',5935 fillMode: 'both'5936 },5937 'focus-in-expand': {5938 useObject: '#text-object',5939 duration: 0.8,5940 easing: 'easeOutQuad',5941 delay: 0,5942 iterationCount: '1',5943 direction: 'normal',5944 fillMode: 'both'5945 },5946 'focus-in-expand-fwd': {5947 useObject: '#text-object',5948 perspective: true,5949 duration: 0.8,5950 easing: 'easeOutQuad',5951 delay: 0,5952 iterationCount: '1',5953 direction: 'normal',5954 fillMode: 'both'5955 },5956 'focus-in-contract': {5957 useObject: '#text-object',5958 duration: 0.7,5959 easing: 'easeOutQuad',5960 delay: 0,5961 iterationCount: '1',5962 direction: 'normal',5963 fillMode: 'both'5964 },5965 'focus-in-contract-bck': {5966 useObject: '#text-object',5967 perspective: true,5968 duration: 1,5969 easing: 'easeOutQuad',5970 delay: 0,5971 iterationCount: '1',5972 direction: 'normal',5973 fillMode: 'both'5974 }5975 }5976 },5977 'blur-out': {5978 variations: {5979 'text-blur-out': {5980 useObject: '#text-object',5981 duration: 1.2,5982 easing: 'easeInQuad',5983 delay: 0,5984 iterationCount: '1',5985 direction: 'normal',5986 fillMode: 'both'5987 },5988 'blur-out-contract': {5989 useObject: '#text-object',5990 duration: 1,5991 easing: 'easeInQuad',5992 delay: 0,5993 iterationCount: '1',5994 direction: 'normal',5995 fillMode: 'both'5996 },5997 'blur-out-contract-bck': {5998 useObject: '#text-object',5999 perspective: true,6000 duration: 1,6001 easing: 'easeInQuad',6002 delay: 0,6003 iterationCount: '1',6004 direction: 'normal',6005 fillMode: 'both'6006 },6007 'blur-out-expand': {6008 useObject: '#text-object',6009 duration: 1,6010 easing: 'easeOutQuad',6011 delay: 0,6012 iterationCount: '1',6013 direction: 'normal',6014 fillMode: 'both'6015 },6016 'blur-out-expand-fwd': {6017 useObject: '#text-object',6018 perspective: true,6019 duration: 1,6020 easing: 'easeOutQuad',6021 delay: 0,6022 iterationCount: '1',6023 direction: 'normal',6024 fillMode: 'both'6025 }6026 }6027 },6028 flicker: {6029 variations: {6030 'text-flicker-in-glow': {6031 useObject: '#letter-object',6032 duration: 4,6033 easing: 'linear',6034 delay: 0,6035 iterationCount: '1',6036 direction: 'normal',6037 fillMode: 'both'6038 },6039 'text-flicker-out-glow': {6040 useObject: '#letter-object',6041 duration: 2.5,6042 easing: 'linear',6043 delay: 0,6044 iterationCount: '1',6045 direction: 'normal',6046 fillMode: 'both'6047 }6048 }6049 },6050 'shadow-drop': {6051 variations: {6052 'text-shadow-drop-center': {6053 useObject: '#letter-object',6054 duration: 0.6,6055 easing: 'ease',6056 delay: 0,6057 iterationCount: '1',6058 direction: 'normal',6059 fillMode: 'both'6060 },6061 'text-shadow-drop-top': {6062 useObject: '#letter-object',6063 duration: 0.6,6064 easing: 'ease',6065 delay: 0,6066 iterationCount: '1',6067 direction: 'normal',6068 fillMode: 'both'6069 },6070 'text-shadow-drop-tr': {6071 useObject: '#letter-object',6072 duration: 0.6,6073 easing: 'ease',6074 delay: 0,6075 iterationCount: '1',6076 direction: 'normal',6077 fillMode: 'both'6078 },6079 'text-shadow-drop-right': {6080 useObject: '#letter-object',6081 duration: 0.6,6082 easing: 'ease',6083 delay: 0,6084 iterationCount: '1',6085 direction: 'normal',6086 fillMode: 'both'6087 },6088 'text-shadow-drop-br': {6089 useObject: '#letter-object',6090 duration: 0.6,6091 easing: 'ease',6092 delay: 0,6093 iterationCount: '1',6094 direction: 'normal',6095 fillMode: 'both'6096 },6097 'text-shadow-drop-bottom': {6098 useObject: '#letter-object',6099 duration: 0.6,6100 easing: 'ease',6101 delay: 0,6102 iterationCount: '1',6103 direction: 'normal',6104 fillMode: 'both'6105 },6106 'text-shadow-drop-bl': {6107 useObject: '#letter-object',6108 duration: 0.6,6109 easing: 'ease',6110 delay: 0,6111 iterationCount: '1',6112 direction: 'normal',6113 fillMode: 'both'6114 },6115 'text-shadow-drop-left': {6116 useObject: '#letter-object',6117 duration: 0.6,6118 easing: 'ease',6119 delay: 0,6120 iterationCount: '1',6121 direction: 'normal',6122 fillMode: 'both'6123 },6124 'text-shadow-drop-tl': {6125 useObject: '#letter-object',6126 duration: 0.6,6127 easing: 'ease',6128 delay: 0,6129 iterationCount: '1',6130 direction: 'normal',6131 fillMode: 'both'6132 }6133 }6134 },6135 'shadow-pop': {6136 variations: {6137 'text-shadow-pop-top': {6138 useObject: '#letter-object',6139 duration: 0.6,6140 easing: 'ease',6141 delay: 0,6142 iterationCount: '1',6143 direction: 'normal',6144 fillMode: 'both'6145 },6146 'text-shadow-pop-tr': {6147 useObject: '#letter-object',6148 duration: 0.6,6149 easing: 'ease',6150 delay: 0,6151 iterationCount: '1',6152 direction: 'normal',6153 fillMode: 'both'6154 },6155 'text-shadow-pop-right': {6156 useObject: '#letter-object',6157 duration: 0.6,6158 easing: 'ease',6159 delay: 0,6160 iterationCount: '1',6161 direction: 'normal',6162 fillMode: 'both'6163 },6164 'text-shadow-pop-br': {6165 useObject: '#letter-object',6166 duration: 0.6,6167 easing: 'ease',6168 delay: 0,6169 iterationCount: '1',6170 direction: 'normal',6171 fillMode: 'both'6172 },6173 'text-shadow-pop-bottom': {6174 useObject: '#letter-object',6175 duration: 0.6,6176 easing: 'ease',6177 delay: 0,6178 iterationCount: '1',6179 direction: 'normal',6180 fillMode: 'both'6181 },6182 'text-shadow-pop-bl': {6183 useObject: '#letter-object',6184 duration: 0.6,6185 easing: 'ease',6186 delay: 0,6187 iterationCount: '1',6188 direction: 'normal',6189 fillMode: 'both'6190 },6191 'text-shadow-pop-left': {6192 useObject: '#letter-object',6193 duration: 0.6,6194 easing: 'ease',6195 delay: 0,6196 iterationCount: '1',6197 direction: 'normal',6198 fillMode: 'both'6199 },6200 'text-shadow-pop-tl': {6201 useObject: '#letter-object',6202 duration: 0.6,6203 easing: 'ease',6204 delay: 0,6205 iterationCount: '1',6206 direction: 'normal',6207 fillMode: 'both'6208 }6209 }6210 },6211 'pop-up': {6212 variations: {6213 'text-pop-up-top': {6214 useObject: '#letter-object',6215 duration: 0.5,6216 easing: 'easeOutQuad',6217 delay: 0,6218 iterationCount: '1',6219 direction: 'normal',6220 fillMode: 'both'6221 },6222 'text-pop-up-tr': {6223 useObject: '#letter-object',6224 duration: 0.5,6225 easing: 'easeOutQuad',6226 delay: 0,6227 iterationCount: '1',6228 direction: 'normal',6229 fillMode: 'both'6230 },6231 'text-pop-up-right': {6232 useObject: '#letter-object',6233 duration: 0.5,6234 easing: 'easeOutQuad',6235 delay: 0,6236 iterationCount: '1',6237 direction: 'normal',6238 fillMode: 'both'6239 },6240 'text-pop-up-br': {6241 useObject: '#letter-object',6242 duration: 0.5,6243 easing: 'easeOutQuad',6244 delay: 0,6245 iterationCount: '1',6246 direction: 'normal',6247 fillMode: 'both'6248 },6249 'text-pop-up-bottom': {6250 useObject: '#letter-object',6251 duration: 0.5,6252 easing: 'easeOutQuad',6253 delay: 0,6254 iterationCount: '1',6255 direction: 'normal',6256 fillMode: 'both'6257 },6258 'text-pop-up-bl': {6259 useObject: '#letter-object',6260 duration: 0.5,6261 easing: 'easeOutQuad',6262 delay: 0,6263 iterationCount: '1',6264 direction: 'normal',6265 fillMode: 'both'6266 },6267 'text-pop-up-left': {6268 useObject: '#letter-object',6269 duration: 0.5,6270 easing: 'easeOutQuad',6271 delay: 0,6272 iterationCount: '1',6273 direction: 'normal',6274 fillMode: 'both'6275 },6276 'text-pop-up-tl': {6277 useObject: '#letter-object',6278 duration: 0.5,6279 easing: 'easeOutQuad',6280 delay: 0,6281 iterationCount: '1',6282 direction: 'normal',6283 fillMode: 'both'6284 }6285 }6286 }6287 }6288 },6289 关注: {6290 groups: {6291 vibrate: {6292 variations: {6293 'vibrate-1': {6294 useObject: '#box-object-2',6295 duration: 0.3,6296 easing: 'linear',6297 delay: 0,6298 iterationCount: 'infinite',6299 direction: 'normal',6300 fillMode: 'both'6301 },6302 'vibrate-2': {6303 useObject: '#box-object-2',6304 duration: 0.3,6305 easing: 'linear',6306 delay: 0,6307 iterationCount: 'infinite',6308 direction: 'normal',6309 fillMode: 'both'6310 },6311 'vibrate-3': {6312 useObject: '#box-object-2',6313 duration: 0.5,6314 easing: 'linear',6315 delay: 0,6316 iterationCount: 'infinite',6317 direction: 'normal',6318 fillMode: 'both'6319 }6320 }6321 },6322 flicker: {6323 variations: {6324 'flicker-1': {6325 useObject: '#box-object',6326 duration: 2,6327 easing: 'linear',6328 delay: 0,6329 iterationCount: 'infinite',6330 direction: 'normal',6331 fillMode: 'both'6332 },6333 'flicker-2': {6334 useObject: '#box-object',6335 duration: 2,6336 easing: 'linear',6337 delay: 0,6338 iterationCount: 'infinite',6339 direction: 'normal',6340 fillMode: 'both'6341 },6342 'flicker-3': {6343 useObject: '#box-object',6344 duration: 2.5,6345 easing: 'linear',6346 delay: 0,6347 iterationCount: 'infinite',6348 direction: 'normal',6349 fillMode: 'both'6350 },6351 'flicker-4': {6352 useObject: '#box-object',6353 duration: 4,6354 easing: 'linear',6355 delay: 0,6356 iterationCount: 'infinite',6357 direction: 'normal',6358 fillMode: 'both'6359 },6360 'flicker-5': {6361 useObject: '#box-object',6362 duration: 8,6363 easing: 'linear',6364 delay: 0,6365 iterationCount: 'infinite',6366 direction: 'normal',6367 fillMode: 'both'6368 }6369 }6370 },6371 shake: {6372 variations: {6373 'shake-horizontal': {6374 useObject: '#box-object-2',6375 duration: 0.8,6376 easing: 'easeInOutQuad',6377 delay: 0,6378 iterationCount: '1',6379 direction: 'normal',6380 fillMode: 'both'6381 },6382 'shake-vertical': {6383 useObject: '#box-object-2',6384 duration: 0.8,6385 easing: 'easeInOutQuad',6386 delay: 0,6387 iterationCount: '1',6388 direction: 'normal',6389 fillMode: 'both'6390 },6391 'shake-lr': {6392 useObject: '#box-object-2',6393 duration: 0.7,6394 easing: 'easeInOutQuad',6395 delay: 0,6396 iterationCount: '1',6397 direction: 'normal',6398 fillMode: 'both'6399 },6400 'shake-top': {6401 useObject: '#box-object-2',6402 duration: 0.8,6403 easing: 'easeInOutQuad',6404 delay: 0,6405 iterationCount: '1',6406 direction: 'normal',6407 fillMode: 'both'6408 },6409 'shake-tr': {6410 useObject: '#image-object',6411 duration: 0.8,6412 easing: 'easeInOutQuad',6413 delay: 0,6414 iterationCount: '1',6415 direction: 'normal',6416 fillMode: 'both'6417 },6418 'shake-right': {6419 useObject: '#box-object-2',6420 duration: 0.7,6421 easing: 'easeInOutQuad',6422 delay: 0,6423 iterationCount: '1',6424 direction: 'normal',6425 fillMode: 'both'6426 },6427 'shake-br': {6428 useObject: '#image-object',6429 duration: 0.8,6430 easing: 'easeInOutQuad',6431 delay: 0,6432 iterationCount: '1',6433 direction: 'normal',6434 fillMode: 'both'6435 },6436 'shake-bottom': {6437 useObject: '#box-object-2',6438 duration: 0.8,6439 easing: 'easeInOutQuad',6440 delay: 0,6441 iterationCount: '1',6442 direction: 'normal',6443 fillMode: 'both'6444 },6445 'shake-bl': {6446 useObject: '#image-object',6447 duration: 0.8,6448 easing: 'easeInOutQuad',6449 delay: 0,6450 iterationCount: '1',6451 direction: 'normal',6452 fillMode: 'both'6453 },6454 'shake-left': {6455 useObject: '#box-object-2',6456 duration: 0.7,6457 easing: 'easeInOutQuad',6458 delay: 0,6459 iterationCount: '1',6460 direction: 'normal',6461 fillMode: 'both'6462 },6463 'shake-tl': {6464 useObject: '#image-object',6465 duration: 0.8,6466 easing: 'easeInOutQuad',6467 delay: 0,6468 iterationCount: '1',6469 direction: 'normal',6470 fillMode: 'both'6471 }6472 }6473 },6474 jello: {6475 variations: {6476 'jello-horizontal': {6477 useObject: '#box-object',6478 duration: 0.9,6479 easing: 'ease',6480 delay: 0,6481 iterationCount: '1',6482 direction: 'normal',6483 fillMode: 'both'6484 },6485 'jello-vertical': {6486 useObject: '#box-object',6487 duration: 0.9,6488 easing: 'ease',6489 delay: 0,6490 iterationCount: '1',6491 direction: 'normal',6492 fillMode: 'both'6493 },6494 'jello-diagonal-1': {6495 useObject: '#box-object',6496 duration: 0.8,6497 easing: 'ease',6498 delay: 0,6499 iterationCount: '1',6500 direction: 'normal',6501 fillMode: 'both'6502 },6503 'jello-diagonal-2': {6504 useObject: '#box-object',6505 duration: 0.8,6506 easing: 'ease',6507 delay: 0,6508 iterationCount: '1',6509 direction: 'normal',6510 fillMode: 'both'6511 }6512 }6513 },6514 wobble: {6515 variations: {6516 'wobble-hor-bottom': {6517 useObject: '#box-object',6518 duration: 0.8,6519 easing: 'ease',6520 delay: 0,6521 iterationCount: '1',6522 direction: 'normal',6523 fillMode: 'both'6524 },6525 'wobble-hor-top': {6526 useObject: '#box-object',6527 duration: 0.8,6528 easing: 'ease',6529 delay: 0,6530 iterationCount: '1',6531 direction: 'normal',6532 fillMode: 'both'6533 },6534 'wobble-ver-left': {6535 useObject: '#box-object',6536 duration: 0.8,6537 easing: 'ease',6538 delay: 0,6539 iterationCount: '1',6540 direction: 'normal',6541 fillMode: 'both'6542 },6543 'wobble-ver-right': {6544 useObject: '#box-object',6545 duration: 0.8,6546 easing: 'ease',6547 delay: 0,6548 iterationCount: '1',6549 direction: 'normal',6550 fillMode: 'both'6551 }6552 }6553 },6554 bounce: {6555 variations: {6556 'bounce-top': {6557 useObject: '#box-object-2',6558 duration: 0.9,6559 easing: 'ease',6560 delay: 0,6561 iterationCount: '1',6562 direction: 'normal',6563 fillMode: 'both'6564 },6565 'bounce-bottom': {6566 useObject: '#box-object-2',6567 duration: 0.9,6568 easing: 'ease',6569 delay: 0,6570 iterationCount: '1',6571 direction: 'normal',6572 fillMode: 'both'6573 },6574 'bounce-left': {6575 useObject: '#box-object-2',6576 duration: 0.8,6577 easing: 'ease',6578 delay: 0,6579 iterationCount: '1',6580 direction: 'normal',6581 fillMode: 'both'6582 },6583 'bounce-right': {6584 useObject: '#box-object-2',6585 duration: 0.8,6586 easing: 'ease',6587 delay: 0,6588 iterationCount: '1',6589 direction: 'normal',6590 fillMode: 'both'6591 }6592 }6593 },6594 pulsate: {6595 variations: {6596 heartbeat: {6597 useObject: '#circle-object',6598 duration: 1.5,6599 easing: 'easeInOut',6600 delay: 0,6601 iterationCount: 'infinite',6602 direction: 'normal',6603 fillMode: 'both'6604 },6605 'pulsate-bck': {6606 useObject: '#circle-object',6607 duration: 0.5,6608 easing: 'easeInOut',6609 delay: 0,6610 iterationCount: 'infinite',6611 direction: 'normal',6612 fillMode: 'both'6613 },6614 'pulsate-fwd': {6615 useObject: '#circle-object',6616 duration: 0.5,6617 easing: 'easeInOut',6618 delay: 0,6619 iterationCount: 'infinite',6620 direction: 'normal',6621 fillMode: 'both'6622 },6623 ping: {6624 useObject: '#circle-object',6625 duration: 0.8,6626 easing: 'easeInOut',6627 delay: 0,6628 iterationCount: 'infinite',6629 direction: 'normal',6630 fillMode: 'both'6631 }6632 }6633 },6634 blink: {6635 variations: {6636 'blink-1': {6637 useObject: '#box-object-2',6638 duration: 0.6,6639 easing: 'ease',6640 delay: 0,6641 iterationCount: '1',6642 direction: 'normal',6643 fillMode: 'both'6644 },6645 'blink-2': {6646 useObject: '#box-object-2',6647 duration: 0.9,6648 easing: 'ease',6649 delay: 0,6650 iterationCount: '1',6651 direction: 'normal',6652 fillMode: 'both'6653 }6654 }6655 }6656 }6657 },6658 背景: {6659 groups: {6660 'ken-burns': {6661 variations: {6662 'kenburns-top': {6663 useObject: '#image-large-object',6664 duration: 5,6665 easing: 'easeOut',6666 delay: 0,6667 iterationCount: '1',6668 direction: 'normal',6669 fillMode: 'both'6670 },6671 'kenburns-top-right': {6672 useObject: '#image-large-object',6673 duration: 5,6674 easing: 'easeOut',6675 delay: 0,6676 iterationCount: '1',6677 direction: 'normal',6678 fillMode: 'both'6679 },6680 'kenburns-right': {6681 useObject: '#image-large-object',6682 duration: 5,6683 easing: 'easeOut',6684 delay: 0,6685 iterationCount: '1',6686 direction: 'normal',6687 fillMode: 'both'6688 },6689 'kenburns-bottom-right': {6690 useObject: '#image-large-object',6691 duration: 5,6692 easing: 'easeOut',6693 delay: 0,6694 iterationCount: '1',6695 direction: 'normal',6696 fillMode: 'both'6697 },6698 'kenburns-bottom': {6699 useObject: '#image-large-object',6700 duration: 5,6701 easing: 'easeOut',6702 delay: 0,6703 iterationCount: '1',6704 direction: 'normal',6705 fillMode: 'both'6706 },6707 'kenburns-bottom-left': {6708 useObject: '#image-large-object',6709 duration: 5,6710 easing: 'easeOut',6711 delay: 0,6712 iterationCount: '1',6713 direction: 'normal',6714 fillMode: 'both'6715 },6716 'kenburns-left': {6717 useObject: '#image-large-object',6718 duration: 5,6719 easing: 'easeOut',6720 delay: 0,6721 iterationCount: '1',6722 direction: 'normal',6723 fillMode: 'both'6724 },6725 'kenburns-top-left': {6726 useObject: '#image-large-object',6727 duration: 5,6728 easing: 'easeOut',6729 delay: 0,6730 iterationCount: '1',6731 direction: 'normal',6732 fillMode: 'both'6733 }6734 }6735 },6736 'bg-pan': {6737 variations: {6738 'bg-pan-left': {6739 useObject: '#box-object-gradient-hor',6740 is3d: true,6741 duration: 8,6742 easing: 'ease',6743 delay: 0,6744 iterationCount: '1',6745 direction: 'normal',6746 fillMode: 'both'6747 },6748 'bg-pan-right': {6749 useObject: '#box-object-gradient-hor',6750 is3d: true,6751 duration: 8,6752 easing: 'ease',6753 delay: 0,6754 iterationCount: '1',6755 direction: 'normal',6756 fillMode: 'both'6757 },6758 'bg-pan-top': {6759 useObject: '#box-object-gradient-ver',6760 is3d: true,6761 duration: 8,6762 easing: 'ease',6763 delay: 0,6764 iterationCount: '1',6765 direction: 'normal',6766 fillMode: 'both'6767 },6768 'bg-pan-bottom': {6769 useObject: '#box-object-gradient-ver',6770 is3d: true,6771 duration: 8,6772 easing: 'ease',6773 delay: 0,6774 iterationCount: '1',6775 direction: 'normal',6776 fillMode: 'both'6777 },6778 'bg-pan-tr': {6779 useObject: '#box-object-backgroung-image',6780 is3d: true,6781 duration: 8,6782 easing: 'ease',6783 delay: 0,6784 iterationCount: '1',6785 direction: 'normal',6786 fillMode: 'both'6787 },6788 'bg-pan-br': {6789 useObject: '#box-object-backgroung-image',6790 is3d: true,6791 duration: 8,6792 easing: 'ease',6793 delay: 0,6794 iterationCount: '1',6795 direction: 'normal',6796 fillMode: 'both'6797 },6798 'bg-pan-bl': {6799 useObject: '#box-object-backgroung-image',6800 is3d: true,6801 duration: 8,6802 easing: 'ease',6803 delay: 0,6804 iterationCount: '1',6805 direction: 'normal',6806 fillMode: 'both'6807 },6808 'bg-pan-tl': {6809 useObject: '#box-object-backgroung-image',6810 is3d: true,6811 duration: 8,6812 easing: 'ease',6813 delay: 0,6814 iterationCount: '1',6815 direction: 'normal',6816 fillMode: 'both'6817 }6818 }6819 },6820 'color-change': {6821 variations: {6822 'color-change-2x': {6823 useObject: '#box-object-flat-color',6824 duration: 2,6825 easing: 'linear',6826 delay: 0,6827 iterationCount: 'infinite',6828 direction: 'alternate',6829 fillMode: 'both'6830 },6831 'color-change-3x': {6832 useObject: '#box-object-flat-color',6833 duration: 4,6834 easing: 'linear',6835 delay: 0,6836 iterationCount: 'infinite',6837 direction: 'alternate',6838 fillMode: 'both'6839 },6840 'color-change-4x': {6841 useObject: '#box-object-flat-color',6842 duration: 6,6843 easing: 'linear',6844 delay: 0,6845 iterationCount: 'infinite',6846 direction: 'alternate',6847 fillMode: 'both'6848 },6849 'color-change-5x': {6850 useObject: '#box-object-flat-color',6851 duration: 8,6852 easing: 'linear',6853 delay: 0,6854 iterationCount: 'infinite',6855 direction: 'alternate',6856 fillMode: 'both'6857 }6858 }6859 }6860 }6861 }6862 },6863 stats: {6864 favsNo: 0,6865 favsArray: []6866 }...

Full Screen

Full Screen

clipArt.js

Source:clipArt.js Github

copy

Full Screen

1import { ClipArtElementEntity as ClipArtElement } from '@/common/models/entities/elements';2import { SVG_FILL_MODE } from '@/common/constants';3import CLIP_ART_01 from '@/assets/image/clip-art/clip-art-1.svg';4import CLIP_ART_02 from '@/assets/image/clip-art/clip-art-2.svg';5import CLIP_ART_03 from '@/assets/image/clip-art/clip-art-3.svg';6import CLIP_ART_04 from '@/assets/image/clip-art/clip-art-4.svg';7import CLIP_ART_05 from '@/assets/image/clip-art/clip-art-5.svg';8import CLIP_ART_06 from '@/assets/image/clip-art/clip-art-6.svg';9import CLIP_ART_07 from '@/assets/image/clip-art/clip-art-7.svg';10import CLIP_ART_08 from '@/assets/image/clip-art/clip-art-8.svg';11import CLIP_ART_09 from '@/assets/image/clip-art/clip-art-9.svg';12import CLIP_ART_10 from '@/assets/image/clip-art/clip-art-10.svg';13import CLIP_ART_11 from '@/assets/image/clip-art/clip-art-11.svg';14import CLIP_ART_12 from '@/assets/image/clip-art/clip-art-12.svg';15import CLIP_ART_13 from '@/assets/image/clip-art/clip-art-13.svg';16import CLIP_ART_14 from '@/assets/image/clip-art/clip-art-14.svg';17import CLIP_ART_15 from '@/assets/image/clip-art/clip-art-15.svg';18import CLIP_ART_16 from '@/assets/image/clip-art/clip-art-16.svg';19import CLIP_ART_17 from '@/assets/image/clip-art/clip-art-17.svg';20import CLIP_ART_18 from '@/assets/image/clip-art/clip-art-18.svg';21import CLIP_ART_19 from '@/assets/image/clip-art/clip-art-19.svg';22import CLIP_ART_20 from '@/assets/image/clip-art/clip-art-20.svg';23import CLIP_ART_21 from '@/assets/image/clip-art/clip-art-21.svg';24import CLIP_ART_22 from '@/assets/image/clip-art/clip-art-22.svg';25import CLIP_ART_23 from '@/assets/image/clip-art/clip-art-23.svg';26import CLIP_ART_24 from '@/assets/image/clip-art/clip-art-24.svg';27import CLIP_ART_25 from '@/assets/image/clip-art/clip-art-25.svg';28import CLIP_ART_26 from '@/assets/image/clip-art/clip-art-26.svg';29import CLIP_ART_27 from '@/assets/image/clip-art/clip-art-27.svg';30import CLIP_ART_28 from '@/assets/image/clip-art/clip-art-28.svg';31import CLIP_ART_29 from '@/assets/image/clip-art/clip-art-29.svg';32import CLIP_ART_32 from '@/assets/image/clip-art/clip-art-32.svg';33import CLIP_ART_33 from '@/assets/image/clip-art/clip-art-33.svg';34import CLIP_ART_34 from '@/assets/image/clip-art/clip-art-34.svg';35import CLIP_ART_35 from '@/assets/image/clip-art/clip-art-35.svg';36import CLIP_ART_36 from '@/assets/image/clip-art/clip-art-36.svg';37import CLIP_ART_THUMB_01 from '@/assets/image/clip-art/thumbnail/clip-art-01.png';38import CLIP_ART_THUMB_02 from '@/assets/image/clip-art/thumbnail/clip-art-02.png';39import CLIP_ART_THUMB_03 from '@/assets/image/clip-art/thumbnail/clip-art-03.png';40import CLIP_ART_THUMB_04 from '@/assets/image/clip-art/thumbnail/clip-art-04.png';41import CLIP_ART_THUMB_05 from '@/assets/image/clip-art/thumbnail/clip-art-05.png';42import CLIP_ART_THUMB_06 from '@/assets/image/clip-art/thumbnail/clip-art-06.png';43import CLIP_ART_THUMB_07 from '@/assets/image/clip-art/thumbnail/clip-art-07.png';44import CLIP_ART_THUMB_08 from '@/assets/image/clip-art/thumbnail/clip-art-08.png';45import CLIP_ART_THUMB_09 from '@/assets/image/clip-art/thumbnail/clip-art-09.png';46import CLIP_ART_THUMB_10 from '@/assets/image/clip-art/thumbnail/clip-art-10.png';47import CLIP_ART_THUMB_11 from '@/assets/image/clip-art/thumbnail/clip-art-11.png';48import CLIP_ART_THUMB_12 from '@/assets/image/clip-art/thumbnail/clip-art-12.png';49import CLIP_ART_THUMB_13 from '@/assets/image/clip-art/thumbnail/clip-art-13.png';50import CLIP_ART_THUMB_14 from '@/assets/image/clip-art/thumbnail/clip-art-14.png';51import CLIP_ART_THUMB_15 from '@/assets/image/clip-art/thumbnail/clip-art-15.png';52import CLIP_ART_THUMB_16 from '@/assets/image/clip-art/thumbnail/clip-art-16.png';53import CLIP_ART_THUMB_17 from '@/assets/image/clip-art/thumbnail/clip-art-17.png';54import CLIP_ART_THUMB_18 from '@/assets/image/clip-art/thumbnail/clip-art-18.png';55import CLIP_ART_THUMB_19 from '@/assets/image/clip-art/thumbnail/clip-art-19.png';56import CLIP_ART_THUMB_20 from '@/assets/image/clip-art/thumbnail/clip-art-20.png';57import CLIP_ART_THUMB_21 from '@/assets/image/clip-art/thumbnail/clip-art-21.png';58import CLIP_ART_THUMB_22 from '@/assets/image/clip-art/thumbnail/clip-art-22.png';59import CLIP_ART_THUMB_23 from '@/assets/image/clip-art/thumbnail/clip-art-23.png';60import CLIP_ART_THUMB_24 from '@/assets/image/clip-art/thumbnail/clip-art-24.png';61import CLIP_ART_THUMB_25 from '@/assets/image/clip-art/thumbnail/clip-art-25.png';62import CLIP_ART_THUMB_26 from '@/assets/image/clip-art/thumbnail/clip-art-26.png';63import CLIP_ART_THUMB_27 from '@/assets/image/clip-art/thumbnail/clip-art-27.png';64import CLIP_ART_THUMB_28 from '@/assets/image/clip-art/thumbnail/clip-art-28.png';65import CLIP_ART_THUMB_29 from '@/assets/image/clip-art/thumbnail/clip-art-29.png';66import CLIP_ART_THUMB_32 from '@/assets/image/clip-art/thumbnail/clip-art-32.png';67import CLIP_ART_THUMB_33 from '@/assets/image/clip-art/thumbnail/clip-art-33.png';68import CLIP_ART_THUMB_34 from '@/assets/image/clip-art/thumbnail/clip-art-34.png';69import CLIP_ART_THUMB_35 from '@/assets/image/clip-art/thumbnail/clip-art-35.png';70import CLIP_ART_THUMB_36 from '@/assets/image/clip-art/thumbnail/clip-art-36.png';71export const CLIP_ART_CATEGORIES = [72 {73 id: 0,74 name: 'Aducation'75 },76 {77 id: 1,78 name: 'Education Icons'79 },80 {81 id: 2,82 name: 'Design Elements'83 }84];85const mockClipArts = [86 {87 id: 3139,88 name: 'education',89 category: 0,90 thumbnail: CLIP_ART_THUMB_01,91 vector: 'clip-art-1.svg',92 large: CLIP_ART_01,93 isColorful: true,94 fillMode: SVG_FILL_MODE.FILL95 },96 {97 id: 3138,98 name: 'education',99 category: 0,100 thumbnail: CLIP_ART_THUMB_02,101 vector: 'clip-art-2.svg',102 large: CLIP_ART_02,103 isColorful: true,104 fillMode: SVG_FILL_MODE.FILL105 },106 {107 id: 3137,108 name: 'education',109 category: 0,110 thumbnail: CLIP_ART_THUMB_03,111 vector: 'clip-art-3.svg',112 large: CLIP_ART_03,113 isColorful: true,114 fillMode: SVG_FILL_MODE.FILL115 },116 {117 id: 3136,118 name: 'education',119 category: 0,120 thumbnail: CLIP_ART_THUMB_04,121 vector: 'clip-art-4.svg',122 large: CLIP_ART_04,123 isColorful: true,124 fillMode: SVG_FILL_MODE.FILL125 },126 {127 id: 3135,128 name: 'education',129 category: 0,130 thumbnail: CLIP_ART_THUMB_05,131 vector: 'clip-art-5.svg',132 large: CLIP_ART_05,133 isColorful: true,134 fillMode: SVG_FILL_MODE.FILL135 },136 {137 id: 3134,138 name: 'education',139 category: 0,140 thumbnail: CLIP_ART_THUMB_06,141 vector: 'clip-art-6.svg',142 large: CLIP_ART_06,143 isColorful: true,144 fillMode: SVG_FILL_MODE.FILL145 },146 {147 id: 3133,148 name: 'education',149 category: 0,150 thumbnail: CLIP_ART_THUMB_07,151 vector: 'clip-art-7.svg',152 large: CLIP_ART_07,153 isColorful: true,154 fillMode: SVG_FILL_MODE.FILL155 },156 {157 id: 3132,158 name: 'education',159 category: 0,160 thumbnail: CLIP_ART_THUMB_08,161 vector: 'clip-art-8.svg',162 large: CLIP_ART_08,163 isColorful: true,164 fillMode: SVG_FILL_MODE.FILL165 },166 {167 id: 3131,168 name: 'education',169 category: 0,170 thumbnail: CLIP_ART_THUMB_09,171 vector: 'clip-art-9.svg',172 large: CLIP_ART_09,173 isColorful: true,174 fillMode: SVG_FILL_MODE.FILL175 },176 {177 id: 3130,178 name: 'education',179 category: 0,180 thumbnail: CLIP_ART_THUMB_10,181 vector: 'clip-art-10.svg',182 large: CLIP_ART_10,183 isColorful: true,184 fillMode: SVG_FILL_MODE.FILL185 },186 {187 id: 3129,188 name: 'education',189 category: 0,190 thumbnail: CLIP_ART_THUMB_11,191 vector: 'clip-art-11.svg',192 large: CLIP_ART_11,193 isColorful: false,194 color: '#ae0210',195 fillMode: SVG_FILL_MODE.FILL196 },197 {198 id: 3128,199 name: 'education',200 category: 1,201 thumbnail: CLIP_ART_THUMB_12,202 vector: 'clip-art-12.svg',203 large: CLIP_ART_12,204 isColorful: true,205 fillMode: SVG_FILL_MODE.FILL206 },207 {208 id: 3127,209 name: 'education',210 category: 2,211 thumbnail: CLIP_ART_THUMB_13,212 vector: 'clip-art-13.svg',213 large: CLIP_ART_13,214 isColorful: false,215 color: '#808080',216 fillMode: SVG_FILL_MODE.FILL217 },218 {219 id: 3126,220 name: 'education',221 category: 0,222 thumbnail: CLIP_ART_THUMB_14,223 vector: 'clip-art-14.svg',224 large: CLIP_ART_14,225 isColorful: true,226 fillMode: SVG_FILL_MODE.FILL227 },228 {229 id: 3125,230 name: 'education',231 category: 2,232 thumbnail: CLIP_ART_THUMB_15,233 vector: 'clip-art-15.svg',234 large: CLIP_ART_15,235 isColorful: true,236 fillMode: SVG_FILL_MODE.FILL237 },238 {239 id: 3124,240 name: 'education',241 category: 2,242 thumbnail: CLIP_ART_THUMB_16,243 vector: 'clip-art-16.svg',244 large: CLIP_ART_16,245 isColorful: true,246 fillMode: SVG_FILL_MODE.FILL247 },248 {249 id: 3123,250 name: 'education',251 category: 0,252 thumbnail: CLIP_ART_THUMB_17,253 vector: 'clip-art-17.svg',254 large: CLIP_ART_17,255 isColorful: true,256 fillMode: SVG_FILL_MODE.FILL257 },258 {259 id: 3122,260 name: 'education',261 category: 2,262 thumbnail: CLIP_ART_THUMB_18,263 vector: 'clip-art-18.svg',264 large: CLIP_ART_18,265 isColorful: true,266 fillMode: SVG_FILL_MODE.FILL267 },268 {269 id: 3121,270 name: 'education',271 category: 0,272 thumbnail: CLIP_ART_THUMB_19,273 vector: 'clip-art-19.svg',274 large: CLIP_ART_19,275 isColorful: true,276 fillMode: SVG_FILL_MODE.FILL277 },278 {279 id: 3120,280 name: 'education',281 category: 1,282 thumbnail: CLIP_ART_THUMB_20,283 vector: 'clip-art-20.svg',284 large: CLIP_ART_20,285 isColorful: true,286 fillMode: SVG_FILL_MODE.FILL287 },288 {289 id: 3119,290 name: 'education',291 category: 0,292 thumbnail: CLIP_ART_THUMB_21,293 vector: 'clip-art-21.svg',294 large: CLIP_ART_21,295 isColorful: true,296 fillMode: SVG_FILL_MODE.FILL297 },298 {299 id: 3118,300 name: 'education icons',301 category: 2,302 thumbnail: CLIP_ART_THUMB_22,303 vector: 'clip-art-22.svg',304 large: CLIP_ART_22,305 isColorful: true,306 fillMode: SVG_FILL_MODE.FILL307 },308 {309 id: 3117,310 name: 'education icons',311 category: 1,312 thumbnail: CLIP_ART_THUMB_23,313 vector: 'clip-art-23.svg',314 large: CLIP_ART_23,315 isColorful: true,316 fillMode: SVG_FILL_MODE.FILL317 },318 {319 id: 3116,320 name: 'education icons',321 category: 1,322 thumbnail: CLIP_ART_THUMB_24,323 vector: 'clip-art-24.svg',324 large: CLIP_ART_24,325 isColorful: true,326 fillMode: SVG_FILL_MODE.FILL327 },328 {329 id: 3114,330 name: 'education icons',331 category: 1,332 thumbnail: CLIP_ART_THUMB_25,333 vector: 'clip-art-25.svg',334 large: CLIP_ART_25,335 isColorful: true,336 fillMode: SVG_FILL_MODE.FILL337 },338 {339 id: 3113,340 name: 'education icons',341 category: 1,342 thumbnail: CLIP_ART_THUMB_26,343 vector: 'clip-art-26.svg',344 large: CLIP_ART_26,345 isColorful: true,346 fillMode: SVG_FILL_MODE.FILL347 },348 {349 id: 3112,350 name: 'education icons',351 category: 1,352 thumbnail: CLIP_ART_THUMB_27,353 vector: 'clip-art-27.svg',354 large: CLIP_ART_27,355 isColorful: true,356 fillMode: SVG_FILL_MODE.FILL357 },358 {359 id: 3111,360 name: 'education icons',361 category: 1,362 thumbnail: CLIP_ART_THUMB_28,363 vector: 'clip-art-28.svg',364 large: CLIP_ART_28,365 isColorful: true,366 fillMode: SVG_FILL_MODE.FILL367 },368 {369 id: 3110,370 name: 'education icons',371 category: 2,372 thumbnail: CLIP_ART_THUMB_29,373 vector: 'clip-art-29.svg',374 large: CLIP_ART_29,375 isColorful: true,376 fillMode: SVG_FILL_MODE.FILL377 },378 {379 id: 3108,380 name: 'education icons',381 category: 1,382 thumbnail: CLIP_ART_THUMB_32,383 vector: 'clip-art-32.svg',384 large: CLIP_ART_32,385 isColorful: true,386 fillMode: SVG_FILL_MODE.FILL387 },388 {389 id: 3107,390 name: 'education icons',391 category: 1,392 thumbnail: CLIP_ART_THUMB_33,393 vector: 'clip-art-33.svg',394 large: CLIP_ART_33,395 isColorful: true,396 fillMode: SVG_FILL_MODE.FILL397 },398 {399 id: 3106,400 name: 'education icons',401 category: 1,402 thumbnail: CLIP_ART_THUMB_34,403 vector: 'clip-art-34.svg',404 large: CLIP_ART_34,405 isColorful: true,406 fillMode: SVG_FILL_MODE.FILL407 },408 {409 id: 3105,410 name: 'education icons',411 category: 1,412 thumbnail: CLIP_ART_THUMB_35,413 vector: 'clip-art-35.svg',414 large: CLIP_ART_35,415 isColorful: true,416 fillMode: SVG_FILL_MODE.FILL417 },418 {419 id: 3104,420 name: 'education icons',421 category: 1,422 thumbnail: CLIP_ART_THUMB_36,423 vector: 'clip-art-36.svg',424 large: CLIP_ART_36,425 isColorful: true,426 fillMode: SVG_FILL_MODE.FILL427 }428];429const mappedClipArts = mockClipArts.map(c => new ClipArtElement(c));...

Full Screen

Full Screen

shapes.js

Source:shapes.js Github

copy

Full Screen

1import { ShapeElementEntity } from '../models/entities/elements';2import { SVG_FILL_MODE } from '@/common/constants/svgFillMode';3import LINE from '@/assets/image/shapes/line.svg';4import ARROW from '@/assets/image/shapes/arrow.svg';5import RECT from '@/assets/image/shapes/rect.svg';6import RECT_ROUNDED from '@/assets/image/shapes/rect-rounded.svg';7import CIRCLE from '@/assets/image/shapes/circle.svg';8import TRIANGLE from '@/assets/image/shapes/triangle.svg';9import STAR from '@/assets/image/shapes/star.svg';10import PENTAGON from '@/assets/image/shapes/pentagon.svg';11import HEXAGON from '@/assets/image/shapes/hexagon.svg';12import OCTAGON from '@/assets/image/shapes/octagon.svg';13import TRAPEZOID from '@/assets/image/shapes/trapezoid.svg';14import RHOMBUS from '@/assets/image/shapes/rhombus.svg';15export const SHAPES = [16 new ShapeElementEntity({17 id: 0,18 thumbnail: LINE,19 pathData: LINE,20 fillMode: SVG_FILL_MODE.STROKE,21 name: 'Line'22 }),23 new ShapeElementEntity({24 id: 1,25 thumbnail: ARROW,26 pathData: ARROW,27 fillMode: SVG_FILL_MODE.FILL,28 name: 'Arrow'29 }),30 new ShapeElementEntity({31 id: 2,32 thumbnail: RECT,33 pathData: RECT,34 fillMode: SVG_FILL_MODE.FILL,35 name: 'Rect'36 }),37 new ShapeElementEntity({38 id: 3,39 thumbnail: RECT_ROUNDED,40 pathData: RECT_ROUNDED,41 fillMode: SVG_FILL_MODE.FILL,42 name: 'Rect Rounded'43 }),44 new ShapeElementEntity({45 id: 4,46 thumbnail: CIRCLE,47 pathData: CIRCLE,48 fillMode: SVG_FILL_MODE.FILL,49 name: 'Circle'50 }),51 new ShapeElementEntity({52 id: 5,53 thumbnail: TRIANGLE,54 pathData: TRIANGLE,55 fillMode: SVG_FILL_MODE.FILL,56 name: 'Triangle'57 }),58 new ShapeElementEntity({59 id: 6,60 thumbnail: STAR,61 pathData: STAR,62 fillMode: SVG_FILL_MODE.FILL,63 name: 'Start'64 }),65 new ShapeElementEntity({66 id: 7,67 thumbnail: PENTAGON,68 pathData: PENTAGON,69 fillMode: SVG_FILL_MODE.FILL,70 name: 'Pentagon'71 }),72 new ShapeElementEntity({73 id: 8,74 thumbnail: HEXAGON,75 pathData: HEXAGON,76 fillMode: SVG_FILL_MODE.FILL,77 name: 'Hexagon'78 }),79 new ShapeElementEntity({80 id: 9,81 thumbnail: OCTAGON,82 pathData: OCTAGON,83 fillMode: SVG_FILL_MODE.FILL,84 name: 'Octagon'85 }),86 new ShapeElementEntity({87 id: 10,88 thumbnail: TRAPEZOID,89 pathData: TRAPEZOID,90 fillMode: SVG_FILL_MODE.FILL,91 name: 'Trapzoid'92 }),93 new ShapeElementEntity({94 id: 11,95 thumbnail: RHOMBUS,96 pathData: RHOMBUS,97 fillMode: SVG_FILL_MODE.FILL,98 name: 'Rhombus'99 })...

Full Screen

Full Screen

Using AI Code Generation

copy

Full Screen

1var wpt = require('webpagetest');2var wpt = new WebPageTest('www.webpagetest.org');3 if (err) return console.error(err);4 console.log('Test Results: ' + data.data.userUrl);5 console.log('First View: ' + data.data.runs[1].firstView.TTFB);6});7var wpt = require('webpagetest');8var wpt = new WebPageTest('www.webpagetest.org');9 if (err) return console.error(err);10 console.log('Test Results: ' + data.data.userUrl);11 console.log('First View: ' + data.data.runs[1].firstView.TTFB);12});13var wpt = require('webpagetest');14var wpt = new WebPageTest('www.webpagetest.org');15 if (err) return console.error(err);16 console.log('Test Results: ' + data.data.userUrl);17 console.log('First View: ' + data.data.runs[1].firstView.T

Full Screen

Using AI Code Generation

copy

Full Screen

1var wpt = require('wpt');2var wpt = new WebPageTest('www.webpagetest.org');3wpt.fillMode('firstView', 'onload', function(err, data) {4 console.log(data);5});6var wpt = require('wpt');7var wpt = new WebPageTest('www.webpagetest.org');8wpt.setScript('firstView', 'customScript', function(err, data) {9 console.log(data);10});11var wpt = require('wpt');12var wpt = new WebPageTest('www.webpagetest.org');13wpt.setScript('firstView', 'customScript', function(err, data) {14 console.log(data);15});16var wpt = require('wpt');17var wpt = new WebPageTest('www.webpagetest.org');18wpt.setScript('firstView', 'customScript', function(err, data) {19 console.log(data);20});21var wpt = require('wpt');22var wpt = new WebPageTest('www.webpagetest.org');23wpt.setScript('firstView', 'customScript', function(err, data) {24 console.log(data);25});26var wpt = require('wpt');27var wpt = new WebPageTest('www.webpagetest.org');28wpt.setScript('firstView', 'customScript', function(err, data) {29 console.log(data);30});31var wpt = require('wpt');32var wpt = new WebPageTest('www.webpagetest.org');33wpt.setScript('firstView', 'customScript', function(err, data) {34 console.log(data);35});36var wpt = require('wpt');37var wpt = new WebPageTest('www.webpagetest.org');38wpt.setScript('firstView', 'customScript

Full Screen

Using AI Code Generation

copy

Full Screen

1var wpt = require('wpt');2var wpt = new wpt('API_KEY');3wpt.fillMode('test.com', function(err, data) {4 if (err) {5 console.log(err);6 } else {7 console.log(data);8 }9});10var wpt = require('wpt');11var wpt = new wpt('API_KEY');12wpt.getLocations(function(err, data) {13 if (err) {14 console.log(err);15 } else {16 console.log(data);17 }18});19var wpt = require('wpt');

Full Screen

Using AI Code Generation

copy

Full Screen

1var toolbar = new Wptoolbar();2toolbar.fillMode();3var toolbar = new Wptoolbar();4toolbar.fillMode();5var toolbar = new Wptoolbar();6toolbar.fillMode();7var toolbar = new Wptoolbar();8toolbar.fillMode();9var toolbar = new Wptoolbar();10toolbar.fillMode();11var toolbar = new Wptoolbar();12toolbar.fillMode();13var toolbar = new Wptoolbar();14toolbar.fillMode();15var toolbar = new Wptoolbar();16toolbar.fillMode();

Full Screen

Using AI Code Generation

copy

Full Screen

1var toolbar = new WPToolbar();2toolbar.fillMode();3function WPToolbar() {4 this.fillMode = function () {5 }6}7var toolbar = new WPToolbar();8toolbar.fillMode();9I would like to use the method fillMode() of WPToolbar object from another file, test.js. I am trying to use

Full Screen

Automation Testing Tutorials

Learn to execute automation testing from scratch with LambdaTest Learning Hub. Right from setting up the prerequisites to run your first automation test, to following best practices and diving deeper into advanced test scenarios. LambdaTest Learning Hubs compile a list of step-by-step guides to help you be proficient with different test automation frameworks i.e. Selenium, Cypress, TestNG etc.

LambdaTest Learning Hubs:

YouTube

You could also refer to video tutorials over LambdaTest YouTube channel to get step by step demonstration from industry experts.

Run wpt automation tests on LambdaTest cloud grid

Perform automation testing on 3000+ real desktop and mobile devices online.

Try LambdaTest Now !!

Get 100 minutes of automation test minutes FREE!!

Next-Gen App & Browser Testing Cloud

Was this article helpful?

Helpful

NotHelpful