| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262 | 
							- .hc-app-animation-body {
 
-     position: relative;
 
-     box-sizing: border-box;
 
-     margin: 0;
 
-     padding: 0;
 
- }
 
- .animation-mode {
 
-     opacity: 1;
 
-     animation-duration: 1s;
 
-     animation-iteration-count: 1;
 
-     animation-fill-mode: backwards;
 
-     backface-visibility: visible;
 
- }
 
- .item {
 
-     width: 10%;
 
-     height: 40px;
 
-     display: inline-block;
 
-     box-sizing: border-box;
 
-     margin: 0;
 
-     padding: 0;
 
-     border: 1px solid;
 
- }
 
- @keyframes animation-1 {
 
-     0% {
 
-         transform: translatez(100px) perspective(600rpx) rotate3d(1, 0, 0, 90deg);
 
-         animation-timing-function: ease-in;
 
-         opacity: 0;
 
-     }
 
-     40% {
 
-         transform: translatez(100px) perspective(600rpx) rotate3d(1, 0, 0, -20deg);
 
-         animation-timing-function: ease-in;
 
-     }
 
-     60% {
 
-         transform: translatez(100px) perspective(600rpx) rotate3d(1, 0, 0, 10deg);
 
-         opacity: 1;
 
-     }
 
-     80% {
 
-         transform: translatez(100px) perspective(600rpx) rotate3d(1, 0, 0, -5deg);
 
-     }
 
-     100% {
 
-         transform: translatez(100px) perspective(600rpx);
 
-     }
 
- }
 
- @keyframes animation-2 {
 
-     0%, 60%, 75%, 90%, 100% {
 
-         animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
 
-     }
 
-     0% {
 
-         opacity: 0;
 
-         transform: translate3d(-3000px, 0px, 0px);
 
-     }
 
-     60% {
 
-         opacity: 1;
 
-         transform: translate3d(25px, 0px, 0px);
 
-     }
 
-     75% {
 
-         transform: translate3d(-10px, 0px, 0px);
 
-     }
 
-     90% {
 
-         transform: translate3d(5px, 0px, 0px);
 
-     }
 
-     100% {
 
-         transform: none;
 
-     }
 
- }
 
- @keyframes animation-3 {
 
-     0%, 60%, 75%, 90%, 100% {
 
-         animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
 
-     }
 
-     0% {
 
-         opacity: 0;
 
-         transform: translate3d(3000px, 0px, 0px);
 
-     }
 
-     60% {
 
-         opacity: 1;
 
-         transform: translate3d(-25px, 0px, 0px);
 
-     }
 
-     75% {
 
-         transform: translate3d(10px, 0px, 0px);
 
-     }
 
-     90% {
 
-         transform: translate3d(-5px, 0px, 0px);
 
-     }
 
-     100% {
 
-         transform: none;
 
-     }
 
- }
 
- @keyframes animation-4 {
 
-     0%, 60%, 75%, 90%, 100% {
 
-         animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
 
-     }
 
-     0% {
 
-         opacity: 0;
 
-         transform: translate3d(0px, 3000px, 0px);
 
-     }
 
-     60% {
 
-         opacity: 1;
 
-         transform: translate3d(0px, -20px, 0px);
 
-     }
 
-     75% {
 
-         transform: translate3d(0px, 10px, 0px);
 
-     }
 
-     90% {
 
-         transform: translate3d(0px, -5px, 0px);
 
-     }
 
-     100% {
 
-         transform: translate3d(0px, 0px, 0px);
 
-     }
 
- }
 
- @keyframes animation-5 {
 
-     0% {
 
-         transform: translate3d(-100%, 0, 0);
 
-         visibility: visible;
 
-     }
 
-     100% {
 
-         transform: translate3d(0, 0, 0);
 
-     }
 
- }
 
- @keyframes animation-6 {
 
-     0% {
 
-         transform: translate3d(100%, 0, 0);
 
-         visibility: visible;
 
-     }
 
-     100% {
 
-         transform: translate3d(0, 0, 0);
 
-     }
 
- }
 
