123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351 |
- .fade{
- .text{
- h2,p{opacity: 0;}
- }
- &.in{
- .text{
- h2{ animation:opacity 1s 0.7s 1 both,fadeInDown 2s 0.7s 1 ease forwards}
- p{
- animation:opacity 2s 1.7s 1 both}
- }
- }
- }
- .svg-box svg {
- .r-1{
- animation:fadeInUp-data-v-a9281c2e 1.3s 1.8s both
- }
- .r-2{
- animation:fadeIn-data-v-a9281c2e 1s 1.7s both
- }
- .r-3{
- animation:fadeInDown-data-v-a9281c2e 1.3s 1.8s both
- }
- .lines{
- animation:zoomIn-data-v-a9281c2e 1.6s 2s both;
- transform-origin: center;
- }
- .leg{
- animation:fadeIn-data-v-a9281c2e 2s 2.4s both;
- &.leg-1{
- animation-delay: 2.4s;
- }
- &.leg-2{
- animation-delay: 2.5s;
- }
- &.leg-3{
- animation-delay: 2.6s;
- }
- &.leg-4{
- animation-delay: 2.7s;
- }
- &.leg-5{
- animation-delay: 2.8s;
- }
- }
- }
- @keyframes zoomIn-data-v-a9281c2e {
- 0% {
- opacity: 0;
- -webkit-transform: scale(.3);
- transform: scale(.3)
- }
- }
- @keyframes fadeInDown-data-v-a9281c2e {
- 0% {
- opacity: 0;
- -webkit-transform: translate3d(0,-20px,0);
- transform: translate3d(0,-20px,0)
- }
- to {
- opacity: 1;
- -webkit-transform: none;
- transform: none
- }
- }
- @keyframes fadeInUp-data-v-a9281c2e {
- 0% {
- opacity: 0;
- -webkit-transform: translate3d(0,20px,0);
- transform: translate3d(0,20px,0)
- }
- to {
- opacity: 1;
- -webkit-transform: none;
- transform: none
- }
- }
- @keyframes fadeIn-data-v-a9281c2e {
- from {
- opacity: 0
- }
- to {
- opacity: 1
- }
- }
- @keyframes fadeInDown-data-v-a9281c2e {
- 0% {
- opacity: 0;
- -webkit-transform: translate3d(0,-20px,0);
- transform: translate3d(0,-20px,0)
- }
- to {
- opacity: 1;
- -webkit-transform: none;
- transform: none
- }
- }
- .animated {
- animation-duration: 1s;
- animation-fill-mode:forwards;
- }
- .fadeInDown{
- /* animation-delay: 0.5s;
- animation-name: fadeInDown;*/
- animation:fadeInDown 1s ease forwards;
- }
- .flash{
- animation-delay: 0.5s;
- animation-name: flash;
- animation-iteration-count: infinite;
- }
- @keyframes flash {
- from,50%,to {
- opacity: 1;
- }
- 25%,
- 75% {
- opacity: 0.5;
- }
- }
- @keyframes fadeInDown {
- from {
- opacity: 0;
- //transform: translate3d(0, -100%, 0);
- transform:translate3d(0, -100%,0);
- visibility: visible;
- }
- to {
- opacity: 1;
- // transform: translate3d(0, 0,0);
- transform:translate3d(0,0,0);
- animation-delay: 0.5s;
- }
- }
- @keyframes upCode {
- from{
- height: 0;
- }
- 100%{
- height: 1.4rem;
- }
- }
- @keyframes boxBall{
- from,65%{
- transform:translate3d(0,0,0) scale3d(1.1, 1.1, 1.1);
- }
- 80%{
- opacity: 1;
- }
- to{
- opacity: 0;
- transform:translate3d(-400%,0,0) scale3d(0, 0, 0);
- }
- }
- @keyframes boxBallChild{
- from,65%{
- transform:translate3d(0,0,0) scale3d(1.1, 1.1, 1.1);
- }
- 80%{
- opacity: 1;
- }
- to{
- opacity: 0;
- transform:translate3d(0,2000%,0) scale3d(0, 0, 0);
- }
- }
- @keyframes upDown{
- from {
- opacity: 1;
- transform:translate3d(0,0,0);
- visibility: visible;
- }
- 50%{
- opacity: 1;
- transform:translate3d(0,-10%,0);
- }
- to {
- opacity: 1;
- transform:translate3d(0,0,0);
- }
- }
- @keyframes openOutMen{
- from{
- transform:translate3d(0,0,0);
- }
- to{
- transform:translate3d(-0.74rem,0,0);
- }
- }
- @keyframes openMen{
- from{
- transform:translate3d(0,0,0);
- }
- to{
- transform:translate3d(0.68rem,0,0);
- }
- }
- @keyframes opacity{
- from{ opacity:0;
- }
- to{
- opacity:1;
- }
- }
- @keyframes repeatLeft{
- from{
- transform:translate3d(-0.25rem,0,0);
- }
- 50%{
- transform:translate3d(0,0,0);
- }
- to{
- transform:translate3d(-0.25rem,0,0);
- }
- }
- @keyframes gradient{
- from{
- transform:rotate3d(0,0,0,0);
- opacity: 1
- }
- 50%{
- opacity: 1;
- }
- to{
- opacity: 1;
- transform:rotate3d(0,0,1,365deg);
- }
- }
- @keyframes rubberBand {
- from,90% {
- transform: scale3d(1, 1, 1);
- }
- 93% {
- transform: scale3d(1,1.25, 1);
- }
- 94% {
- transform: scale3d(1,0.75, 1);
- }
- 95% {
- transform: scale3d(1,1.15, 1);
- }
- 96% {
- transform: scale3d(1,0.95, 1);
- }
- 97.5% {
- transform: scale3d(1,1.05, 1);
- }
- to {
- -webkit-transform: scale3d(1, 1, 1);
- transform: scale3d(1, 1, 1);
- }
- }
- @keyframes bounceInUp {
- from,
- 60%,
- 75%,
- 90%,
- to {
- animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
- }
- from {
- opacity: 0;
- transform: translate3d(0, 3000px, 0);
- }
- 60% {
- opacity: 1;
- transform: translate3d(0, -20px, 0);
- }
- 75% {
- transform: translate3d(0, 10px, 0);
- }
- 90% {
- transform: translate3d(0, -5px, 0);
- }
- to {
- transform: translate3d(0, 0, 0);
- }
- }
|