Skip to content

Instantly share code, notes, and snippets.

View luigimannoni's full-sized avatar
🕐
Waiting for the deploy

Luigi Mannoni luigimannoni

🕐
Waiting for the deploy
View GitHub Profile
@luigimannoni
luigimannoni / css3.scroller.js
Last active November 13, 2015 11:58
CSS3 Translate Scroller
function windowScrollToCSS(_config, _callback) {
var current, target, windowFinalY = 0,
defaults = {
to: 0,
scrollTime: 1.5,
easing: Power2.easeInOut,
delay: 0,
menu: true,
element: false,
force: false,