xj/yii2-animo-widget

yii2-animo-widget

1.0.3 2015-03-06 08:05 UTC

This package is auto-updated.

Last update: 2024-10-10 19:49:49 UTC


README

https://github.com/ThrivingKings/animo.js

composer.json

"require": {
    "xj/yii2-animo-widget": "*"
},

In View

use xj\animo\AnimoAsset;
AnimoAsset::register($this);

In Assets depends

public $depends = [
    'xj\animo\AnimoAsset',
];