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
dac7b509
authored
2016-09-15 11:41:05 -0400
by
Dan Rempel
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Took debug code.
1 parent
0aa35711
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
6 deletions
16-162-023c BMK 2016Fall Online Ads/publish/en_300x600_bmk_2016Fall_whoweare/index.html
16-162-023c BMK 2016Fall Online Ads/publish/en_300x600_bmk_2016Fall_whoweare/index.html
View file @
dac7b50
...
...
@@ -363,7 +363,6 @@
//ease:Power1.easeInOut
/*
tlLines
.
to
(
"#line-red"
,
lineSpeed
,
{
left
:
300
,
ease
:
Linear
.
easeNone
,
delay
:
0
});
tlLines
.
to
(
"#line-yellow"
,
lineSpeed
+
2
,
{
top
:
800
,
ease
:
Linear
.
easeNone
,
delay
:
-
2
});
...
...
@@ -387,14 +386,12 @@
tlElements
.
to
(
"#img6"
,
fadeUpDuration
,
{
opacity
:
1
,
scaleX
:
1
,
scaleY
:
1
,
ease
:
Back
.
easeOut
.
config
(
1.7
),
delay
:
-
.
5
});
tlElements
.
to
(
"#img3"
,
fadeUpDuration
,
{
opacity
:
1
,
scaleX
:
1
,
scaleY
:
1
,
ease
:
Back
.
easeOut
.
config
(
1.7
),
delay
:
-
.
2
});
tlElements
.
to
(
"#txt4-connection"
,
fadeUpDuration
,
{
opacity
:
1
,
scaleX
:
1
,
scaleY
:
1
,
ease
:
Back
.
easeOut
.
config
(
1.7
),
delay
:
-
.
2
});
*/
/* tlElements.to("#line-img-group", fadeUpDuration, {opacity:0, delay:4 }); */
tlElements
.
to
(
"#tag-logo-group"
,
fadeUpDuration
,
{
opacity
:
1
,
delay
:(
4
-
4
)
});
tlElements
.
to
(
"#tag-logo-group"
,
fadeUpDuration
,
{
opacity
:
1
,
delay
:(
4
)
});
tlElements
.
to
(
"#last-frame-group"
,
fadeUpDuration
,
{
opacity
:
1
,
delay
:
-
1
});
/*
tlElements
.
to
(
"#logo-green"
,
fadeUpDuration
,
{
left
:
180
,
delay
:
0
});
tlElements
.
to
(
"#logo-yellow"
,
fadeUpDuration
,
{
left
:
125
,
delay
:
-
.
5
});
tlElements
.
to
(
"#logo-red"
,
fadeUpDuration
,
{
opacity
:
1
,
delay
:
-
.
5
});
...
...
@@ -402,9 +399,8 @@
tlElements
.
to
(
"#tag1"
,
fadeUpDuration
,
{
left
:
40
,
delay
:
0
});
tlElements
.
to
(
"#tag2"
,
fadeUpDuration
,
{
left
:
40
,
delay
:
0
});
tlElements
.
to
(
"#leaf"
,
fadeUpDuration
,
{
left
:
213
,
delay
:
-
.
2
});
*/
tlLines
.
to
(
"#line-red-logo"
,
1
,
{
left
:
-
92
,
ease
:
Linear
.
easeNone
,
delay
:(
3.4
-
3.4
)
});
tlLines
.
to
(
"#line-red-logo"
,
1
,
{
left
:
-
92
,
ease
:
Linear
.
easeNone
,
delay
:(
3.4
)
});
tlLines
.
to
(
"#line-yellow-logo"
,
1
,
{
top
:
160
,
ease
:
Linear
.
easeNone
,
delay
:
-
1
});
tlLines
.
to
(
"#line-yellow2-logo"
,
1
,
{
top
:
77
,
ease
:
Linear
.
easeNone
,
delay
:
-
1
});
tlLines
.
to
(
"#line-green-logo"
,
1
,
{
left
:
63
,
ease
:
Linear
.
easeNone
,
delay
:
-
1
});
...
...
Please
register
or
sign in
to post a comment