From 8ac7a5c827ad1eceec0f0d13ed32d467b312a1c5 Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Wed, 22 Apr 2015 18:50:10 +0100 Subject: [PATCH] Added Elevator.js --- BigBoxOfJavascript.md | 1 + 1 file changed, 1 insertion(+) diff --git a/BigBoxOfJavascript.md b/BigBoxOfJavascript.md index ff5ae0d..5da012a 100644 --- a/BigBoxOfJavascript.md +++ b/BigBoxOfJavascript.md @@ -11,6 +11,7 @@ ## Progress bars - [Mprogress.js](https://lightningtgc.github.io/MProgress.js/) - A progress bar based on material design - [ProgressBar.js](https://kimmobrunfeldt.github.io/progressbar.js/) - Another progress bar library + - [Elevator.js](http://tholman.com/elevator.js/) - An awesome script that "solves those awkward scroll to top moments the old fashioned way" :D ## Input tools - [Keypress](https://dmauro.github.io/Keypress/) - Simple but powerful keyboard input library