derekisbusy / yii2-easing
Easing.js assets for Yii2 projects
Installs: 21
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Language:JavaScript
Type:yii2-extension
Requires
- yiisoft/yii2: ~2.0.0
This package is auto-updated.
Last update: 2024-10-25 07:34:15 UTC
README
JQuery UI easing assets for Yii2 projects
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist derekisbusy/yii2-easing:dev-master
or add
"derekisbusy/yii2-easing": "dev-master"
to the require section of your composer.json
file.
Usage
Once the extension is installed, simply use it by adding it to your view :
use \derekisbusy\easing\EasingAsset; PopperAsset::register($this);
or by adding it to another assets dependencies list :
public $depends = [ 'derekisbusy\easing\EasingAsset' ];