Commit graph

119 commits

Author SHA1 Message Date
thednp 52f7c628a7 Delete kute-jquery.js 2016-03-15 10:14:53 +02:00
thednp d310abc01c Delete kute.js 2016-03-15 10:14:43 +02:00
thednp 0e909494a2 Delete kute-bezier.js 2016-03-15 10:14:32 +02:00
thednp 7ff51a083c Delete about.html 2016-03-15 10:14:24 +02:00
thednp ccdd4be902 Delete api.html 2016-03-15 10:14:17 +02:00
thednp f4b74e49a5 Delete examples.html 2016-03-15 10:14:08 +02:00
thednp 7e00d4e099 Delete features.html 2016-03-15 10:13:57 +02:00
thednp 345939fbae Delete index.html 2016-03-15 10:13:49 +02:00
thednp 56074c9276 Delete performance.html 2016-03-15 10:13:42 +02:00
thednp a4dbdf831f Delete kute.min.js 2016-03-15 10:13:27 +02:00
thednp 3d51517c3c Delete kute-physics.min.js 2016-03-15 10:13:22 +02:00
thednp 441a9f03e2 Delete kute-jquery.min.js 2016-03-15 10:13:17 +02:00
thednp 48f83e7a42 Delete kute-bezier.min.js 2016-03-15 10:13:11 +02:00
thednp bde7d6216f Delete package.json 2016-03-15 10:12:57 +02:00
thednp e5dadc2bc1 Delete kute.js 2016-03-15 10:12:50 +02:00
thednp 56b5e750fe Delete kute-physics.js 2016-03-15 10:12:38 +02:00
thednp c2d06d8318 Delete kute-jquery.js 2016-03-15 10:12:27 +02:00
thednp c79fef82dd Delete kute-bezier.js 2016-03-15 10:12:20 +02:00
thednp d31c56b83a Delete bower.json 2016-03-15 10:12:10 +02:00
thednp 189932d7fc Delete README.md 2016-03-15 10:11:58 +02:00
thednp b56c6bdef6 Delete LICENSE 2016-03-15 10:11:44 +02:00
thednp 05bad2c336 2016-02-06 01:05:18 +02:00
thednp b31ed62fe6 2016-02-06 00:32:31 +02:00
thednp ca7fc23fcc 2016-02-06 00:19:14 +02:00
thednp b3be076328 Update package.json 2016-02-06 00:12:54 +02:00
thednp 859e8a7fb2 Update bower.json 2016-02-06 00:12:51 +02:00
thednp b1550f1111 Update package.json 2016-02-06 00:10:02 +02:00
thednp 12512274aa 1.0.1 first commit
* new changes to the prototype to allow more flexibility and performance
* introducing 2 new methods .allTo() and .allFromTo for collections of elements
* added a new tween option for the new methods called offset to set a delay between animations of these collections of elements
* removed deprecated method .Animate()
* improved performance for the render functions
* added support for transformOrigin tween setting
* documentation updates
* 'fixed' the additional tools UMD scripting
2016-02-05 23:19:34 +02:00
thednp 057cabde2a 2016-02-04 15:29:27 +02:00
thednp 0276f0ef74 Update README.md 2016-02-01 21:01:43 +02:00
thednp 2ebb6df047 Update README.md 2016-01-22 00:46:51 +02:00
thednp 36f97142fe Update README.md 2016-01-15 01:17:18 +02:00
thednp acfce66a51 Update README.md 2015-12-30 23:04:39 +02:00
thednp 2075084410 Update README.md
some updates and fixes for the documentation.
2015-12-30 22:32:35 +02:00
thednp eb73a1ba4f Update README.md 2015-12-30 18:23:16 +02:00
thednp e181788367 Update README.md 2015-12-30 18:21:55 +02:00
thednp e8e2698ea2 Update api.html 2015-12-30 01:50:12 +02:00
thednp 32a741ab20 Update package.json 2015-12-30 00:32:38 +02:00
thednp 480ece6a9c Update bower.json 2015-12-30 00:32:16 +02:00
thednp 026f4201ae Update kute.min.js 2015-12-20 23:06:08 +02:00
thednp 6872923046 Update kute.min.js 2015-12-20 23:02:22 +02:00
thednp 40f121ab8e Update kute.js 2015-11-19 12:30:34 +02:00
thednp 934d666859 Update kute.js
Improvements according to Dav's suggestion https://github.com/thednp/kute.js/pull/11
2015-11-19 11:40:13 +02:00
thednp 976fc30493 Update README.md 2015-11-02 11:58:02 +02:00
thednp 6181d45689 Update bower.json 2015-11-02 01:25:45 +02:00
thednp e9a4daa8be Update package.json 2015-11-02 01:24:55 +02:00
thednp 50291a49a5 Merge pull request #9 from IngwiePhoenix/master
UMD, NPM + Bower
2015-11-02 01:14:07 +02:00
Ingwie Phoenix 462a4d254b Ignoring PKM files. 2015-11-01 21:55:45 +01:00
Ingwie Phoenix 189241b87c jQuery added as dependency. 2015-11-01 21:55:32 +01:00
Ingwie Phoenix e2aa72e14b NPM/Bower and UMD support.
- Supports `require()` and `define()` style loading.
- Is available on Bower through Git tags. Not yet via NPM. (run `npm publish` inside the project to do so)
- README updated with hint of usability with module loaders

In the code:
- Implemented UMD method, using AMD in first instance.
- Error is thrown is the root KuteJS could not be found.

What is missing:
- Sub-modules should export their factory rather than doing this on their own.
2015-11-01 21:51:51 +01:00