| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227 |
- .mint-spinner-snake {
- -webkit-animation: mint-spinner-rotate 0.8s infinite linear;
- animation: mint-spinner-rotate 0.8s infinite linear;
- border: 4px solid transparent;
- border-radius: 50%;
- }
- @-webkit-keyframes mint-spinner-rotate {
- 0% {
- -webkit-transform: rotate(0deg);
- transform: rotate(0deg);
- }
- 100% {
- -webkit-transform: rotate(360deg);
- transform: rotate(360deg);
- }
- }
- @keyframes mint-spinner-rotate {
- 0% {
- -webkit-transform: rotate(0deg);
- transform: rotate(0deg);
- }
- 100% {
- -webkit-transform: rotate(360deg);
- transform: rotate(360deg);
- }
- }
- .mint-spinner-double-bounce {
- position: relative;
- }
- .mint-spinner-double-bounce-bounce1, .mint-spinner-double-bounce-bounce2 {
- width: 100%;
- height: 100%;
- border-radius: 50%;
- opacity: 0.6;
- position: absolute;
- top: 0;
- left: 0;
- -webkit-animation: mint-spinner-double-bounce 2.0s infinite ease-in-out;
- animation: mint-spinner-double-bounce 2.0s infinite ease-in-out;
- }
- .mint-spinner-double-bounce-bounce2 {
- -webkit-animation-delay: -1.0s;
- animation-delay: -1.0s;
- }
- @-webkit-keyframes mint-spinner-double-bounce {
- 0%, 100% {
- -webkit-transform: scale(0.0);
- transform: scale(0.0);
- }
- 50% {
- -webkit-transform: scale(1.0);
- transform: scale(1.0);
- }
- }
- @keyframes mint-spinner-double-bounce {
- 0%, 100% {
- -webkit-transform: scale(0.0);
- transform: scale(0.0);
- }
- 50% {
- -webkit-transform: scale(1.0);
- transform: scale(1.0);
- }
- }
- .mint-spinner-triple-bounce {}
- .mint-spinner-triple-bounce-bounce1, .mint-spinner-triple-bounce-bounce2, .mint-spinner-triple-bounce-bounce3 {
- border-radius: 100%;
- display: inline-block;
- -webkit-animation: mint-spinner-triple-bounce 1.4s infinite ease-in-out both;
- animation: mint-spinner-triple-bounce 1.4s infinite ease-in-out both;
- }
- .mint-spinner-triple-bounce-bounce1 {
- -webkit-animation-delay: -0.32s;
- animation-delay: -0.32s;
- }
- .mint-spinner-triple-bounce-bounce2 {
- -webkit-animation-delay: -0.16s;
- animation-delay: -0.16s;
- }
- @-webkit-keyframes mint-spinner-triple-bounce {
- 0%, 80%, 100% {
- -webkit-transform: scale(0);
- transform: scale(0);
- }
- 40% {
- -webkit-transform: scale(1.0);
- transform: scale(1.0);
- }
- }
- @keyframes mint-spinner-triple-bounce {
- 0%, 80%, 100% {
- -webkit-transform: scale(0);
- transform: scale(0);
- }
- 40% {
- -webkit-transform: scale(1.0);
- transform: scale(1.0);
- }
- }
- .mint-spinner-fading-circle {
- position: relative
- }
- .mint-spinner-fading-circle-circle {
- width: 100%;
- height: 100%;
- top: 0;
- left: 0;
- position: absolute
- }
- .mint-spinner-fading-circle-circle::before {
- content: " ";
- display: block;
- margin: 0 auto;
- width: 15%;
- height: 15%;
- border-radius: 100%;
- -webkit-animation: mint-fading-circle 1.2s infinite ease-in-out both;
- animation: mint-fading-circle 1.2s infinite ease-in-out both
- }
- .mint-spinner-fading-circle-circle.is-circle2 {
- -webkit-transform: rotate(30deg);
- transform: rotate(30deg)
- }
- .mint-spinner-fading-circle-circle.is-circle2::before {
- -webkit-animation-delay: -1.1s;
- animation-delay: -1.1s
- }
- .mint-spinner-fading-circle-circle.is-circle3 {
- -webkit-transform: rotate(60deg);
- transform: rotate(60deg)
- }
- .mint-spinner-fading-circle-circle.is-circle3::before {
- -webkit-animation-delay: -1s;
- animation-delay: -1s
- }
- .mint-spinner-fading-circle-circle.is-circle4 {
- -webkit-transform: rotate(90deg);
- transform: rotate(90deg)
- }
- .mint-spinner-fading-circle-circle.is-circle4::before {
- -webkit-animation-delay: -0.9s;
- animation-delay: -0.9s
- }
- .mint-spinner-fading-circle-circle.is-circle5 {
- -webkit-transform: rotate(120deg);
- transform: rotate(120deg)
- }
- .mint-spinner-fading-circle-circle.is-circle5::before {
- -webkit-animation-delay: -0.8s;
- animation-delay: -0.8s
- }
- .mint-spinner-fading-circle-circle.is-circle6 {
- -webkit-transform: rotate(150deg);
- transform: rotate(150deg)
- }
- .mint-spinner-fading-circle-circle.is-circle6::before {
- -webkit-animation-delay: -0.7s;
- animation-delay: -0.7s
- }
- .mint-spinner-fading-circle-circle.is-circle7 {
- -webkit-transform: rotate(180deg);
- transform: rotate(180deg)
- }
- .mint-spinner-fading-circle-circle.is-circle7::before {
- -webkit-animation-delay: -0.6s;
- animation-delay: -0.6s
- }
- .mint-spinner-fading-circle-circle.is-circle8 {
- -webkit-transform: rotate(210deg);
- transform: rotate(210deg)
- }
- .mint-spinner-fading-circle-circle.is-circle8::before {
- -webkit-animation-delay: -0.5s;
- animation-delay: -0.5s
- }
- .mint-spinner-fading-circle-circle.is-circle9 {
- -webkit-transform: rotate(240deg);
- transform: rotate(240deg)
- }
- .mint-spinner-fading-circle-circle.is-circle9::before {
- -webkit-animation-delay: -0.4s;
- animation-delay: -0.4s
- }
- .mint-spinner-fading-circle-circle.is-circle10 {
- -webkit-transform: rotate(270deg);
- transform: rotate(270deg)
- }
- .mint-spinner-fading-circle-circle.is-circle10::before {
- -webkit-animation-delay: -0.3s;
- animation-delay: -0.3s
- }
- .mint-spinner-fading-circle-circle.is-circle11 {
- -webkit-transform: rotate(300deg);
- transform: rotate(300deg)
- }
- .mint-spinner-fading-circle-circle.is-circle11::before {
- -webkit-animation-delay: -0.2s;
- animation-delay: -0.2s
- }
- .mint-spinner-fading-circle-circle.is-circle12 {
- -webkit-transform: rotate(330deg);
- transform: rotate(330deg)
- }
- .mint-spinner-fading-circle-circle.is-circle12::before {
- -webkit-animation-delay: -0.1s;
- animation-delay: -0.1s
- }
- @-webkit-keyframes mint-fading-circle {
- 0%, 39%, 100% {
- opacity: 0
- }
- 40% {
- opacity: 1
- }
- }
- @keyframes mint-fading-circle {
- 0%, 39%, 100% {
- opacity: 0
- }
- 40% {
- opacity: 1
- }
- }
|