rootlocal/yii2-wow

Yii2 WOW. Reveal CSS animation as you scroll down a page

Installs: 307

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 3

Forks: 0

Open Issues: 0

Type:yii2-extension

v1.0.2 2020-07-22 16:21 UTC

This package is auto-updated.

Last update: 2024-05-23 00:57:56 UTC


README

Latest Stable Version

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>