2017 © Pedro Peláez
 

yii2-widget yii2-smooth-scroll

Smooth Scroll widget for Yii2

image

grptx/yii2-smooth-scroll

Smooth Scroll widget for Yii2

  • Monday, December 11, 2017
  • by grptx
  • Repository
  • 1 Watchers
  • 0 Stars
  • 23 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 1 Open issues
  • 5 Versions
  • 5 % Grown

The README.md

yii2-smooth-scroll

Latest Stable Version Total Downloads Latest Unstable Version License composer.lock, (*1)

Smooth Scroll component for Yii2 based on Smooth Scroll library, (*2)

Install

Preferred way to install is through Composer:, (*3)

php composer.phar require grptx/yii2-smooth-scroll:^1

Or, you may add, (*4)

"grptx/yii2-smooth-scroll": "^1"

to the require section of your composer.json file and execute php composer.phar update., (*5)

Usage

To add the smooth scroll capability to a page add in the view:, (*6)

use grptx\smoothscroll\SmoothScrollWidget;

SmoothScrollWidget::widget();

Options

Availables options for the widget are:, (*7)

  • selector (default a[href*="#"])
  • name (the javascript var name of scroll, default scroll)
  • options (array of options defined by the library cfr: https://github.com/cferdinandi/smooth-scroll#global-settings)

Example

SmoothScrollWidget::widget([
    'selector' => 'a[href*="#"]',
    'name' => 'myScroll',
    'options' => [
        'header' => ...
        'speed' => ...
        // etc ..
    ],
]);

The Versions

11/12 2017

dev-master

9999999-dev

Smooth Scroll widget for Yii2

  Sources   Download

MIT

The Requires

 

by Avatar grptx

yii2 yii2-widget smooth-scroll

11/12 2017

v1.0.1

1.0.1.0

Smooth Scroll widget for Yii2

  Sources   Download

MIT

The Requires

 

by Avatar grptx

yii2 yii2-widget smooth-scroll

10/12 2017

v1.0.0

1.0.0.0

Smooth Scroll component for Yii2

  Sources   Download

MIT

The Requires

 

by Avatar grptx

yii2 yii2-widget smooth-scroll

10/12 2017

v0.0.2

0.0.2.0

Smooth Scroll component for Yii2

  Sources   Download

MIT

The Requires

 

by Avatar grptx

yii2 yii2-widget smooth-scroll

10/12 2017

v0.0.1

0.0.1.0

Smooth Scroll component for Yii2

  Sources   Download

MIT

The Requires

 

by Avatar grptx

yii2 yii2-widget smooth-scroll