rootlocal/yii2-wow

Yii2 WOW. 当您滚动页面时揭示CSS动画

安装: 343

依赖: 0

建议者: 0

安全: 0

星标: 0

关注者: 3

分支: 0

开放问题: 0

类型:yii2-extension

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

This package is auto-updated.

Last update: 2024-09-23 01:49:39 UTC


README

Latest Stable Version

安装

composer require rootlocal/yii2-wow

或添加

"rootlocal/yii2-wow": "dev-master",

到您的composer.json的require部分。

示例

<?php

use yii\web\View;
use rootlocal\widgets\wow\WowWidget;

/**
 * @var $this View
 */
?>

<?= WowWidget::widget() ?>

<div class="wow bounceInUp">Your content</div>