42fe9c52 by Dan Rempel

HHF remove commented code

1 parent d26d4251
......@@ -170,14 +170,6 @@
top:334px;
opacity: 0;
}
/*
#tag-mask{
position: absolute;
width:0;
height:100%;
overflow: hidden;
}
*/
#logo{
width: 198px;
......@@ -223,12 +215,8 @@
<img id="border-rough" src="border.svg" alt="decorative border">
<!-- <div id="tag-mask"> -->
</div>
<!--
-->
</div>
</a>
......@@ -270,13 +258,6 @@
tl.to("#cta-btn", d, {opacity:1, ease:Linear.easeNone, delay:d });
tl.to("#cta", d, {opacity:1, ease:Linear.easeNone, delay:0 });
/*
tl.fromTo("#tag-mask", d, {width:0}, {width:320, ease:Linear.easeNone, delay:-.2 });
tl.fromTo("#tag-mask", d, {width:0}, {width:320, ease:Linear.easeNone, delay:0 });
tl.fromTo("#tag-mask", d, {width:0}, {width:320, ease:Linear.easeNone, delay:0 });
*/
console.log( "time: " + tl.totalDuration() );
}
......