Commit graph

192 commits

Author SHA1 Message Date
thednp e61bc99ec4 docs 2016-10-10 02:34:32 +03:00
thednp 0bebda1eff docs 2016-10-09 07:58:02 +03:00
thednp e165c10d40 Small fix to prevent Uncaught RangeError: Maximum call stack size exceeded error. 2016-10-09 06:10:41 +03:00
thednp 927bb7e9c0 Changes:
* Removing the `getBestIndex` utility https://github.com/thednp/kute.js/issues/41
* simplify the SVG plugin
* documentation updates
2016-10-09 05:45:21 +03:00
thednp 6b5623b20a Related to CommonJS https://github.com/thednp/kute.js/issues/40#issuecomment-252348599 2016-10-07 23:10:34 +03:00
thednp ccb5e6ba73 Attempting to fix https://github.com/thednp/kute.js/issues/40 2016-10-07 22:59:35 +03: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 1b061eb9a3 2016-10-03 19:42:44 +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 b267bd0422 Trying to filter this error ReferenceError: window is not defined https://runkit.com/npm/kute.js 2016-09-24 21:34:19 +03:00
thednp ff5d6d139b Type 2016-09-24 12:12:29 +03:00
thednp a16720199a 2016-09-24 11:02:21 +03:00
thednp f2eff7ddbe Quick fixes and some change:
* Removed `dom` from KUTE object, 
* Re-added Tween to KUTE object (was deleted by mistake). 
* Updated demo and the kute-box-shadow sample plugin
2016-09-24 10:39:04 +03:00
thednp 877005df3b Attributes Plugin can also tween color attributes: fill, stroke, stopColor. Perhaps some things can be removed from SVG Plugin. 2016-09-24 06:02:25 +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 97b4fe4dcf 2016-09-23 00:43:58 +03:00
thednp 3a1f0b20e7 2016-09-22 21:11:57 +03:00
thednp 5947a72e74 More experiments. 2016-09-22 20:58:25 +03:00
thednp c83fbc8862 2016-09-22 16:20:30 +03:00
thednp 576ce620df Experimenting with exporting stuff to KUTE object, suspecting a bug with Google Chrome 2016-09-22 15:24:49 +03:00
thednp 1fb54ed2d2 Register additional interpolate functions into the object 2016-09-22 14:46:03 +03:00
thednp b67960952e Type 2016-09-22 14:42:06 +03:00
thednp 728af0a801 Code cleanup 2016-09-22 05:26:43 +03:00
thednp 2960ff6d73 Update package.json 2016-09-21 02:42:03 +03:00
thednp 1288e1ec89 Testing the build.js 2016-09-21 02:03:57 +03:00
thednp 5e6b933bec Update package.json 2016-09-21 01:34:20 +03:00
thednp 4b42fa40e4 Create build.js 2016-09-21 01:07:50 +03:00
thednp cc332f0745 Minor fix/improvement with Attributes Plugin regarding current attribute value suffix. 2016-09-20 23:32:11 +03:00
thednp b83bb95a1e SVG Plugin is broken in 1.5.4, now fixed for 1.5.5
Doc Updates for c6e7caabc6
2016-09-20 13:57:05 +03:00
thednp 56a0045f89 Minor fix 2016-09-20 06:52:42 +03:00
thednp d1e016185b Small improvement, attribute tweening can also take into account current measurement unit if no unit is specified in end values. 2016-09-20 06:45:11 +03:00
thednp c6e7caabc6 Now the Attributes Plugin should be able to handle properties like 'stroke-width' or fillOpacity 2016-09-20 06:30:53 +03:00
thednp df9554252c Hopefully fixing https://github.com/thednp/kute.js/issues/35 2016-09-19 20:17:17 +03:00
thednp 9cb1753073 Docs update 2016-09-18 01:16:02 +03:00
thednp ed9f814594 Decreased default morphPrecision from 25 to 15 for better visual. 2016-09-18 01:07:15 +03:00
thednp f631185602 Replaced prototype with regular object for AttrPlugin I hope it's for better performance 2016-09-18 01:03:06 +03:00
thednp c37c404dfe Update README.md 2016-09-13 17:14:47 +03:00
thednp b2c7ab6564 Missing share icons in svg.html page 2016-09-12 17:47:42 +03:00
thednp e49bce0e20 Update package.json 2016-09-12 17:41:50 +03:00
thednp 1fbfbc58c7 Update bower.json 2016-09-12 17:41:34 +03:00
thednp 3819cd0f3a NodeList isn't a good idea for the KUTE.selector utility, it's not workin in IE8.
Added a link in the documentation for a pathToAbslute utility for SVG morphing.
2016-09-12 17:09:09 +03:00
thednp ee713e86c4 Quick docs update 2016-09-07 19:09:41 +03:00
thednp a30eab2ff9 Fixed issue with text-plugin https://github.com/thednp/kute.js/issues/36
Improved overall performance https://github.com/thednp/kute.js/issues/34
Fixed some issues with SVG Plugin https://github.com/thednp/kute.js/issues/33
Documentation updates
2016-09-03 18:35:49 +03:00
thednp 3e1eb06d26 Update README.md 2016-08-22 17:26:14 +03:00
thednp 984fa6a5f1 Update bower.json 2016-08-22 17:24:36 +03:00
thednp f46e780271 Update package.json 2016-08-22 17:24:11 +03:00
thednp 645a0027b8 Fixed https://github.com/thednp/kute.js/issues/30
The script didn't handle polygon morphs when both shapes have same number of points.
2016-08-22 17:10:26 +03:00
thednp 67c441ccab https://github.com/thednp/kute.js/issues/32 2016-08-22 02:21:37 +03:00
thednp fa5d69ed3e * Added SVG Transforms for SVG Plugin
* Documentation/demo updates
2016-08-22 01:45:23 +03:00