jquery-easing

WebJar for jquery-easing

License

License

BSD 3-Clause
GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

jquery-easing
Last Version

Last Version

0.0.1
Release Date

Release Date

Type

Type

jar
Description

Description

jquery-easing
WebJar for jquery-easing
Project URL

Project URL

http://webjars.org
Source Code Management

Source Code Management

https://github.com/viskin/jquery-easing

Download jquery-easing

How to add to project

<!-- https://jarcasting.com/artifacts/org.webjars.npm/jquery-easing/ -->
<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>jquery-easing</artifactId>
    <version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/jquery-easing/
implementation 'org.webjars.npm:jquery-easing:0.0.1'
// https://jarcasting.com/artifacts/org.webjars.npm/jquery-easing/
implementation ("org.webjars.npm:jquery-easing:0.0.1")
'org.webjars.npm:jquery-easing:jar:0.0.1'
<dependency org="org.webjars.npm" name="jquery-easing" rev="0.0.1">
  <artifact name="jquery-easing" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='jquery-easing', version='0.0.1')
)
libraryDependencies += "org.webjars.npm" % "jquery-easing" % "0.0.1"
[org.webjars.npm/jquery-easing "0.0.1"]

Dependencies

compile (1)

Group / Artifact Type Version
org.webjars.npm : jquery jar [0,)

Project Modules

There are no modules declared in this project.

Node wrapper for jQuery Easing plugin

jQuery Easing plugin is great library by George McGinley Smith.

This project wraps it with UMD, so it will be easier to use with AMD and Node. This especially useful for NW.js.

To install:

npm install jquery-easing

Usage:

var jQuery = require("jquery-easing");

Versions

Version
0.0.1