Commit graph

11 commits

Author SHA1 Message Date
thednp
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
2016-11-30 18:12:11 +02:00
thednp
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
2016-11-24 22:57:33 +02: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
c83fbc8862 2016-09-22 16:20:30 +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
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
92060dcaab Some SEO fixes. 2016-03-26 21:27:48 +02:00
thednp
2564472f53 Final version 1.5 commit. 2016-03-24 14:27:27 +02:00
thednp
aa59078591 Added Text Plugin, updated docs 2016-03-18 16:23:23 +02:00
thednp
dc820c5654 The 1.5 first commit, still testing, changelog in the comments 2016-03-16 15:44:23 +02:00