From e0115a66dabf3bf701a146e92fd8a68c6619a79b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Magalh=C3=A3es?= <joamag@gmail.com> Date: Sun, 9 Oct 2022 10:40:32 +0100 Subject: [PATCH] feat: new timing for overlay --- examples/web/index.css | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/examples/web/index.css b/examples/web/index.css index 156e6151..4b0f9caf 100644 --- a/examples/web/index.css +++ b/examples/web/index.css @@ -301,12 +301,12 @@ p { position: fixed; text-align: center; top: 0px; - transition: opacity 0.35s cubic-bezier(0.075, 0.82, 0.165, 1); - -o-transition: opacity 0.35s cubic-bezier(0.075, 0.82, 0.165, 1); - -ms-transition: opacity 0.35s cubic-bezier(0.075, 0.82, 0.165, 1); - -moz-transition: opacity 0.35s cubic-bezier(0.075, 0.82, 0.165, 1); - -khtml-transition: opacity 0.35s cubic-bezier(0.075, 0.82, 0.165, 1); - -webkit-transition: opacity 0.35s cubic-bezier(0.075, 0.82, 0.165, 1); + transition: opacity 0.4s cubic-bezier(0.075, 0.82, 0.165, 1); + -o-transition: opacity 0.4s cubic-bezier(0.075, 0.82, 0.165, 1); + -ms-transition: opacity 0.4s cubic-bezier(0.075, 0.82, 0.165, 1); + -moz-transition: opacity 0.4s cubic-bezier(0.075, 0.82, 0.165, 1); + -khtml-transition: opacity 0.4s cubic-bezier(0.075, 0.82, 0.165, 1); + -webkit-transition: opacity 0.4s cubic-bezier(0.075, 0.82, 0.165, 1); width: 100%; z-index: 10; } -- GitLab