|
514 | 514 | } |
515 | 515 |
|
516 | 516 | body:has(.footer__link--writings:hover) .crumple:after { |
517 | | - background-color: transparent; |
518 | | - } |
519 | | - |
520 | | - body:has(.footer__link--writings:hover) .crumple .crumple__rect { |
521 | | - -webkit-animation: rectangle-reveal 1.5s cubic-bezier(0.4, 0, 0.2, 1) forwards; |
522 | | - animation: rectangle-reveal 1.5s cubic-bezier(0.4, 0, 0.2, 1) forwards; |
523 | | - /* background-color: #e619c4; */ |
524 | | - background-color: #222; |
525 | | - |
526 | | - } |
527 | | - |
528 | | - body:has(.footer__link--writings:hover) .crumple .shapes-container .circle-one { |
529 | | - -webkit-animation: circle-one 1.5s cubic-bezier(0.4, 0, 0.2, 1) forwards; |
530 | | - animation: circle-one 1.5s cubic-bezier(0.4, 0, 0.2, 1) forwards; |
531 | | - background-color: #020121; |
532 | | - } |
533 | | - |
534 | | - body:has(.footer__link--writings:hover) .crumple .shapes-container .circle-two { |
535 | | - -webkit-animation: circle-two 1.5s cubic-bezier(0.4, 0, 0.2, 1) forwards; |
536 | | - animation: circle-two 1.5s cubic-bezier(0.4, 0, 0.2, 1) forwards; |
537 | | - /* background-color: #ff6347; */ |
538 | | - background-color: #222; |
539 | | - } |
540 | | - |
541 | | - body:has(.footer__link--writings:hover) .crumple .shapes-container .circle-three { |
542 | | - -webkit-animation: circle-three 1.5s cubic-bezier(0.4, 0, 0.2, 1) forwards; |
543 | | - animation: circle-three 1.5s cubic-bezier(0.4, 0, 0.2, 1) forwards; |
544 | | - /* background-color: #eaff47; */ |
545 | | - background-color: #020121; |
546 | | - } |
547 | | - |
548 | | - body:has(.footer__link--writings:hover) .crumple .shapes-container .circle-four { |
549 | | - -webkit-animation: circle-four 1.5s cubic-bezier(0.4, 0, 0.2, 1) forwards; |
550 | | - animation: circle-four 1.5s cubic-bezier(0.4, 0, 0.2, 1) forwards; |
551 | | - /* background-color: #19e6a1; */ |
552 | | - background-color: #222; |
| 517 | + -webkit-animation: e 1s .25s linear forwards; |
| 518 | + animation: e 1s .25s linear forwards |
553 | 519 | } |
554 | 520 |
|
555 | 521 | body:has(.footer__link--github:hover) .crumple:after { |
|
0 commit comments