Skip to content

rootlocal/yii2-wow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Reveal CSS animation as you scroll down a page

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>

About

Reveal CSS animation as you scroll down a page

Resources

License

Stars

Watchers

Forks

Packages

No packages published