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
3f857fd2
authored
Aug 21, 2020
by
o.kimura
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
ページ内リンク追加
parent
e7eea512
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
1 deletions
recruit/assets/js/common.js
recruit/assets/js/common.min.js
recruit/assets/js/common.js
View file @
3f857fd2
...
...
@@ -2999,7 +2999,17 @@ $(function () {
}
});
*/
$
(
'.js-fix'
).
on
(
'click'
,
function
(
e
)
{
setTimeout
(
function
()
{
var
speed
=
400
;
var
target
=
$
(
"#flowBox"
);
var
position
=
target
.
offset
().
top
;
$
(
'body,html'
).
animate
({
scrollTop
:
position
-
110
},
speed
,
'swing'
);
return
false
;
},
e
.
type
===
'mouseleave'
?
300
:
0
);
});
});
// header固定
...
...
recruit/assets/js/common.min.js
View file @
3f857fd2
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