Kute.js Versions Save

KUTE.js is a JavaScript animation engine for modern browsers.

2.0.16

3 years ago

Changes:

  • Upgraded SVG morph components to be able to process path data in Node.js;
  • The svgCubicMorph component can morph lines properly;
  • code cleanup.

2.0.15

3 years ago

2.0.14

3 years ago

Details with latest commit.

2.0.13

3 years ago

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

2.0.12

3 years ago
  • 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

2.0.11

3 years ago

2.0.10

3 years ago

2.0.9

3 years ago

2.0.8

3 years ago

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

2.0.7

3 years ago