appleple / scroll-up

This library is for a fixed scroll to top button.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ScrollUp

This library is for a fixed scroll to top button. It will be hidden when on top and scrolls up the window smoothly when it's clicked.

Installation

via npm

npm install @appleple/scroll-up --save

via yarn

yarn add @appleple/scroll-up

via cdn

<script src="https://unpkg.com/@appleple/scroll-up@1.0.0/js/scroll-hint.js"></script>

Usage

import the js with babel and Browserify/Webpack

import ScrollUp from '@appleple/scroll-up';
new ScrollUp('.js-scroll-up');

About

This library is for a fixed scroll to top button.

License:MIT License


Languages

Language:JavaScript 100.0%