Skip to content
Snippets Groups Projects
Verified Commit e0115a66 authored by João Magalhães's avatar João Magalhães :rocket:
Browse files

feat: new timing for overlay

parent 9602a9d0
No related branches found
No related tags found
No related merge requests found
Pipeline #1299 passed
......@@ -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;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment