[Web] Reponsive: Scroll faster

master
andryyy 2021-07-09 08:27:16 +02:00
parent dfc8c95a54
commit bdafb7ab2f
No known key found for this signature in database
GPG Key ID: 8EC34FF2794E25EF
1 changed files with 3 additions and 5 deletions

View File

@ -260,14 +260,12 @@ $(document).ready(function() {
});
$(document).on("shown.bs.collapse shown.bs.tab", function (e) {
var target = $(e.target);
if($(window).width() <= 767) {
var offset = target.offset().top - 112;
$("html, body").stop().animate({
scrollTop: offset
}, 300);
}, 100);
}
if(target.hasClass('panel-collapse')){
var id = e.target.id.replace(/-collapse$/g, '');
if(id){