sashsvamir/yii2-scrolltop-button

yii2 widget ScrollTop js button (no jquery)

dev-master 2018-03-22 19:46 UTC

This package is not auto-updated.

Last update: 2024-05-26 03:27:39 UTC


README

Installation

composer require sashsvamir/yii2-scrolltop-button:"dev-master"

Description

Scroll to top button. No jquery, only native js.

Using

in view (usually main template):

use sashsvamir\scrollTopButton\ScrollTopButton;
ScrollTopButton::widget([
	'offset' => 1300,      // Scroll length offset (from top) when button appear
	'duration' => 500,     // Duration time of scrolling
	'nativeStyle' => true, // Whether using native botton's styles or user css
]);