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
559e9414
authored
2018-11-28 11:50:03 -0500
by
Jeremy Groot
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
updates
1 parent
5e5b4195
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
17 additions
and
11 deletions
18-182-028c Urban Toronto Digital Ad/publish/300x250/bu.gif
18-182-028c Urban Toronto Digital Ad/publish/300x250/index.html
includes/names.json
18-182-028c Urban Toronto Digital Ad/publish/300x250/bu.gif
100755 → 100644
View file @
559e941
39.5 KB
|
W:
|
H:
35.6 KB
|
W:
|
H:
2-up
Swipe
Onion skin
18-182-028c Urban Toronto Digital Ad/publish/300x250/index.html
View file @
559e941
...
...
@@ -72,7 +72,7 @@
#txt2
{
position
:
absolute
;
opacity
:
1
;
top
:
25
0px
;
top
:
-4
0px
;
left
:
0
;
display
:
inline-block
;
}
...
...
@@ -85,9 +85,9 @@
width
:
198px
;
}
#img1
{
-webkit-box-shadow
:
-8px
13px
23px
1px
rgba
(
0
,
0
,
0
,
0.43
);
-moz-box-shadow
:
-8px
13px
23px
1px
rgba
(
0
,
0
,
0
,
0.43
);
box-shadow
:
-8px
13px
23px
1px
rgba
(
0
,
0
,
0
,
0.43
);
-webkit-box-shadow
:
-8px
13px
23px
-2px
rgba
(
0
,
0
,
0
,
0.2
);
-moz-box-shadow
:
-8px
13px
23px
-2px
rgba
(
0
,
0
,
0
,
0.2
);
box-shadow
:
-8px
13px
23px
-2px
rgba
(
0
,
0
,
0
,
0.2
);
}
#img2
{
position
:
absolute
;
...
...
@@ -129,13 +129,13 @@
tl
.
to
(
"#txt1"
,
2
,
{
opacity
:
1
,
delay
:
0.5
});
tl
.
to
(
"#txt1"
,
0.
5
,
{
opacity
:
0
,
delay
:
0.5
}
);
tl
.
to
(
"#txt2"
,
2
,
{
opacity
:
1
,
css
:{
top
:
"65px"
},
delay
:
0.2
}
);
tl
.
to
(
"#txt2"
,
0.
5
,
{
opacity
:
0
,
delay
:
1.5
}
);
tl
.
to
(
"#img2"
,
2
,
{
top
:
'20px'
,
delay
:
0.2
}
);
tl
.
to
(
"#img2"
,
2
,
{
css
:{
scale
:
0.45
,
top
:
"10px"
},
delay
:
1
},
"scale"
);
tl
.
to
(
"#img1"
,
2
,
{
css
:{
scale
:
0.45
,
top
:
"-85px"
},
delay
:
1
},
"scale"
);
tl
.
to
(
"#txt3"
,
1
,
{
css
:{
bottom
:
"7px"
},
delay
:
2.5
},
"scale"
);
tl
.
to
(
"#txt1"
,
0.
7
,
{
opacity
:
0
,
delay
:
1
},
'first'
);
tl
.
to
(
"#txt2"
,
1
,
{
opacity
:
1
,
css
:{
top
:
"65px"
},
delay
:
1
},
'first'
);
tl
.
to
(
"#txt2"
,
0.
7
,
{
opacity
:
0
,
delay
:
4
},
"first"
);
tl
.
to
(
"#img2"
,
1
,
{
top
:
'20px'
,
delay
:
4
},
"first"
);
tl
.
to
(
"#img2"
,
1.5
,
{
css
:{
scale
:
0.45
,
top
:
"10px"
},
delay
:
2
},
"scale"
);
tl
.
to
(
"#img1"
,
1.5
,
{
css
:{
scale
:
0.45
,
top
:
"-85px"
},
delay
:
2
},
"scale"
);
tl
.
to
(
"#txt3"
,
0.5
,
{
css
:{
bottom
:
"7px"
},
delay
:
3
},
"scale"
);
}
...
...
includes/names.json
View file @
559e941
...
...
@@ -74,4 +74,10 @@
"162"
:
"Baker and McKenzie"
,
"182"
:
"OPPI"
}
\ No newline at end of file
...
...
Please
register
or
sign in
to post a comment