TTK_E32222585_laravel/public/assets/js/demo.js

10 lines
225 B
JavaScript

(function($) {
'use strict';
$(function() {
$("#features-link").on("click", function() {
$('html, body').animate({
scrollTop: $("#features").offset().top
}, 1000);
});
});
})(jQuery);