Skip to content

delocker/yii2-animate.css

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

yii2-animate.css

AssetBundle for http://daneden.github.io/animate.css/

Installation

####Composer

$ php composer.phar require delocker/yii2-animate.css "dev-master"

or add

"delocker/yii2-animate.css": "dev-master"

to the require section of your composer.json file.

Usage

in view (for example: @app/views/layouts/main.php)

// ...
use delocker\animate\AnimateAssetBundle;
// ...
AnimateAssetBundle::register($this);

or add to your assets/AppAsset.php

public $depends = [
    // ...
    '\delocker\animate\AnimateAssetBundle',
];

About

AssetBundle for animate.css library

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages