3.1.0 • Published 6 years ago

return-to-top v3.1.0

Weekly downloads
7
License
MIT
Repository
github
Last release
6 years ago

Return to top button

This script appends a button that will return the user to the top of the page. It's independant of other libraries and self initiates. Simply add your settings to the 'returnToTopSettings' object, add it somewhere on your page and hey presto!

Settings

NameTypeDescription
placementenumside of the window the button will sit. Default is 'right', options are 'left' or 'right'.
colorstringcolor of the button. Will take any hex or rgba value. Default is '#A11222' (maroon)
arrowColorstringcolor of the rotating arrow inside the button. Will take any hex or rgba value. Default is '#ffffff' (white)
shapeenumshape of the button. Options are 'round' or 'square'
animationobject | booleanSet whether to animate in or not
animation.fadebooleanSet whether to fade in or not
animation.rotatebooleanSet whether to rotate on scroll or not

Development

To build from source, run npm run build. Use npm run example to see it running in a browser on a simple test page.

3.1.0

6 years ago

3.0.2

6 years ago

3.0.1

6 years ago

3.0.0

6 years ago

2.0.3

6 years ago

2.0.2

6 years ago

2.0.1

6 years ago

2.0.0

6 years ago