$(function() { $.scrollify({ section : ".product" }); }); $.scrollify({ easing: "easeOutExpo", scrollSpeed: 1200, offset : 0, scrollbars: true, standardScrollElements: "", setHeights: true, overflowScroll: true, updateHash: true, touchScroll:true, before:function(i) { $(".indicator").animate({ left: $($(".product-logos").children()[i]).position().left + 28 }); } });