bahirul/yii2-assets-animatecss

This package is abandoned and no longer maintained. No replacement package was suggested.

AnimateCss Asset For Yii2

v1.1.0 2017-01-22 13:49 UTC

This package is auto-updated.

Last update: 2021-01-19 04:01:25 UTC


README

Latest Stable Version Latest Unstable Version License Total Downloads Monthly Downloads Daily Downloads

This asset contain Animate.CSS for your Yii2 App. Using bower-asset for Animate.CSS dependency.

Installation

The preferred way to install this extension is through composer.

To install, either run

$ php composer.phar require bahirul/yii2-assets-animatecss "*"

or add

"bahirul/yii2-assets-animatecss": "*"

to the require section of your composer.json file.

Latest Release

NOTE: The latest version of the package is v1.1.0 released on 25, Rabi al-Akhir 1438. Refer the CHANGE.md for details.

Usage

Asset in View

use bahirul\yii2\assets\AnimateCss;

AnimateCss::register($this);

Asset Dependency

....

public $depends = [
    'bahirul\yii2\assets\AnimateCss',
];

....

License

yii2-assets-animatecss is released under the BSD 3-Clause License. See the bundled LICENSE.md for details.