Commit 3f857fd2 by o.kimura

ページ内リンク追加

parent e7eea512
......@@ -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固定
......
This diff could not be displayed because it is too large.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment