diff --git a/web/new website/style.css b/web/new website/style.css index 3dab72f..b83d7ca 100644 --- a/web/new website/style.css +++ b/web/new website/style.css @@ -129,6 +129,8 @@ body { background-color: black; transform-origin: bottom; z-index: 3; /* Make the needle display above the image */ + transition: transform 0.1s ease-out; + } .contentContainer {