Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
sora
/
keio-dentetsu
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
d8b10ef3
authored
Aug 20, 2020
by
o.kimura
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
MVアニメーション
parent
d90f93e0
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
0 deletions
recruit/assets/js/common.js
recruit/assets/js/common.min.js
recruit/assets/js/common.js
View file @
d8b10ef3
...
@@ -2923,6 +2923,20 @@ $(function () {
...
@@ -2923,6 +2923,20 @@ $(function () {
}
}
});
});
// MV
$
(
".mv-circle"
).
css
(
"display"
,
"none"
);
$
(
".mv-text01"
).
css
(
"display"
,
"none"
);
$
(
".mv-text02"
).
css
(
"display"
,
"none"
);
setTimeout
(
function
()
{
$
(
".mv-circle"
).
fadeIn
(
800
);
setTimeout
(
function
()
{
$
(
".mv-text01"
).
fadeIn
(
800
);
setTimeout
(
function
()
{
$
(
".mv-text02"
).
fadeIn
(
1500
);
},
1000
);
},
800
);
},
1500
);
});
});
// header固定
// header固定
...
...
recruit/assets/js/common.min.js
View file @
d8b10ef3
This diff could not be displayed because it is too large.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment