Commit graph

  • 0e917b933b Trying to fix a small issue with SVG transforms when initial rotations/scale/skews aren't 0 (zero) thednp 2016-12-14 16:37:50 +0200
  • d5d29d53d2 Adjustments for the SVG Plugin: * draw property will work with 2 decimals for more precise animation * svgTransform will also work with decimals for translation and rotation * regular transform will need 2 decimals for translation and rotation thednp 2016-12-14 14:41:50 +0200
  • 842f12bcf1 Adjustments for the SVG Plugin: * draw property will work with 2 decimals for more precise animation * svgTransform will also work with decimals for translation and rotation * regular transform will need 2 decimals for translation and rotation thednp 2016-12-14 14:41:50 +0200
  • 585de95907 LOL thednp 2016-12-11 04:24:18 +0200
  • b8fc991476 LOL thednp 2016-12-11 04:24:18 +0200
  • 095078005f typo thednp 2016-12-11 03:58:47 +0200
  • ead5728dcd 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 thednp 2016-12-11 03:48:37 +0200
  • 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 1.6.0 thednp 2016-12-11 03:48:37 +0200
  • 1c200fcbf7 Deleted timeline scrips, they won't work with KUTE.js 1.6.0 will have to be developed later from scratch thednp 2016-12-10 15:25:24 +0200
  • 05c15ee98c Issue with text plugin demo thednp 2016-11-30 18:48:20 +0200
  • 308ee60bf5 Issue with text plugin demo thednp 2016-11-30 18:48:20 +0200
  • a82263d4b4 Small typo with Attributes plugin thednp 2016-11-30 18:18:53 +0200
  • 2679a232be Small typo with Attributes plugin thednp 2016-11-30 18:18:53 +0200
  • 4f7682cdca 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 thednp 2016-11-30 18:12:11 +0200
  • 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 thednp 2016-11-30 18:12:11 +0200
  • 1cf5f87f82 Testing new build. thednp 2016-11-28 03:07:16 +0200
  • 70ee2a448a Testing new build. thednp 2016-11-28 03:07:16 +0200
  • f07f783731 thednp 2016-11-26 19:00:32 +0200
  • 1a44fbe465 thednp 2016-11-26 19:00:32 +0200
  • 3005967c32 thednp 2016-11-26 18:56:23 +0200
  • a92a45f77f thednp 2016-11-26 18:31:59 +0200
  • 6db0e4b92d thednp 2016-11-26 18:31:59 +0200
  • c3b06308c3 thednp 2016-11-26 18:24:30 +0200
  • 8d70c4a6c7 thednp 2016-11-26 18:24:30 +0200
  • d92fed514e thednp 2016-11-26 18:22:38 +0200
  • 5660465f20 thednp 2016-11-26 18:22:38 +0200
  • 032f047c6c thednp 2016-11-26 18:15:00 +0200
  • 93ab1779a8 thednp 2016-11-26 18:15:00 +0200
  • f01ed026a6 thednp 2016-11-26 18:00:23 +0200
  • d2141361a3 thednp 2016-11-26 18:00:23 +0200
  • 72a915c051 Documentation updates and performance test page reworked with safety features. thednp 2016-11-26 17:47:17 +0200
  • 6ff8e274d1 Documentation updates and performance test page reworked with safety features. thednp 2016-11-26 17:47:17 +0200
  • 7aa15a43b5 Changes: * Fixed some bug with Attr plugin * preparing code for a bundle build script * documentation updates thednp 2016-11-25 22:54:27 +0200
  • 90dee25c42 Changes: * Fixed some bug with Attr plugin * preparing code for a bundle build script * documentation updates thednp 2016-11-25 22:54:27 +0200
  • 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 1.5.98 thednp 2016-11-24 22:57:33 +0200
  • 5b61b7a1fe 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 thednp 2016-11-24 22:57:33 +0200
  • 545e253a30 thednp 2016-11-23 20:47:09 +0200
  • f46fcf68fd Changes: * removed CSS props from SVG plugins * improved CSS transform performance by creating a more simple tween object * improved radius properties performance * removed Bezier and Physics plugins * fixes scroll animation performance bottlenecks * code cleanup and a more readable code * documentation updates thednp 2016-11-23 20:42:01 +0200
  • 112b35aa5f Changes: * removed CSS props from SVG plugins * improved CSS transform performance by creating a more simple tween object * improved radius properties performance * removed Bezier and Physics plugins * fixes scroll animation performance bottlenecks * code cleanup and a more readable code * documentation updates thednp 2016-11-23 20:42:01 +0200
  • 124a0521d1 Changes: * removed CSS props from SVG plugins * improved CSS transform performance by creating a more simple tween object * improved radius properties performance * removed Bezier and Physics plugins * fixes scroll animation performance bottlenecks * code cleanup and a more readable code * documentation updates thednp 2016-11-23 20:42:01 +0200
  • 1b1b9c7e49 Merge bce494b7ee into de86e786c4 #45 dalisoft 2016-11-11 12:38:08 +0000
  • bce494b7ee Box-properties performance improvements #45 dalisoft 2016-11-11 17:37:39 +0500
  • de86e786c4 Merge pull request #44 from virajsoni06/patch-1 thednp 2016-10-17 15:17:28 +0300
  • de2fe03985 Updating UglifyJS version to make it work with bower #44 Viraj Soni 2016-10-17 17:21:46 +0530
  • 178cac445e Removed some recursion from plugins. thednp 2016-10-13 15:32:23 +0300
  • 21210c2dd7 Removed some recursion from plugins. 1.5.96 thednp 2016-10-13 15:32:23 +0300
  • b8e98b9764 Minor issue with trueColor fixed after previously changed. thednp 2016-10-13 06:09:23 +0300
  • 72dea56f33 Minor issue with trueColor fixed after previously changed. thednp 2016-10-13 06:09:23 +0300
  • 2121a43c8a Type thednp 2016-10-13 05:46:00 +0300
  • a6c0be41df Type thednp 2016-10-13 05:46:00 +0300
  • c8f46895a8 Changes: thednp 2016-10-12 06:44:42 +0300
  • 0b8d77c19b Changes: thednp 2016-10-12 06:44:42 +0300
  • 663e98d810 Docs thednp 2016-10-11 11:19:45 +0300
  • 35a4cdb8c0 Docs thednp 2016-10-11 11:19:45 +0300
  • 2a1b6aebcf docs thednp 2016-10-10 02:34:32 +0300
  • e61bc99ec4 docs thednp 2016-10-10 02:34:32 +0300
  • 19bd7f7000 docs thednp 2016-10-09 07:58:02 +0300
  • 0bebda1eff docs thednp 2016-10-09 07:58:02 +0300
  • 61182d9b68 Small fix to prevent Uncaught RangeError: Maximum call stack size exceeded error. thednp 2016-10-09 06:10:41 +0300
  • e165c10d40 Small fix to prevent Uncaught RangeError: Maximum call stack size exceeded error. thednp 2016-10-09 06:10:41 +0300
  • 670d18894c Changes: thednp 2016-10-09 05:45:21 +0300
  • 927bb7e9c0 Changes: thednp 2016-10-09 05:45:21 +0300
  • 352069e5c4 Related to CommonJS https://github.com/thednp/kute.js/issues/40#issuecomment-252348599 thednp 2016-10-07 23:10:34 +0300
  • 6b5623b20a Related to CommonJS https://github.com/thednp/kute.js/issues/40#issuecomment-252348599 thednp 2016-10-07 23:10:34 +0300
  • 188bd1953b Attempting to fix https://github.com/thednp/kute.js/issues/40 thednp 2016-10-07 22:59:35 +0300
  • ccb5e6ba73 Attempting to fix https://github.com/thednp/kute.js/issues/40 thednp 2016-10-07 22:59:35 +0300
  • eb9926c028 Typo thednp 2016-10-04 14:41:36 +0300
  • 0348584c94 Documentation typo and README updates thednp 2016-10-04 14:39:34 +0300
  • f22be9f8b4 Documentation typo and README updates thednp 2016-10-04 14:39:34 +0300
  • 6a6b7cfad0 thednp 2016-10-03 19:42:44 +0300
  • 1b061eb9a3 thednp 2016-10-03 19:42:44 +0300
  • 901edb1a8b Trying to simplify the tween object, as described https://github.com/thednp/kute.js/issues/39 thednp 2016-10-03 19:26:17 +0300
  • 975216e633 Trying to simplify the tween object, as described https://github.com/thednp/kute.js/issues/39 1.5.9 thednp 2016-10-03 19:26:17 +0300
  • 56883c77a4 Trying to filter this error ReferenceError: window is not defined https://runkit.com/npm/kute.js thednp 2016-09-24 21:34:19 +0300
  • b267bd0422 Trying to filter this error ReferenceError: window is not defined https://runkit.com/npm/kute.js thednp 2016-09-24 21:34:19 +0300
  • f93780061a Type thednp 2016-09-24 12:12:29 +0300
  • ff5d6d139b Type thednp 2016-09-24 12:12:29 +0300
  • 7bcc0049d7 thednp 2016-09-24 11:02:21 +0300
  • a16720199a 1.5.8 thednp 2016-09-24 11:02:21 +0300
  • 9bbcffb7b6 Quick fixes and some change: thednp 2016-09-24 10:39:04 +0300
  • f2eff7ddbe Quick fixes and some change: thednp 2016-09-24 10:39:04 +0300
  • cafb243a36 Attributes Plugin can also tween color attributes: fill, stroke, stopColor. Perhaps some things can be removed from SVG Plugin. thednp 2016-09-24 06:02:25 +0300
  • 877005df3b Attributes Plugin can also tween color attributes: fill, stroke, stopColor. Perhaps some things can be removed from SVG Plugin. 1.5.7 thednp 2016-09-24 06:02:25 +0300
  • 94116ebe76 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 thednp 2016-09-24 03:37:02 +0300
  • 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 thednp 2016-09-24 03:37:02 +0300
  • 15a4d86a8f thednp 2016-09-23 00:43:58 +0300
  • 97b4fe4dcf thednp 2016-09-23 00:43:58 +0300
  • 3449aa9a7e thednp 2016-09-22 21:11:57 +0300
  • 3a1f0b20e7 thednp 2016-09-22 21:11:57 +0300
  • 1c2650a154 More experiments. thednp 2016-09-22 20:58:25 +0300
  • 5947a72e74 More experiments. thednp 2016-09-22 20:58:25 +0300
  • c83fbc8862 thednp 2016-09-22 16:20:30 +0300
  • 4ff44da4f9 thednp 2016-09-22 15:30:31 +0300
  • 576ce620df Experimenting with exporting stuff to KUTE object, suspecting a bug with Google Chrome thednp 2016-09-22 15:24:49 +0300
  • ee496ee8f6 Experimenting with exporting stuff to KUTE object, suspecting a bug with Google Chrome thednp 2016-09-22 15:24:49 +0300
  • 1fb54ed2d2 Register additional interpolate functions into the object thednp 2016-09-22 14:46:03 +0300
  • 4b3108c871 Register additional interpolate functions into the object thednp 2016-09-22 14:46:03 +0300
  • b67960952e Type thednp 2016-09-22 14:42:06 +0300
  • f05e454f3e Type thednp 2016-09-22 14:42:06 +0300
  • 728af0a801 Code cleanup thednp 2016-09-22 05:26:43 +0300