PHPackages                             simialbi/yii2-animate - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. simialbi/yii2-animate

ActiveYii2-extension[Utility &amp; Helpers](/categories/utility)

simialbi/yii2-animate
=====================

animate.css from daneden for usage in yii framework

1.0(7y ago)21.9k2MITJavaScript

Since Sep 13Pushed 7y ago2 watchersCompare

[ Source](https://github.com/simialbi/yii2-animate)[ Packagist](https://packagist.org/packages/simialbi/yii2-animate)[ RSS](/packages/simialbi-yii2-animate/feed)WikiDiscussions master Synced 3w ago

READMEChangelog (6)Dependencies (3)Versions (7)Used By (0)

yii2-animate
============

[](#yii2-animate)

This extension integrates daneden's animate.css into yii2 framework.

Resources
---------

[](#resources)

- [daneden/animate.css](https://github.com/daneden/animate.css)
- [yii2](https://github.com/yiisoft/yii2) framework

Installation
------------

[](#installation)

The preferred way to install this extension is through [composer](http://getcomposer.org/download/).

Either run

```
$ php composer.phar require --prefer-dist simialbi/yii2-animate

```

or add

```
"simialbi/yii2-animate": "*"

```

to the `require` section of your `composer.json`

Usage
-----

[](#usage)

### Register asset bundle

[](#register-asset-bundle)

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

```

		Congratulations!

		You have successfully created your Yii-powered application.

			Get started with Yii

```

### Via java script

[](#via-java-script)

In your view use it like this:

```

		Congratulations!

		You have successfully created your Yii-powered application.

			Get started with Yii
