animated background

This commit is contained in:
2024-04-21 21:14:02 +02:00
parent 7c908b6bf4
commit d8c5cb99aa
6 changed files with 42 additions and 100 deletions
@@ -35,11 +35,11 @@
@keyframes traceAppear {
0% {opacity: 0;}
70%{opacity: 0;}
80%{opacity: 0;}
100% {opacity: 1;}
}
#path_circle_vert_clair_erable_2{
animation: traceAppear 2.5s forwards;
// animation: traceAppear 1s forwards;
}