|
@@ -1610,6 +1610,9 @@ use App\Models\Handout;
|
|
inline: "center"
|
|
inline: "center"
|
|
});
|
|
});
|
|
section.addClass('spot-highlight');
|
|
section.addClass('spot-highlight');
|
|
|
|
+ $("html, body").animate({
|
|
|
|
+ scrollTop: section.offset().top-130
|
|
|
|
+ }, 1000);
|
|
setTimeout(() => {
|
|
setTimeout(() => {
|
|
section.removeClass('spot-highlight');
|
|
section.removeClass('spot-highlight');
|
|
}, 1500);
|
|
}, 1500);
|