123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341 |
- .plus-loader:not(:required) {
- position: relative;
- display: inline-block;
- width: 48px;
- height: 48px;
- margin-bottom: 10px;
- overflow: hidden;
- text-indent: -9999px;
- background: #f86;
- -moz-border-radius: 24px;
- -webkit-border-radius: 24px;
- border-radius: 24px;
- -moz-transform: rotateZ(90deg);
- -ms-transform: rotateZ(90deg);
- -webkit-transform: rotateZ(90deg);
- transform: rotateZ(90deg);
- -moz-transform-origin: 50% 50%;
- -ms-transform-origin: 50% 50%;
- -webkit-transform-origin: 50% 50%;
- transform-origin: 50% 50%;
- -moz-animation: plus-loader-background 3s infinite ease-in-out;
- -webkit-animation: plus-loader-background 3s infinite ease-in-out;
- animation: plus-loader-background 3s infinite ease-in-out;
- }
- .plus-loader:not(:required)::after {
- position: absolute;
- top: 0;
- right: 50%;
- width: 50%;
- height: 100%;
- content: '';
- background: #f86;
- -moz-border-radius: 24px 0 0 24px;
- -webkit-border-radius: 24px;
- border-radius: 24px 0 0 24px;
- -moz-transform-origin: 100% 50%;
- -ms-transform-origin: 100% 50%;
- -webkit-transform-origin: 100% 50%;
- transform-origin: 100% 50%;
- -moz-animation: plus-loader-top 3s infinite linear;
- -webkit-animation: plus-loader-top 3s infinite linear;
- animation: plus-loader-top 3s infinite linear;
- }
- .plus-loader:not(:required)::before {
- position: absolute;
- top: 0;
- right: 50%;
- width: 50%;
- height: 100%;
- content: '';
- background: #fc6;
- -moz-border-radius: 24px 0 0 24px;
- -webkit-border-radius: 24px;
- border-radius: 24px 0 0 24px;
- -moz-transform-origin: 100% 50%;
- -ms-transform-origin: 100% 50%;
- -webkit-transform-origin: 100% 50%;
- transform-origin: 100% 50%;
- -moz-animation: plus-loader-bottom 3s infinite linear;
- -webkit-animation: plus-loader-bottom 3s infinite linear;
- animation: plus-loader-bottom 3s infinite linear;
- }
- @keyframes plus-loader-top {
- 2.5% {
- background: #f86;
- -moz-transform: rotateY(0deg);
- -ms-transform: rotateY(0deg);
- -webkit-transform: rotateY(0deg);
- transform: rotateY(0deg);
- -moz-animation-timing-function: ease-in;
- -webkit-animation-timing-function: ease-in;
- animation-timing-function: ease-in;
- }
- 13.75% {
- background: #ff430d;
- -moz-transform: rotateY(90deg);
- -ms-transform: rotateY(90deg);
- -webkit-transform: rotateY(90deg);
- transform: rotateY(90deg);
- -moz-animation-timing-function: step-start;
- -webkit-animation-timing-function: step-start;
- animation-timing-function: step-start;
- }
- 13.76% {
- background: #ffae0d;
- -moz-transform: rotateY(90deg);
- -ms-transform: rotateY(90deg);
- -webkit-transform: rotateY(90deg);
- transform: rotateY(90deg);
- -moz-animation-timing-function: ease-out;
- -webkit-animation-timing-function: ease-out;
- animation-timing-function: ease-out;
- }
- 25% {
- background: #fc6;
- -moz-transform: rotateY(180deg);
- -ms-transform: rotateY(180deg);
- -webkit-transform: rotateY(180deg);
- transform: rotateY(180deg);
- }
- 27.5% {
- background: #fc6;
- -moz-transform: rotateY(180deg);
- -ms-transform: rotateY(180deg);
- -webkit-transform: rotateY(180deg);
- transform: rotateY(180deg);
- -moz-animation-timing-function: ease-in;
- -webkit-animation-timing-function: ease-in;
- animation-timing-function: ease-in;
- }
- 41.25% {
- background: #ffae0d;
- -moz-transform: rotateY(90deg);
- -ms-transform: rotateY(90deg);
- -webkit-transform: rotateY(90deg);
- transform: rotateY(90deg);
- -moz-animation-timing-function: step-start;
- -webkit-animation-timing-function: step-start;
- animation-timing-function: step-start;
- }
- 41.26% {
- background: #2cc642;
- -moz-transform: rotateY(90deg);
- -ms-transform: rotateY(90deg);
- -webkit-transform: rotateY(90deg);
- transform: rotateY(90deg);
- -moz-animation-timing-function: ease-out;
- -webkit-animation-timing-function: ease-out;
- animation-timing-function: ease-out;
- }
- 50% {
- background: #6d7;
- -moz-transform: rotateY(0deg);
- -ms-transform: rotateY(0deg);
- -webkit-transform: rotateY(0deg);
- transform: rotateY(0deg);
- }
- 52.5% {
- background: #6d7;
- -moz-transform: rotateY(0deg);
- -ms-transform: rotateY(0deg);
- -webkit-transform: rotateY(0deg);
- transform: rotateY(0deg);
- -moz-animation-timing-function: ease-in;
- -webkit-animation-timing-function: ease-in;
- animation-timing-function: ease-in;
- }
- 63.75% {
- background: #2cc642;
- -moz-transform: rotateY(90deg);
- -ms-transform: rotateY(90deg);
- -webkit-transform: rotateY(90deg);
- transform: rotateY(90deg);
- -moz-animation-timing-function: step-start;
- -webkit-animation-timing-function: step-start;
- animation-timing-function: step-start;
- }
- 63.76% {
- background: #1386d2;
- -moz-transform: rotateY(90deg);
- -ms-transform: rotateY(90deg);
- -webkit-transform: rotateY(90deg);
- transform: rotateY(90deg);
- -moz-animation-timing-function: ease-out;
- -webkit-animation-timing-function: ease-out;
- animation-timing-function: ease-out;
- }
- 75% {
- background: #4ae;
- -moz-transform: rotateY(180deg);
- -ms-transform: rotateY(180deg);
- -webkit-transform: rotateY(180deg);
- transform: rotateY(180deg);
- }
- 77.5% {
- background: #4ae;
- -moz-transform: rotateY(180deg);
- -ms-transform: rotateY(180deg);
- -webkit-transform: rotateY(180deg);
- transform: rotateY(180deg);
- -moz-animation-timing-function: ease-in;
- -webkit-animation-timing-function: ease-in;
- animation-timing-function: ease-in;
- }
- 91.25% {
- background: #1386d2;
- -moz-transform: rotateY(90deg);
- -ms-transform: rotateY(90deg);
- -webkit-transform: rotateY(90deg);
- transform: rotateY(90deg);
- -moz-animation-timing-function: step-start;
- -webkit-animation-timing-function: step-start;
- animation-timing-function: step-start;
- }
- 91.26% {
- background: #ff430d;
- -moz-transform: rotateY(90deg);
- -ms-transform: rotateY(90deg);
- -webkit-transform: rotateY(90deg);
- transform: rotateY(90deg);
- -moz-animation-timing-function: ease-in;
- -webkit-animation-timing-function: ease-in;
- animation-timing-function: ease-in;
- }
- 100% {
- background: #f86;
- -moz-transform: rotateY(0deg);
- -ms-transform: rotateY(0deg);
- -webkit-transform: rotateY(0deg);
- transform: rotateY(0deg);
- -moz-animation-timing-function: step-start;
- -webkit-animation-timing-function: step-start;
- animation-timing-function: step-start;
- }
- }
- @keyframes plus-loader-bottom {
- 0% {
- background: #fc6;
- -moz-animation-timing-function: step-start;
- -webkit-animation-timing-function: step-start;
- animation-timing-function: step-start;
- }
- 50% {
- background: #fc6;
- -moz-animation-timing-function: step-start;
- -webkit-animation-timing-function: step-start;
- animation-timing-function: step-start;
- }
- 75% {
- background: #4ae;
- -moz-animation-timing-function: step-start;
- -webkit-animation-timing-function: step-start;
- animation-timing-function: step-start;
- }
- 100% {
- background: #4ae;
- -moz-animation-timing-function: step-start;
- -webkit-animation-timing-function: step-start;
- animation-timing-function: step-start;
- }
- }
- @keyframes plus-loader-background {
- 0% {
- background: #f86;
- -moz-transform: rotateZ(180deg);
- -ms-transform: rotateZ(180deg);
- -webkit-transform: rotateZ(180deg);
- transform: rotateZ(180deg);
- }
- 25% {
- background: #f86;
- -moz-transform: rotateZ(180deg);
- -ms-transform: rotateZ(180deg);
- -webkit-transform: rotateZ(180deg);
- transform: rotateZ(180deg);
- -moz-animation-timing-function: step-start;
- -webkit-animation-timing-function: step-start;
- animation-timing-function: step-start;
- }
- 27.5% {
- background: #6d7;
- -moz-transform: rotateZ(90deg);
- -ms-transform: rotateZ(90deg);
- -webkit-transform: rotateZ(90deg);
- transform: rotateZ(90deg);
- }
- 50% {
- background: #6d7;
- -moz-transform: rotateZ(90deg);
- -ms-transform: rotateZ(90deg);
- -webkit-transform: rotateZ(90deg);
- transform: rotateZ(90deg);
- -moz-animation-timing-function: step-start;
- -webkit-animation-timing-function: step-start;
- animation-timing-function: step-start;
- }
- 52.5% {
- background: #6d7;
- -moz-transform: rotateZ(0deg);
- -ms-transform: rotateZ(0deg);
- -webkit-transform: rotateZ(0deg);
- transform: rotateZ(0deg);
- }
- 75% {
- background: #6d7;
- -moz-transform: rotateZ(0deg);
- -ms-transform: rotateZ(0deg);
- -webkit-transform: rotateZ(0deg);
- transform: rotateZ(0deg);
- -moz-animation-timing-function: step-start;
- -webkit-animation-timing-function: step-start;
- animation-timing-function: step-start;
- }
- 77.5% {
- background: #f86;
- -moz-transform: rotateZ(270deg);
- -ms-transform: rotateZ(270deg);
- -webkit-transform: rotateZ(270deg);
- transform: rotateZ(270deg);
- }
- 100% {
- background: #f86;
- -moz-transform: rotateZ(270deg);
- -ms-transform: rotateZ(270deg);
- -webkit-transform: rotateZ(270deg);
- transform: rotateZ(270deg);
- -moz-animation-timing-function: step-start;
- -webkit-animation-timing-function: step-start;
- animation-timing-function: step-start;
- }
- }
|