Commit graph

73 commits

Author SHA1 Message Date
thednp 2a5bac2bb3 Changes V2.2.0:
* major JSDoc write up
* removed ESLint `no-bitwise` exception, it only applies to specific functions and not the entire code
* the `SVGCubicMorph` component will remove un-necessary `Z` path commands when is the case for better out of the box animation
* fixed a minor disambiguation with `filterEffects` and `drop-shadow` property and its `dropshadow` interpolation function
* TypeScript strong: all files are modules, easy to implement in any third party app
* updated `CubicBezier` and SVGPathCommander
* code cleanup
2021-12-08 23:43:31 +02:00
thednp 933d61de19 Changes:
* added ESLint and updated all code base 
* updated SVGPathCommander, CubicBezier, shorter-js, minifill
* updated polyfills
* minor CSS fixes
2021-03-30 09:23:29 +00:00
thednp 2ad17fdd00 2020-09-24 04:57:49 +00:00
thednp 0b7fd91bab Changes, lots of them:
* Updated SVGPathCommander to make use of the new features, the SVG morph components can now process paths in Node.js
* svgCubicMorph component now can morph lines properly, as shown in the updated demo
* svgMorph component also updated
* documentation updates for more clarity with the morph components
2020-09-23 18:59:39 +00:00
thednp ffa69326af 2020-06-23 16:41:57 +00:00
thednp 4d5c37e958 2020-06-16 15:17:53 +00:00
thednp 95947f5af8 2020-06-11 05:05:52 +00:00
thednp 7a39544cf0 Changes:
* demo updates
* README.md updates
* code cleanup
2020-06-11 05:03:44 +00:00
thednp db2595d8d0 Changes in relation to #97 2020-06-09 20:06:26 +00:00
thednp c16efd44d6 2019-02-10 13:56:02 +02:00
thednp c36e4d1967 2017-10-03 01:32:29 +03:00
thednp e0d52535f6 2017-10-03 01:32:00 +03:00
thednp 73adb8344f 2017-10-03 01:10:01 +03:00
thednp 92a37f453b Update README.md 2017-09-29 01:09:09 +03:00
thednp ba6c529146 Update README.md 2017-09-11 23:08:22 +03:00
thednp 095078005f typo 2016-12-11 03:58:47 +02:00
thednp fc75dd130f Major change:
* fixing SVG transforms for good https://github.com/thednp/kute.js/issues/33
* major changes to the tween objects https://github.com/thednp/kute.js/issues/39
* back to Infinity repeat https://github.com/thednp/kute.js/issues/43
* all round performance improvements
2016-12-11 03:48:37 +02:00
thednp 67c47a6f08 Changes:
* Now all parseProperty functions and prepareStart functions are bound to `this`, the tween object
* changed the Tween constructor for lighter size
* rewritten alot of code for readability
* Documentation updates
2016-11-30 18:12:11 +02:00
thednp bda5756889 Changes:
* fixed minor issue with `borderRadius` on legacy browsers
* removed CSS properties from SVG plugin (forgot in previous commit)
* simplified core box model properties and CSS transform tween objects to always use `px` or `deg` as unit, with converted values
* implemented the `crossCheck` function for SVG transforms (for stacking transform chains) and the SVG morph
* simplified the `coords` interpolation used for SVG morph
* general code cleanup
* simplified the `processEasing` since the additional easing plugins have been removed, the old version can be found in the js file for easing examples page
* doc updates
2016-11-24 22:57:33 +02:00
thednp 545e253a30 2016-11-23 20:47:09 +02:00
thednp eb9926c028 Typo 2016-10-04 14:41:36 +03:00
thednp f22be9f8b4 Documentation typo and README updates 2016-10-04 14:39:34 +03:00
thednp 975216e633 Trying to simplify the tween object, as described
https://github.com/thednp/kute.js/issues/39

Also fixing https://github.com/thednp/kute.js/issues/40

Minor documentation changes
2016-10-03 19:26:17 +03:00
thednp 3d7f6721b9 Changelog 1.5.7:
* changed the jQuery plugin, it's lighter and plays well with tween control methods
* changed the scope of ticker, tick, easing functions, interpolate functions, all to global, for better performance, some will only be available in the global and will be removed from KUTE object
* added transform interpolate functions
* documentation updates
2016-09-24 03:37:02 +03:00
thednp cc332f0745 Minor fix/improvement with Attributes Plugin regarding current attribute value suffix. 2016-09-20 23:32:11 +03:00
thednp c37c404dfe Update README.md 2016-09-13 17:14:47 +03:00
thednp 3e1eb06d26 Update README.md 2016-08-22 17:26:14 +03:00
thednp 028ed99e64 Documentation updates, now we have cdnjs repository.
https://cdnjs.com/libraries/kute.js
2016-08-16 19:24:13 +03:00
thednp 40fb142db5 Update README.md 2016-03-24 22:54:06 +02:00
thednp 01189cb038 Update README.md 2016-03-24 22:49:22 +02:00
thednp ba5a405627 Update README.md 2016-03-24 22:46:59 +02:00
thednp 688b036437 Update README.md 2016-03-24 22:45:53 +02:00
thednp ba21f97e34 Update README.md 2016-03-24 22:44:21 +02:00
thednp 97b6608392 Update README.md 2016-03-24 12:57:02 +02:00
thednp 92f8dcc338 Update README.md 2016-03-23 15:43:00 +02:00
thednp 49a418b24e Update README.md 2016-03-23 15:24:58 +02:00
thednp d24f73d811 Update README.md 2016-03-23 15:20:11 +02:00
thednp bf2574d082 Update README.md 2016-03-18 19:13:28 +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 976fc30493 Update README.md 2015-11-02 11:58:02 +02: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
thednp 37348c3609 Update README.md 2015-10-30 08:28:08 +02:00
thednp 5c80b15fb7 Update README.md 2015-10-30 08:18:39 +02:00
thednp b041dfea55 Update README.md 2015-10-30 08:07:00 +02:00