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 {