greeschenko/yii2-jquery.constructive

jquery full page effects set for yii2

dev-master 2016-07-22 11:04 UTC

This package is auto-updated.

Last update: 2024-04-18 21:18:21 UTC


README

jquery full page effects set for yii2

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require --prefer-dist greeschenko/yii2-jquery.constructive "*"

or add

"greeschenko/yii2-jquery.constructive": "*"

to the require section of your composer.json file.

Usage

jquery.constructiveParallax

include assets in your view file

use greeschenko\jconstructive\ParallaxAsset;
ParallaxAsset::register($this);

and see doc jquery.constructiveParallax

jquery.constructiveTelescope

include assets in your view file

use greeschenko\jconstructive\TelescopeAsset;
TelescopeAsset::register($this);

and see doc jquery.constructiveTelescope