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%; }