42fe9c52 by Dan Rempel

HHF remove commented code

1 parent d26d4251
...@@ -170,14 +170,6 @@ ...@@ -170,14 +170,6 @@
170 top:334px; 170 top:334px;
171 opacity: 0; 171 opacity: 0;
172 } 172 }
173 /*
174 #tag-mask{
175 position: absolute;
176 width:0;
177 height:100%;
178 overflow: hidden;
179 }
180 */
181 173
182 #logo{ 174 #logo{
183 width: 198px; 175 width: 198px;
...@@ -223,12 +215,8 @@ ...@@ -223,12 +215,8 @@
223 215
224 <img id="border-rough" src="border.svg" alt="decorative border"> 216 <img id="border-rough" src="border.svg" alt="decorative border">
225 217
226 <!-- <div id="tag-mask"> -->
227 </div> 218 </div>
228 219
229 <!--
230
231 -->
232 220
233 </div> 221 </div>
234 </a> 222 </a>
...@@ -271,13 +259,6 @@ ...@@ -271,13 +259,6 @@
271 tl.to("#cta-btn", d, {opacity:1, ease:Linear.easeNone, delay:d }); 259 tl.to("#cta-btn", d, {opacity:1, ease:Linear.easeNone, delay:d });
272 tl.to("#cta", d, {opacity:1, ease:Linear.easeNone, delay:0 }); 260 tl.to("#cta", d, {opacity:1, ease:Linear.easeNone, delay:0 });
273 261
274 /*
275 tl.fromTo("#tag-mask", d, {width:0}, {width:320, ease:Linear.easeNone, delay:-.2 });
276 tl.fromTo("#tag-mask", d, {width:0}, {width:320, ease:Linear.easeNone, delay:0 });
277 tl.fromTo("#tag-mask", d, {width:0}, {width:320, ease:Linear.easeNone, delay:0 });
278 */
279
280
281 console.log( "time: " + tl.totalDuration() ); 262 console.log( "time: " + tl.totalDuration() );
282 } 263 }
283 264
......