Skip to content

Commit dda5255

Browse files
committed
diff animation
1 parent 6f72452 commit dda5255

File tree

1 file changed

+2
-36
lines changed

1 file changed

+2
-36
lines changed

css/crumple.css

Lines changed: 2 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -514,42 +514,8 @@
514514
}
515515

516516
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
553519
}
554520

555521
body:has(.footer__link--github:hover) .crumple:after {

0 commit comments

Comments
 (0)