smooth-scroll

simple smooth scrolling in the browser
git clone https://git.ce9e.org/smooth-scroll.git

commit
c5295cf83976c7edeefaded4074c92b0c026803d
parent
9bcc8f74240f55104274ed3af683b76e7d251eb3
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2017-03-25 08:30
strict mode

Diffstat

M smooth-scroll.js 2 ++

1 files changed, 2 insertions, 0 deletions


diff --git a/smooth-scroll.js b/smooth-scroll.js

@@ -9,6 +9,8 @@
    9     9     window.smoothScroll.init();
   10    10   }
   11    11 })(function() {
   -1    12   'use strict';
   -1    13 
   12    14   var animate = function(apply, duration) {
   13    15     var start = null;
   14    16