https://github.com/derekisbusy/yii2-animate
Yii2 Animate.css
https://github.com/derekisbusy/yii2-animate
animate animatecss animates-css yii2
Last synced: 2 months ago
JSON representation
Yii2 Animate.css
- Host: GitHub
- URL: https://github.com/derekisbusy/yii2-animate
- Owner: derekisbusy
- License: mit
- Created: 2019-06-22T00:52:09.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-06-24T17:02:55.000Z (almost 6 years ago)
- Last Synced: 2025-01-20T12:05:47.521Z (4 months ago)
- Topics: animate, animatecss, animates-css, yii2
- Language: PHP
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
Yii2 Animate
============
Animate.css for Yii2Installation
------------The preferred way to install this extension is through [composer](http://getcomposer.org/download/).
Either run
```
php composer.phar require --prefer-dist derekisbusy/yii2-animate "*"
```or add
```
"derekisbusy/yii2-animate": "*"
```to the require section of your `composer.json` file.
Usage
-----Once the extension is installed, simply use it by adding it to your view :
```php
use \derekisbusy\animate\AnimateAsset;AnimateAsset::register($this);
```or by adding to your another assets dependencies list :
```php
public $depends = [
'derekisbusy\animate\AnimateAsset'
];
```Documentation
-----------
* [daneden/animate.css](https://github.com/daneden/animate.css)
* [yii2 assets](https://www.yiiframework.com/doc/guide/2.0/en/structure-assets)