소스 검색

fix: Slowed down christmas slider

Owen Diffey 3 년 전
부모
커밋
cc5475334a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      frontend/src/pages/Station/index.vue

+ 1 - 1
frontend/src/pages/Station/index.vue

@@ -2864,7 +2864,7 @@ export default {
 	);
 
 	background-size: 200% 200%;
-	animation: christmas 10s linear infinite;
+	animation: christmas 20s linear infinite;
 }
 
 @keyframes christmas {