项目作者: derekisbusy

项目描述 :
Yii2 Animate.css
高级语言: PHP
项目地址: git://github.com/derekisbusy/yii2-animate.git
创建时间: 2019-06-22T00:52:09Z
项目社区:https://github.com/derekisbusy/yii2-animate

开源协议:MIT License

下载


Yii2 Animate

Animate.css for Yii2

Installation

The preferred way to install this extension is through composer.

Either run

  1. php composer.phar require --prefer-dist derekisbusy/yii2-animate "*"

or add

  1. "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 :

  1. use \derekisbusy\animate\AnimateAsset;
  2. AnimateAsset::register($this);

or by adding to your another assets dependencies list :

  1. public $depends = [
  2. 'derekisbusy\animate\AnimateAsset'
  3. ];

Documentation