소스 검색

new background

ouidade 4 주 전
부모
커밋
67775e5d42

+ 6 - 3
web/themes/custom/colloque2024/css/configs/animation.scss

@@ -77,13 +77,16 @@ body {
 
 #circle_orange-6 {
   /* Main animation for the football */
-  /* animation: football-motion 2s linear infinite; */
+animation: football-motion 2s linear infinite; 
 }
 
 #circle_orange-6-bis {
   /* Trailing effect animation */
-  /* animation: trace-motion 2s linear infinite; */
-}
+  filter: url("#blur");
+
+   animation: trace-motion 2s linear infinite; 
+   filter: url("#blur");
+  }
 
 @keyframes football-motion {
   0% {

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 118 - 0
web/themes/custom/colloque2024/images/fond-ronds-trace.svg


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 115 - 43
web/themes/custom/colloque2024/template/page--front.html.twig


이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.