pavlinter/yii2-wow

Yii2: WOW

Installs: 539

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 4

Forks: 0

Open Issues: 0

Type:yii2-extension

v1.0.0 2015-05-08 07:43 UTC

This package is not auto-updated.

Last update: 2024-05-01 16:31:55 UTC


README

Asset Bundle for WOW

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require --prefer-dist pavlinter/yii2-wow "dev-master"

or add

"pavlinter/yii2-wow": "dev-master"

to the require section of your composer.json file.

Usage

\pavlinter\wow\WowAsset::register($this)->wow([
    'boxClass' => 'wow',
    'animateClass' => 'animated',
    'offset' => '0',
]);
echo Html::tag("div", "Your content or images.", ['class' => 'wow bounceInUp']);

See more options