imxiangli / yii2-animate
yii2-animate
Package info
github.com/imxiangli/yii2-animate
Type:yii2-extension
pkg:composer/imxiangli/yii2-animate
1.0
2016-09-13 04:45 UTC
Requires
- bower-asset/animate.css: ^3.5
- yiisoft/yii2: *
This package is not auto-updated.
Last update: 2026-03-15 03:50:57 UTC
README
yii2-animate
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist imxiangli/yii2-animate "*"
or add
"imxiangli/yii2-animate": "*"
to the require section of your composer.json file.
Usage
Once the extension is installed, simply use it in your code by :
<?= \imxiangli\animate\AutoloadExample::widget(); ?>```