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
b7e879d8
authored
2018-07-04 13:33:57 -0400
by
Dan Rempel
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
HHF Summer 2018 Ads - animate img transparency
1 parent
d132b1e9
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
18-121-117c HHF Summer Ads 2/publish/300x600re/index.html
18-121-117c HHF Summer Ads 2/publish/300x600re/index.html
View file @
b7e879d
...
...
@@ -123,7 +123,7 @@
<!-- <a href="javascript:window.open(clickTag, '_blank');" class="cta"> -->
<div
id=
"border"
>
<div
id=
"img1"
class=
"img"
><img
src=
"assets/img1@60.jpg"
alt=
"img1@60"
width=
"807"
></div>
<div
id=
"img1"
class=
"img"
><img
id=
"imgimg"
src=
"assets/img1@60.jpg"
alt=
"img1@60"
width=
"807"
></div>
<!-- <img id="img1" class="img" src="assets/img1@60.jpg" alt="img1@60" width="807"> -->
<img
id=
"txt1"
class=
"txt"
src=
"assets/txt1@2x.png"
alt=
"txt1@2x"
width=
"300"
>
...
...
@@ -150,6 +150,7 @@
tl
.
to
(
"#img1"
,
3.5
,
{
x
:
-
450
,
ease
:
Power1
.
easeInOut
,
delay
:
-
1
});
tl
.
to
(
"#img1"
,
.
5
,
{
scaleX
:.
385
,
scaleY
:.
385
,
x
:
0
,
transformOrigin
:
"left top"
,
ease
:
Power1
.
easeInOut
,
delay
:.
5
});
tl
.
to
(
"#imgimg"
,
.
5
,
{
opacity
:
1
,
delay
:
-
.
5
});
tl
.
to
(
"#txt1"
,
.
5
,
{
opacity
:
0
,
delay
:
-
.
5
});
...
...
Please
register
or
sign in
to post a comment