ibrarturi/yii2-scrollup 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

ibrarturi/yii2-scrollup

Composer 安装命令:

composer require ibrarturi/yii2-scrollup

包简介

A wraper for jQuery plugin scrollup

README 文档

README

Yii2 Extension which is a wrapper for jQuery plugin scrollup

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require --prefer-dist ibrarturi/yii2-scrollup "dev-master"

or add

"ibrarturi/yii2-scrollup": "dev-master"

to the require section of your composer.json file.

Usage

Once the extension is installed, simply use it in your code by :

  • Default Usage
<?= \ibrarturi\scrollup\ScrollUp::widget(); ?>
  • Usage with theme parameter
<?= \ibrarturi\scrollup\ScrollUp::widget([
   'theme' => 'tab',   // pill, link, image, tab
]); ?>
  • Usage with default optional parameters
<?= \ibrarturi\scrollup\ScrollUp::widget([
   'options' => [
       'scrollName' => 'scrollUp',      // Element ID
       'scrollDistance' => 300,         // Distance from top/bottom before showing element (px)
       'scrollFrom' => 'top',           // 'top' or 'bottom'
       'scrollSpeed' => 300,            // Speed back to top (ms)
       'easingType' => 'linear',        // Scroll to top easing (see http://easings.net/)
       'animation' => 'fade',           // Fade, slide, none
       'animationSpeed' => 200,         // Animation speed (ms)
       'scrollTrigger' => false,        // Set a custom triggering element. Can be an HTML string or jQuery object
       'scrollTarget' => false,         // Set a custom target element for scrolling to. Can be element or number
       'scrollText' => 'Scroll to top', // Text for element, can contain HTML
       'scrollTitle' => false,          // Set a custom <a> title if required.
       'scrollImg' => false,            // Set true to use image
       'activeOverlay' => false,        // Set CSS color to display scrollUp active point, e.g '#00FFFF'
       'zIndex' => 2147483647,          // Z-Index for the overlay
   ]
]); ?>

Resources

统计信息

  • 总下载量: 1.86k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 3
  • 点击次数: 2
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 3
  • Watchers: 1
  • Forks: 1
  • 开发语言: JavaScript

其他信息

  • 授权协议: MIT
  • 更新时间: 2015-12-14

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固