pavlinter / yii2-wow
Yii2: WOW
v1.0.0
2015-05-08 07:43 UTC
Requires
- bower-asset/animate.css: *
- bower-asset/wow: *
- yiisoft/yii2: *
This package is not auto-updated.
Last update: 2026-03-19 00:57:22 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']);