/* scrollUp Minimum setup */ $(function () { $.scrollUp(); }); /* scrollUp full options $(function () { $.scrollUp({ scrollName: 'scrollUp', topDistance: '500', // Distance from top before showing element (px) topSpeed: 500, // Speed back to top (ms) animation: 'fade', // Fade, slide, none animationInSpeed: 500, // Animation in speed (ms) animationOutSpeed: 500, // Animation out speed (ms) scrollText: 'Scroll to top', // Text for element scrollImg: false, activeOverlay: false // Set CSS color to display scrollUp active point, e.g '#00FFFF' }); }); */