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
df27472d
authored
2018-05-25 11:49:20 -0400
by
Dan Rempel
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
CWL modifies big box copy swaps
1 parent
06d25332
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
37 additions
and
22 deletions
18-141-091c CWL_2018 Spring Online Ads/publish/CWL_2018_Spring_Online_300x250_A/index.html
18-141-091c CWL_2018 Spring Online Ads/publish/CWL_2018_Spring_Online_300x250_B/index.html
18-141-091c CWL_2018 Spring Online Ads/publish/CWL_2018_Spring_Online_300x250_C/index.html
18-141-091c CWL_2018 Spring Online Ads/publish/CWL_2018_Spring_Online_300x250_A/index.html
View file @
df27472
...
...
@@ -112,6 +112,9 @@
box-sizing
:
border-box
;
}
#img
{
position
:
absolute
;
}
#copy1
,
#copy2
,
#copy3
{
position
:
absolute
;
top
:
102px
;
...
...
@@ -123,7 +126,7 @@
}
#copy3
{
left
:
50px
;
top
:
3
5
px
;
top
:
3
0
px
;
}
#logo
{
position
:
absolute
;
...
...
@@ -202,16 +205,18 @@
var
tl
=
new
TimelineMax
({
repeat
:
1
,
repeatDelay
:
5
});
var
leftPos
=
490
;
tl
.
to
(
"#bar4"
,
.
5
,
{
width
:
242
,
height
:
80
,
ease
:
Power1
.
easeInOut
,
delay
:
.
5
});
tl
.
to
(
"#bar4"
,
.
5
,
{
width
:
242
,
height
:
80
,
ease
:
Power1
.
easeInOut
,
delay
:
0
});
tl
.
to
(
"#copy1"
,
.
7
,
{
opacity
:
1
,
delay
:
0
});
tl
.
to
(
"#copy1"
,
.
7
,
{
opacity
:
0
,
delay
:
4
});
tl
.
to
(
"#copy2"
,
.
7
,
{
opacity
:
1
,
delay
:
-
.
5
});
tl
.
to
(
"#copy2"
,
.
7
,
{
opacity
:
0
,
delay
:
4
});
tl
.
to
(
"#img"
,
.
7
,
{
opacity
:
0
,
delay
:
0
});
tl
.
to
(
"#bar4"
,
.
5
,
{
width
:
38
,
height
:
20
,
ease
:
Power1
.
easeInOut
,
delay
:
-
1.2
});
tl
.
to
(
"#copy3"
,
.
7
,
{
opacity
:
1
,
delay
:
-
.
2
});
tl
.
to
(
"#bar4"
,
.
5
,
{
width
:
38
,
height
:
20
,
ease
:
Power1
.
easeInOut
,
delay
:
-
.
4
});
tl
.
to
(
"#bar4"
,
.
5
,
{
width
:
242
,
height
:
80
,
ease
:
Power1
.
easeInOut
,
delay
:
0
});
tl
.
to
(
"#copy2"
,
.
7
,
{
opacity
:
1
,
delay
:
0
});
tl
.
to
(
"#copy2"
,
.
7
,
{
opacity
:
0
,
delay
:
3
});
tl
.
to
(
"#bar4"
,
.
5
,
{
width
:
38
,
height
:
20
,
ease
:
Power1
.
easeInOut
,
delay
:
-
.
4
});
tl
.
to
(
"#img"
,
.
7
,
{
left
:
-
300
,
ease
:
Power1
.
easeIn
,
delay
:
-
.
5
});
tl
.
to
(
"#copy3"
,
.
7
,
{
opacity
:
1
,
delay
:
0
});
console
.
log
(
"time: "
+
tl
.
totalDuration
()
);
}
...
...
18-141-091c CWL_2018 Spring Online Ads/publish/CWL_2018_Spring_Online_300x250_B/index.html
View file @
df27472
...
...
@@ -112,6 +112,9 @@
box-sizing
:
border-box
;
}
#img
{
position
:
absolute
;
}
#copy1
,
#copy2
,
#copy3
{
position
:
absolute
;
top
:
102px
;
...
...
@@ -202,16 +205,18 @@
var
tl
=
new
TimelineMax
({
repeat
:
1
,
repeatDelay
:
5
});
var
leftPos
=
490
;
tl
.
to
(
"#bar4"
,
.
5
,
{
width
:
242
,
height
:
80
,
ease
:
Power1
.
easeInOut
,
delay
:
.
5
});
tl
.
to
(
"#bar4"
,
.
5
,
{
width
:
242
,
height
:
80
,
ease
:
Power1
.
easeInOut
,
delay
:
0
});
tl
.
to
(
"#copy1"
,
.
7
,
{
opacity
:
1
,
delay
:
0
});
tl
.
to
(
"#copy1"
,
.
7
,
{
opacity
:
0
,
delay
:
4
});
tl
.
to
(
"#copy2"
,
.
7
,
{
opacity
:
1
,
delay
:
-
.
5
});
tl
.
to
(
"#copy2"
,
.
7
,
{
opacity
:
0
,
delay
:
4
});
tl
.
to
(
"#img"
,
.
7
,
{
opacity
:
0
,
delay
:
0
});
tl
.
to
(
"#bar4"
,
.
5
,
{
width
:
38
,
height
:
20
,
ease
:
Power1
.
easeInOut
,
delay
:
-
1.2
});
tl
.
to
(
"#copy3"
,
.
7
,
{
opacity
:
1
,
delay
:
-
.
2
});
tl
.
to
(
"#bar4"
,
.
5
,
{
width
:
38
,
height
:
20
,
ease
:
Power1
.
easeInOut
,
delay
:
-
.
4
});
tl
.
to
(
"#bar4"
,
.
5
,
{
width
:
242
,
height
:
80
,
ease
:
Power1
.
easeInOut
,
delay
:
0
});
tl
.
to
(
"#copy2"
,
.
7
,
{
opacity
:
1
,
delay
:
0
});
tl
.
to
(
"#copy2"
,
.
7
,
{
opacity
:
0
,
delay
:
3
});
tl
.
to
(
"#bar4"
,
.
5
,
{
width
:
38
,
height
:
20
,
ease
:
Power1
.
easeInOut
,
delay
:
-
.
4
});
tl
.
to
(
"#img"
,
.
7
,
{
left
:
-
300
,
ease
:
Power1
.
easeIn
,
delay
:
-
.
5
});
tl
.
to
(
"#copy3"
,
.
7
,
{
opacity
:
1
,
delay
:
0
});
console
.
log
(
"time: "
+
tl
.
totalDuration
()
);
}
...
...
18-141-091c CWL_2018 Spring Online Ads/publish/CWL_2018_Spring_Online_300x250_C/index.html
View file @
df27472
...
...
@@ -112,6 +112,9 @@
box-sizing
:
border-box
;
}
#img
{
position
:
absolute
;
}
#copy1
,
#copy2
,
#copy3
{
position
:
absolute
;
top
:
102px
;
...
...
@@ -202,16 +205,18 @@
var
tl
=
new
TimelineMax
({
repeat
:
1
,
repeatDelay
:
5
});
var
leftPos
=
490
;
tl
.
to
(
"#bar4"
,
.
5
,
{
width
:
242
,
height
:
80
,
ease
:
Power1
.
easeInOut
,
delay
:
.
5
});
tl
.
to
(
"#bar4"
,
.
5
,
{
width
:
242
,
height
:
80
,
ease
:
Power1
.
easeInOut
,
delay
:
0
});
tl
.
to
(
"#copy1"
,
.
7
,
{
opacity
:
1
,
delay
:
0
});
tl
.
to
(
"#copy1"
,
.
7
,
{
opacity
:
0
,
delay
:
4
});
tl
.
to
(
"#copy2"
,
.
7
,
{
opacity
:
1
,
delay
:
-
.
5
});
tl
.
to
(
"#copy2"
,
.
7
,
{
opacity
:
0
,
delay
:
4
});
tl
.
to
(
"#img"
,
.
7
,
{
opacity
:
0
,
delay
:
0
});
tl
.
to
(
"#bar4"
,
.
5
,
{
width
:
38
,
height
:
20
,
ease
:
Power1
.
easeInOut
,
delay
:
-
1.2
});
tl
.
to
(
"#copy3"
,
.
7
,
{
opacity
:
1
,
delay
:
-
.
2
});
tl
.
to
(
"#bar4"
,
.
5
,
{
width
:
38
,
height
:
20
,
ease
:
Power1
.
easeInOut
,
delay
:
-
.
4
});
tl
.
to
(
"#bar4"
,
.
5
,
{
width
:
242
,
height
:
80
,
ease
:
Power1
.
easeInOut
,
delay
:
0
});
tl
.
to
(
"#copy2"
,
.
7
,
{
opacity
:
1
,
delay
:
0
});
tl
.
to
(
"#copy2"
,
.
7
,
{
opacity
:
0
,
delay
:
3
});
tl
.
to
(
"#bar4"
,
.
5
,
{
width
:
38
,
height
:
20
,
ease
:
Power1
.
easeInOut
,
delay
:
-
.
4
});
tl
.
to
(
"#img"
,
.
7
,
{
left
:
-
300
,
ease
:
Power1
.
easeIn
,
delay
:
-
.
5
});
tl
.
to
(
"#copy3"
,
.
7
,
{
opacity
:
1
,
delay
:
0
});
console
.
log
(
"time: "
+
tl
.
totalDuration
()
);
}
...
...
Please
register
or
sign in
to post a comment