开发者/sashsvamir / yii2-scrolltop-button

yii2 widget ScrollTop js按钮(无jQuery)

安装: 6

依赖者: 0

建议者: 0

安全: 0

星标: 1

关注者: 2

分支: 0

公开问题: 0

类型:yii2-extension

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

This package is not auto-updated.

Last update: 2024-09-15 05:18:22 UTC


README

安装

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

描述

滚动到顶部按钮。无jQuery,仅使用原生JavaScript。

使用

在视图(通常为主模板)中

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
]);