sashsvamir / yii2-scrolltop-button
yii2 widget ScrollTop js button (no jquery)
Installs: 6
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
Type:yii2-extension
Requires
- yiisoft/yii2: ^2.0
This package is not auto-updated.
Last update: 2025-03-30 08:01:59 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 ]);