diff --git a/static/js/actix.js b/static/js/actix.js index 15a6990..c51b2d1 100644 --- a/static/js/actix.js +++ b/static/js/actix.js @@ -15,6 +15,9 @@ var active = $(window.location.hash); if (active.is('div.actix-feature')) { activateFeature(window.location.hash); + $('html, body').animate({ + scrollTop: $('.actix-showcase').offset().top + }, 1000); } else { activateFeature('#' + $('div.actix-feature')[0].id); }