thednp/kute.js
 Watch   
 Star   
 Fork   
2020-09-24 12:57:49
kute.js

Improvements

Changes:

  • Upgraded SVG morph components to be able to process path data in Node.js;
  • The svgCubicMorph component can morph lines properly;
  • code cleanup.
2020-09-02 21:26:47
kute.js
2020-08-31 23:39:43
kute.js

Improved SVG morph components

Details with latest commit.

2020-08-18 20:32:22
kute.js

Fixes and improvements

Changes:

  • #103 added ability to re-queue the execution context on resume()
  • added SVGPathCommander to do path processing for both morph components
  • replaced path string processing from Raphael with the one from SvgPath for more accurate path data processing
  • solved some issue with path processing arcTo path commands with largeArcFlag
  • code improvements
2020-07-27 17:42:21
kute.js

KUTE.js now works in HEAD

  • KUTE.js now works when added to <head> but tween object initialization scripting must be added after <body> or when new Element target is appended into document
  • updated shorter-js
2020-07-03 17:25:03
kute.js
2020-06-24 13:45:15
kute.js
2020-06-24 00:38:58
kute.js

Added Transform Legacy component

Added a new component to support legacy browsers IE9+ Also added an additional polyfill-legacy.js source to build IE9+ polyfills.

2020-06-20 18:24:37
kute.js