From ac405f3ef0b3b99ac627774c387c2b487dc3c848 Mon Sep 17 00:00:00 2001 From: Ruben Date: Fri, 15 Dec 2017 22:09:09 +0100 Subject: [PATCH] Other transition --- artwork2.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/artwork2.html b/artwork2.html index 0ceeb08..1f21f4b 100644 --- a/artwork2.html +++ b/artwork2.html @@ -60,17 +60,17 @@ #visibleBlock{ background: white; - opacity: 0; - transition: opacity 5s; + transition: width 5s; position:absolute; left:0; top:0; - width:100%; + width:0%; height:100%; z-index:9999; } .visible #visibleBlock{ opacity: 1; + width:100%; }