Customizable Back To Top Button Plugin For jQuery - backToTop
Briefly

Just another jQuery scroll to top plugin which generates a highly customizable, CSS3 animated back to top button on the long webpage for better readability.
var $button = $.backToTop({ // background color backgroundColor: '#5D5D5D', // text color color: '#FFFFFF', // container element container: this._body, // 'nonn', 'spin', 'fade', 'zoom', or 'spin-inverse' effect: 'spin', // enable the back to top button enabled: true, // width/height of the back to top button height: 70, width: 70, // icon icon: 'fas fa-chevron-up', // margins marginX: 20, marginY: 20, // bottom/top left/right position: 'bottom right', // trigger position pxToTrigger: 600, // scroll animation scrollAnimation: 0, //
Read at jQuery Script
[
add
]
[
|
|
]