From 72cf56c1d446568d7fecff0058049c8f9a122401 Mon Sep 17 00:00:00 2001 From: ethylotest Date: Mon, 22 Mar 2021 13:10:13 +0100 Subject: [PATCH] petits ajustements sur l'animation --- styles/index.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/styles/index.css b/styles/index.css index 2df1b8b..675c245 100644 --- a/styles/index.css +++ b/styles/index.css @@ -134,12 +134,14 @@ body main { } .logo_bubbles .circle._1 { animation-delay: -0.8s; + animation-direction: reverse; } .logo_bubbles .circle._2 { - animation-delay: -1.3s; + animation-delay: -2.7s; } .logo_bubbles .circle._3 { - animation-delay: -2.7s; + animation-delay: -1.3s; + animation-direction: reverse; } .logo_bubbles .circle._4 { animation-delay: 0s;