yii2-extension yii2-scrolltop-button
yii2 widget ScrollTop js button (no jquery)
sashsvamir/yii2-scrolltop-button
yii2 widget ScrollTop js button (no jquery)
- PHP
- 0 Dependents
- 0 Suggesters
- 0 Forks
- 0 Open issues
- 1 Versions
- 0 % Grown
Installation
composer require sashsvamir/yii2-scrolltop-button:"dev-master"
, (*1)
Description
Scroll to top button. No jquery, only native js., (*2)
Using
in view (usually main template):, (*3)
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
]);
dev-master
9999999-dev
yii2 widget ScrollTop js button (no jquery)
Sources
Download
MIT
The Requires
by
Alexander Shchukin