diff --git a/examples/web/index.css b/examples/web/index.css
index 156e61516f8fe651178445ac4f19650b71becb5f..4b0f9cafb8600d5505c9ec3e791d349348415b7e 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;
 }