Commit graph

157 commits

Author SHA1 Message Date
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 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 b2c7ab6564 Missing share icons in svg.html page 2016-09-12 17:47:42 +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 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
thednp 362293626f Added support for stroking animation via draw for <ellipse>, some demo improvements. 2016-08-21 00:11:42 +03:00
thednp ef5da213c1 2016-08-20 16:46:16 +03:00
thednp 6c8b49ea8a Small demo improvements. 2016-08-20 16:44:53 +03:00
thednp f3414f6551 SVG Plugin added draw (stroke animations) support for additional elements: <line>, <circle>, <rect>, <polygon> and <polyline>.
https://github.com/thednp/kute.js/issues/28
2016-08-20 15:58:30 +03:00
thednp a514d71f61 2016-08-19 01:30:41 +03:00
thednp 571b96e2a9 2016-08-19 01:12:53 +03:00
thednp 4faa433429 Fixed Angular related issue with SVG Plugin.
https://github.com/thednp/kute.js/issues/29
2016-08-18 22:28:15 +03:00
thednp 7873233e39 Some documentation updates and social sharing fixes. 2016-08-17 23:40:42 +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 dc17bd3ed5 2016-03-28 16:07:31 +03:00
thednp e33733f4f3 Added a codepen example for SVG, plus more SEO improvements. 2016-03-27 16:20:24 +03:00
thednp 92060dcaab Some SEO fixes. 2016-03-26 21:27:48 +02:00
thednp cb48bf3c90 Minor issue with opacity, scale. 2016-03-25 19:56:46 +02:00
thednp f4e58a5126 2016-03-24 14:49:42 +02:00
thednp 162803f6c8 2016-03-24 14:48:26 +02:00
thednp 2564472f53 Final version 1.5 commit. 2016-03-24 14:27:27 +02:00
thednp 35dc80161b minor IE8 demo fix 2016-03-19 10:08:34 +02:00
thednp 41e87cc4b2 2016-03-18 19:18:55 +02:00
thednp aa59078591 Added Text Plugin, updated docs 2016-03-18 16:23:23 +02:00
thednp 83ab68ad74 2016-03-17 16:54:13 +02:00
thednp afdfa1ae49 typo 2016-03-17 09:00:32 +02:00
thednp 3a7857bbe5 2016-03-16 16:28:07 +02:00
thednp dc820c5654 The 1.5 first commit, still testing, changelog in the comments 2016-03-16 15:44:23 +02:00
thednp 320cc59b05 2016-03-16 15:42:03 +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 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 e8e2698ea2 Update api.html 2015-12-30 01:50:12 +02:00
thednp 40f121ab8e Update kute.js 2015-11-19 12:30:34 +02:00
thednp ce5a8c83b9 2015-10-26 13:04:58 +02:00
thednp 402edc2b35 2015-10-26 12:04:54 +02:00
thednp ef92d0938b 2015-10-26 08:36:48 +02:00
thednp ecd63491e3 fixed tween.min.js file 2015-10-18 20:38:49 +03:00
thednp b8e7af39fa 2015-10-18 10:19:08 +03:00
thednp b99fb1b38c 2015-10-18 09:42:40 +03:00
thednp ad727aad34 Added some more features, a changelog will come with the tagged release. 2015-10-18 09:40:11 +03:00