- @keyframes animation-7 {
 
-     0%, 60%, 75%, 90%, 100% {
 
-         animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
 
-     }
 
-     0% {
 
-         opacity: 0;
 
-         transform: translate3d(0, -3000rpx, 0);
 
-     }
 
-     60% {
 
-         opacity: 1;
 
-         transform: translate3d(0, 50rpx, 0);
 
-     }
 
-     75% {
 
-         transform: translate3d(0, -20rpx, 0);
 
-     }
 
-     90% {
 
-         transform: translate3d(0, 10rpx, 0);
 
-     }
 
-     100% {
 
-         transform: none;
 
-     }
 
- }
 
- @keyframes animation-8 {
 
-     0%, 60%, 75%, 90%, 100% {
 
-         animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
 
-     }
 
-     0% {
 
-         opacity: 0;
 
-         transform: translate3d(0, 3000rpx, 0);
 
-     }
 
-     60% {
 
-         opacity: 1;
 
-         transform: translate3d(0, -40rpx, 0);
 
-     }
 
-     75% {
 
-         transform: translate3d(0, 20rpx, 0);
 
-     }
 
-     90% {
 
-         transform: translate3d(0, -10rpx, 0);
 
-     }
 
-     100% {
 
-         transform: translate3d(0, 0, 0);
 
-     }
 
- }
 
- @keyframes animation-9 {
 
-     0% {
 
-         transform: translate3d(0px, -100%, 0px);
 
-         visibility: visible;
 
-     }
 
-     100% {
 
-         transform: translate3d(0px, 0px, 0px);
 
-     }
 
- }
 
- @keyframes animation-10 {
 
-     0% {
 
-         transform: translatez(-100px) perspective(800rpx) rotate3d(0, 1, 0, 90deg);
 
-         animation-timing-function: ease-in;
 
-     }
 
-     40% {
 
-         transform: translatez(-100px) perspective(800rpx) rotate3d(0, 1, 0, -20deg);
 
-         animation-timing-function: ease-in;
 
-     }
 
-     60% {
 
-         transform: translatez(-100px) perspective(800rpx) rotate3d(0, 1, 0, 10deg);
 
-     }
 
-     80% {
 
-         transform: translatez(-100px) perspective(800rpx) rotate3d(0, 1, 0, -5deg);
 
-     }
 
-     100% {
 
-         transform: translatez(-100px) perspective(800rpx);
 
-     }
 
- }
 
- @keyframes animation-11 {
 
-     0% {
 
-         transform: scale3d(1, 1, 1);
 
-     }
 
-     10%, 20% {
 
-         transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
 
-     }
 
-     30%, 50%, 70%, 90% {
 
-         transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
 
-     }
 
-     40%, 60%, 80% {
 
-         transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
 
-     }
 
-     100% {
 
-         transform: scale3d(1, 1, 1);
 
-     }
 
- }
 
- @keyframes animation-12 {
 
-     0% {
 
-         transform: translate3d(0px, 100%, 0px);
 
-         visibility: visible;
 
-     }
 
-     100% {
 
-         transform: translate3d(0px, 0px, 0px);
 
-     }
 
- }
 
- @keyframes animation-13 {
 
-     0% {
 
-         transform-origin: left bottom;
 
-         transform: rotate3d(0, 0, 1, -45deg);
 
-         opacity: 0;
 
-     }
 
-     100% {
 
-         transform-origin: left bottom;
 
-         transform: none;
 
-         opacity: 1;
 
-     }
 
- }
 
- @keyframes animation-14 {
 
-     0% {
 
-         transform-origin: right bottom;
 
-         transform: rotate3d(0, 0, 1, 45deg);
 
-         opacity: 0;
 
-     }
 
-     100% {
 
-         transform-origin: right bottom;
 
-         transform: none;
 
-         opacity: 1;
 
-     }
 
- }
 
 
  |