You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@groovy.apache.org by pa...@apache.org on 2018/12/10 07:02:37 UTC

[groovy-website] 06/06: Make transition animation times consistent

This is an automated email from the ASF dual-hosted git repository.

paulk pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/groovy-website.git

commit e281c1a5580cd09bcd28563c604e6217a14bf12d
Author: Paddy <p....@gmail.com>
AuthorDate: Sun Dec 9 17:20:25 2018 -0700

    Make transition animation times consistent
---
 site/src/site/assets/css/style.css | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/site/src/site/assets/css/style.css b/site/src/site/assets/css/style.css
index 20f8b66..d756b97 100644
--- a/site/src/site/assets/css/style.css
+++ b/site/src/site/assets/css/style.css
@@ -812,8 +812,8 @@ html.noScroll body, html.noScroll .st-container, html.noScroll .st-pusher, html.
 .st-container {
     position: relative;
     overflow: hidden;
-    -webkit-transition: margin .25s, -webkit-transform .25s;
-    transition: margin .25s, transform .25s
+    -webkit-transition: margin .5s, -webkit-transform .5s;
+    transition: margin .5s, transform .5s
 }
 
 .st-container.st-menu-open {