PHP code example of simialbi / yii2-animate
1. Go to this page and download the library: Download simialbi/yii2-animate library. Choose the download type require. 2. Extract the ZIP file and open the index.php. 3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
simialbi / yii2-animate example snippets
/* @var $this \yii\web\View */
use simialbi\yii2\animatecss\AnimateCssPluginAsset;
AnimateCssPluginAsset::register($this);
class AppAsset extends \yii\web\AssetBundle {
public $depends = [
'simialbi\yii2\animatecss\AnimateCssPluginAsset',
];
}
/* @var $this \yii\web\View */
$this->title = 'My Yii Application';
/* @var $this \yii\web\View */
$this->title = 'My Yii Application';
$ php composer.phar