rootlocal / yii2-wow
Yii2 WOW. Reveal CSS animation as you scroll down a page
Installs: 374
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 3
Forks: 0
Open Issues: 0
Type:yii2-extension
Requires
- php: >=7.1
- bower-asset/animate.css: ~4.1
- bower-asset/wow: ~1.1
- yiisoft/yii2: ~2.0
This package is auto-updated.
Last update: 2024-10-23 01:59:23 UTC
README
Install
composer require rootlocal/yii2-wow
or add
"rootlocal/yii2-wow": "dev-master",
to the require section of your composer.json.
Example:
<?php use yii\web\View; use rootlocal\widgets\wow\WowWidget; /** * @var $this View */ ?> <?= WowWidget::widget() ?> <div class="wow bounceInUp">Your content</div>