48 Commits

Author SHA1 Message Date
George
df09da4048 Update LICENCE
Clarify BSD licence and update Penner equation licence information
1.4.2
2019-03-18 10:05:23 +04:00
George
3bba9d0952 Merge pull request #32 from michelvosje/patch-1
Update README.md
2018-08-11 18:34:49 +04:00
Michel van Os
aaaf91b017 Update README.md
1. Updated the version to the current version as in source file, package.json and in bower.json.
2. Changed link to HTTPS
2018-08-11 15:55:28 +02:00
George
17566b320c Merge pull request #28 from dwebbuilder/master
Add check for jQuery slim version
2017-10-10 12:30:48 +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
George
fdf871b0e1 Merge pull request #27 from Krinkle/patch-1
Move uglify params to script definition
2017-08-24 10:12:19 +04:00
Timo Tijhof
d03f1f638b Move uglify params to script definition
Follows-up 46ba111.

Instead of passing these as custom parameters to npm run,
it probably makes more sense to have them there by default
so that the command is always correct in the long term
even when the params or file names change again - without having
to check the readme each time.
2017-08-22 19:18:03 +01:00
George
7b6b2ab88a Merge pull request #24 from clarmso/master
Minified file can be smaller
2017-03-11 19:00:03 +04:00
clarmso
46ba11107c Update readme with new uglify command 2017-03-11 00:07:38 -05:00
clarmso
6102ad9c1b Minified file can be smaller
Google page speed has flagged that jquery.easing.min.js can be smaller.
 The current minified file is 2.5k.  The file has been taken from
cdn.js
(https://cdnjs.cloudflare.com/ajax/libs/jquery-easing/1.4.1/jquery.easin
g.min.js).

After running uglify on my local copy of jquery.easing.js using the
"mangle" option, Google page speed no longer flags
jquery.easing.min.js.  The result minified file is 2.2k.  (I know.
It's not a huge difference.)  To be specific, the exact "npm run"
command to generate the minified file is the following:
npm run uglify -- --compress --mangle
2017-03-11 00:02:35 -05:00
George McGinley Smith
3d2d602f42 v1.4.0 1.4.0 v1.4.0 2016-07-01 16:58:31 +04:00
George
3221003ef3 Merge pull request #21 from dmethvin/jquery3
Remove use of deprecated easing arguments
2016-07-01 16:38:26 +04:00
Dave Methvin
491ee3122b Version 1.4.0 2016-06-09 07:53:59 -04:00
Dave Methvin
15281fa697 Commit minified file and build command, with README instructions 2016-05-19 11:01:39 -04: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
Dave Methvin
2d7bf36932 Add demo file that uses all easings, for testing 2016-05-17 12:10:31 -04:00
Dave Methvin
9d82f7082c Move jQuery to devDependency to prevent npm3 warnings 2016-05-17 10:07:55 -04:00
Dave Methvin
7594fc4e02 Ignore node_modules directory 2016-05-17 10:07:32 -04:00
Dave Methvin
721955fe18 Replace obsolete "licenses" with "license" in package.json and bower.json 2016-05-17 09:27:30 -04:00
George
9f5ff9395b Merge pull request #17 from graingert/patch-1
Support UMD and use jQuery as a peerDependency
2016-05-15 10:25:01 +04:00
George
2c4233ab65 Merge pull request #16 from sugarshin/pr13
Edited umd syntax
2016-05-15 10:23:52 +04:00
George
ea33c78579 Merge pull request #13 from tacitknowledge/master
Add CommonJS and AMD support.
2016-05-15 10:19:25 +04:00
Thomas Grainger
1b3c185095 require jQuery as a peerDependency
https://nodejs.org/en/blog/npm/peer-dependencies/#the-problem-plugins

because we're plugging into jQuery we should use the parents' module's jQuery not our own.
2016-01-22 11:52:50 +00: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
bbb5727829 package and readme updates 2015-05-08 12:12:27 +02:00
George McGinley Smith
b73ada38d3 add example 2015-05-05 08:54:07 +02: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
George McGinley Smith
7340622208 easing for npm 2015-02-24 14:44:57 +02:00
Peter Bex
cba4f1c475 Add package.json 2014-06-13 10:48:37 +02:00
George
c104345555 Update README.md 2013-07-26 17:06:15 +01:00
George
0e3fb838c7 Create jquery.easing.jquery.json 1.3.0 2013-05-03 15:26:09 +02:00
George
7aea2488de Update README.md 2013-04-29 15:10:03 +02:00
George
16d97d0a66 Update README.md 2013-04-29 14:58:42 +02:00
George
94d6e40664 Update README.md 2013-04-29 12:51:48 +02:00
George
b7ef27aba1 Update README.md 2013-04-29 12:47:25 +02:00
George
da93cfd488 Update README.md 2013-04-24 14:57:33 +02:00
George
a21e1fa6b4 Update README.md 2013-04-24 12:31:06 +02:00
George
1b96d8800b Update README.md 2013-04-24 12:21:48 +02:00
George
8e35db85f2 Update README.md 2013-04-24 12:20:48 +02:00
George
9f163b9c2b Update README.md 2013-04-24 12:06:02 +02:00
George
d1017010d0 Update README.md 2013-04-22 22:24:32 +02:00
George McGinley Smith
144dde22f9 readme as markdown 2011-12-14 11:11:16 +00:00
George McGinley Smith
5524fc0a04 readme content v1.3 2011-12-14 10:38:13 +00:00
George McGinley Smith
4730147dfd adding readme 2011-12-14 10:36:43 +00:00
George McGinley Smith
0ea4f96be8 import existing files into git 2011-12-14 10:17:38 +00:00