Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Tenzing
/
banners-with-skip
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
42fe9c52
authored
2017-07-07 11:32:22 -0400
by
Dan Rempel
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
HHF remove commented code
1 parent
d26d4251
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
19 deletions
17-121-096c HHF Summer Ads/publish/en_300x600/index.html
17-121-096c HHF Summer Ads/publish/en_300x600/index.html
View file @
42fe9c5
...
...
@@ -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
()
);
}
...
...
Please
register
or
sign in
to post a comment