diff --git a/src/assets/css/home.css b/src/assets/css/home.css index ad92f6fe..14331bd9 100644 --- a/src/assets/css/home.css +++ b/src/assets/css/home.css @@ -13,35 +13,33 @@ #text-list { animation: 0.8s 1s ease text-list; + animation-fill-mode: both; } @keyframes text-list { 0% { - position: relative; - bottom: 0; - opacity: 1; + transform: matrix(3.63682, 0, 0, 3.63682, 425.483, 130.092); } 100% { - bottom: calc(1em * 1.4285 + 0.91666667em * 2 + 4px); opacity: 0; + transform: matrix(3.63682, 0, 0, 3.63682, 426.568, -62.239); } } #text-this { animation: 0.8s 1s ease text-this; + animation-fill-mode: both; } @keyframes text-this { 0% { - position: relative; - bottom: 0; - opacity: 0; + transform: matrix(3.63682, 0, 0, 3.63682, 426.568, 135.761); } 100% { - bottom: calc(1em * 1.4285 + 0.91666667em * 2 + 4px); opacity: 1; + transform: matrix(3.63682, 0, 0, 3.63682, 426.568, 35.761); } }