From 54681d4e4129af562902688f79c196d84dd29d79 Mon Sep 17 00:00:00 2001 From: nathan boileau Date: Wed, 21 Dec 2022 16:09:49 +0100 Subject: [PATCH] modif page profil sur transition --- WEB/View/src/CSS/Main2.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/WEB/View/src/CSS/Main2.css b/WEB/View/src/CSS/Main2.css index 4a61cd3f..62ccf31b 100644 --- a/WEB/View/src/CSS/Main2.css +++ b/WEB/View/src/CSS/Main2.css @@ -67,17 +67,17 @@ button:focus { opacity: 0; height: 100%; box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); - transition: all 0.1s; - -webkit-transition: all 0.1s; - -moz-transition: all 0.1s; - -ms-transition: all 0.1s; - -o-transition: all 0.1s; } #profil.open { left: 0; opacity: 1; display: flex; + transition: all 0.3s; + -webkit-transition: all 0.3s; + -moz-transition: all 0.3s; + -ms-transition: all 0.3s; + -o-transition: all 0.3s; } #profilIcon.open {