1.0.3 • Published 6 years ago

@appleple/scroll-up v1.0.3

Weekly downloads
-
License
MIT
Repository
-
Last release
6 years ago

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');
1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago