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

dev-master 2019-06-24 17:05 UTC

This package is auto-updated.

Last update: 2024-04-25 06:30:02 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'
  ];

Documentation