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
bd0b4f9c
authored
2018-06-21 10:03:30 -0400
by
Dan Rempel
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
HHF change start onload
1 parent
b6b485be
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
16 additions
and
6 deletions
18-121-117c HHF Summer Ads/publish/300x250/index.html
18-121-117c HHF Summer Ads/publish/300x250vid/index.html
18-121-117c HHF Summer Ads/publish/300x600/index.html
18-121-117c HHF Summer Ads/publish/300x600vid/index.html
18-121-117c HHF Summer Ads/publish/728x90/index.html
18-121-117c HHF Summer Ads/publish/300x250/index.html
View file @
bd0b4f9
...
...
@@ -148,9 +148,10 @@
<script>
var
tl
=
new
TimelineMax
({
repeat
:
1
,
repeatDelay
:
4
})
;
var
tl
;
function
stage1
(){
tl
=
new
TimelineMax
({
repeat
:
1
,
repeatDelay
:
4
});
imgtxt
(
"#img1"
,
"#txt1"
);
imgtxt
(
"#img2"
,
"#txt2"
);
...
...
18-121-117c HHF Summer Ads/publish/300x250vid/index.html
View file @
bd0b4f9
...
...
@@ -279,9 +279,11 @@
<script>
var
tl
=
new
TimelineMax
({
repeat
:
3
,
repeatDelay
:
3.5
})
;
var
tl
;
function
stage1
(){
tl
=
new
TimelineMax
({
repeat
:
3
,
repeatDelay
:
3.5
});
tl
.
to
(
"#txt2"
,
.
5
,
{
opacity
:
1
,
delay
:.
3
});
tl
.
to
(
"#icon-play2"
,
.
5
,
{
opacity
:
1
,
delay
:
-
.
4
});
...
...
18-121-117c HHF Summer Ads/publish/300x600/index.html
View file @
bd0b4f9
...
...
@@ -165,9 +165,11 @@
<script>
var
tl
=
new
TimelineMax
({
repeat
:
2
,
repeatDelay
:
3.5
})
;
var
tl
;
function
stage1
(){
tl
=
new
TimelineMax
({
repeat
:
2
,
repeatDelay
:
3
});
imgtxt
(
"#img1"
,
"#txt1"
);
imgtxt
(
"#img2"
,
"#txt2"
);
imgtxt
(
"#img3"
,
"#txt3"
);
...
...
@@ -197,7 +199,7 @@
tl
.
to
(
txtId
,
.
7
,
{
opacity
:
1
,
delay
:
0
});
tl
.
to
(
imgId
,
.
5
,
{
opacity
:
0
,
delay
:.
9
});
tl
.
to
(
imgId
,
.
5
,
{
opacity
:
0
,
delay
:.
6
});
tl
.
to
(
txtId
,
.
5
,
{
opacity
:
0
,
delay
:
-
.
5
});
}
...
...
18-121-117c HHF Summer Ads/publish/300x600vid/index.html
View file @
bd0b4f9
...
...
@@ -309,9 +309,12 @@
<script>
var
tl
=
new
TimelineMax
({
repeat
:
1
,
repeatDelay
:
3.5
});
var
tl
;
function
stage1
(){
tl
=
new
TimelineMax
({
repeat
:
1
,
repeatDelay
:
3.5
});
var
l
=
31
;
tl
.
to
(
"#logo"
,
.
5
,
{
opacity
:
1
,
delay
:
-
.
5
});
tl
.
to
(
"#txtb1"
,
.
5
,
{
left
:
l
,
ease
:
Power1
.
easeOut
,
delay
:
-
.
3
});
...
...
18-121-117c HHF Summer Ads/publish/728x90/index.html
View file @
bd0b4f9
...
...
@@ -149,9 +149,11 @@
<script>
var
tl
=
new
TimelineMax
({
repeat
:
2
,
repeatDelay
:
3.5
})
;
var
tl
;
function
stage1
(){
tl
=
new
TimelineMax
({
repeat
:
2
,
repeatDelay
:
3.5
});
imgtxt
(
"#img1"
,
"#txt1"
);
imgtxt
(
"#img2"
,
"#txt2"
);
imgtxt
(
"#img3"
,
"#txt3"
);
...
...
Please
register
or
sign in
to post a comment