9 Commits

Author SHA1 Message Date
Brett Zamir
e57b1fc7d1 - Fix: Fix CommonJS/AMD export; fixes #30
- Enhancement (demo): Switch to local jquery; closes #29
- License: Rename file to reflect license type and add file extension
- Linting (ESLint): Add linting config and script; enforce recommended rules and indent/semicolon
- Linting (HTML): Use tabs for indent (as with JavaScript); remove redundant type=text/css, type=text/javascript attributes; quote attributes for HTML validator; suppress favicon requests
- Maintenance: Add `.editorconfig` to proactively enforce indent by IDEs
- npm: Add recommended `package-lock.json`
- npm: Add recommended `package.json` properties
- npm: Add static server (and open-cli) for testing and opening example
2020-08-06 18:22:37 +08:00
George
e189407ebf Update jquery.easing.js 2019-08-19 12:23:36 +04:00
dwebbuilder
4832b3e6a8 Version updated to 1.4.1 2017-10-09 19:44:48 +02:00
dwebbuilder
afff17bd8f Add check for jQuery slim version
jQuery has released with jQuery 3.1.1 a 'slim' version that excludes easing. jQuery Easing Plugin tries to preserve the original jQuery 'swing' easing by default. A check was added to prevent error messages.
2017-10-03 20:15:50 +02:00
Dave Methvin
b1a79893df Rewrite equations to use only progress fraction
This also adds a file that verifies the results of the old easing equations
against the new ones to ensure they return the same results to 0.1%.
2016-05-19 10:47:05 -04:00
sato
8360134f5f Edited UMD. 2016-01-19 10:39:32 +09:00
Nicolai Moraru
48f921deae Add CommonJS and AMD support. 2015-10-01 16:40:22 +03:00
George McGinley Smith
4efaba2499 isolate jQuery use and remove Licence to it's own file 2015-05-05 08:52:50 +02:00
George McGinley Smith
ca2f7bc9bf cleanup old versions 2015-02-24 14:50:36 +02:00