Skip to content

Instantly share code, notes, and snippets.

View RegisBiron's full-sized avatar

Regis Biron RegisBiron

View GitHub Profile
@RegisBiron
RegisBiron / pageScroller.js
Last active August 29, 2015 14:26
Video Capture Page Scroller
// In order to use this script add the class '.scroll-item' to the item you wish to scroll to.
// You'll need to choose elTop, elCenter, or elBottom depending on where you want to scroll in relation to the item's position.
// Feel free to modify this gist and improve upon it.
$(document).ready(function() {
"use strict";
var windowHeight = $(window).height(),
scrollAmount = 0,
scrollDuration = 0,