Commit graph

124 commits

Author SHA1 Message Date
thednp 933d61de19 Changes:
* added ESLint and updated all code base 
* updated SVGPathCommander, CubicBezier, shorter-js, minifill
* updated polyfills
* minor CSS fixes
2021-03-30 09:23:29 +00:00
thednp bfc3fabc92 Changes:
* updated SVGPathCommander
* fixed small typo issue with SVGDraw
* version bump
2021-01-09 13:31:00 +00:00
thednp 0b7fd91bab Changes, lots of them:
* Updated SVGPathCommander to make use of the new features, the SVG morph components can now process paths in Node.js
* svgCubicMorph component now can morph lines properly, as shown in the updated demo
* svgMorph component also updated
* documentation updates for more clarity with the morph components
2020-09-23 18:59:39 +00:00
thednp 85d9c09ede Changes:
* Solved some minor issue with `pathToCurve` utility
* Updated SVGPathCommander
2020-09-02 13:26:47 +00:00
thednp 7a782229dd Changes (big update):
* updated SVGPathCommander to support a wider range of shapes, including closed/unclosed shapes
* added d3-polygon dependency for ***svgMorph*** component
* updated both ***svgMorph*** and ***svgCubicMorph*** components
* updated polyfill
* code cleanup
* documentation updates
2020-08-31 15:39:43 +00:00
thednp 730583caff 2020-08-18 12:32:22 +00:00
thednp 0528e3a0af Changes:
* updated `svg-path-commander`, solving an important path processing script `a2c` for `arcTo` path commands with `largeArcFlag` values
* solved some build tools issues (unzipped was working, zipped wasn't)
2020-08-18 12:23:26 +00:00
thednp b0a6495748 Changes:
* replaced some path processing with SVGPathCommander
* minor improvements
2020-08-16 20:20:36 +00:00
thednp b152aa8fa6 Solves #103 2020-08-14 11:51:10 +00:00
thednp 65a56cd338 Changes:
* 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-27 09:42:21 +00:00
thednp 64ac54a4d0 Changes:
* typo in svgMorph components/svgMorph.js
2020-07-03 09:25:03 +00:00
thednp 6bfa00da75 Changes:
* Added a Spicr demo to the index.page.
* Some demo updates
2020-07-02 10:50:04 +00:00
thednp 072a61533c 2020-06-24 05:39:57 +00:00
thednp 9d9e02fa65 Allow transform components to work with pre-processed values 2020-06-23 22:08:42 +00:00
thednp 000af8a625 2020-06-23 16:38:58 +00:00
thednp 3ce5b8b590 2020-06-20 10:24:37 +00:00
thednp af00968b58 Code cleanup 2020-06-20 09:23:25 +00:00
thednp be367debe0 Changes:
* updated `shorter-js`
* improved scrollProperty for lighter size
2020-06-18 08:25:35 +00:00
thednp 0e7e4ce817 Changes:
* added a proper BASE version for all components
* replaced transformFunctions with transformMatrix in index-base.js
* fixed crossBrowserMove.js sample component
* demo fixes
2020-06-16 14:40:58 +00:00
thednp fed9662776 Minor changes 2020-06-12 08:04:59 +00:00
thednp 62d5ae1f83 Changes:
* some reorganizing of the index files
* demo fixes
2020-06-12 06:13:10 +00:00
thednp e6a776770d Changes:
* Removed `scrollProperty` from official build , thanks to `scroll-behavior: smooth`
* Code Cleanup
2020-06-11 15:32:05 +00:00
thednp 7a39544cf0 Changes:
* demo updates
* README.md updates
* code cleanup
2020-06-11 05:03:44 +00:00
thednp 645089f77a 2020-06-10 14:33:11 +00:00
thednp f3d0789447 2020-06-10 13:40:52 +00:00
thednp 0435d00b11 Changes:
* fixed polyfill 
* fixed IE10+ issues with scroll 
* reworked files and folders structure of the sources
* solved some demo issues
* code cleanup
* version bump
2020-06-10 13:24:42 +00:00
thednp db2595d8d0 Changes in relation to #97 2020-06-09 20:06:26 +00:00
thednp 7105d48d41 Changes:
* Removed jQuery plugin, moved into experiments branch
* Updated demo pages
* Updated build script
* Updated dist files
2019-02-01 12:04:45 +02:00
thednp f296ffcd56 Trying to solve scroll with EDGE/Safari 2018-11-05 13:27:05 +02:00
thednp ccd505f6d8 Cleanup 2018-10-19 08:56:08 +03:00
thednp fafbf484df Another typo. 2018-10-19 08:47:48 +03:00
thednp 207597efe7 Typo 2018-10-18 12:09:24 +03:00
thednp c48200ae47 Fix SVG Plugin function getPolyLength for <polyline> elements. 2018-10-18 11:47:40 +03:00
thednp 1434ac02fb Added callback reference #73 2018-07-19 09:25:27 +03:00
thednp 3c829c3475 A possible fix for #81 2018-07-19 08:39:09 +03:00
thednp 9cc657b7bf Update dist files. 2017-10-05 12:55:27 +03:00
thednp 751c2e5263 Right, changes:
* fixed `scroll` tweening with new webkit browsers versions
* removed `isMobile` for transforms and svg transforms for now
* code cleanup
2017-09-29 00:56:16 +03:00
thednp ba91cd6630 Improvement for https://github.com/thednp/kute.js/issues/63 2017-05-29 16:03:57 +03:00
thednp 2cb0800aed Changes:
* code cleanup, more readable code in plugins
* documentation fixes, the easing selectors fixed
2017-02-02 01:23:19 +02:00
thednp 3215d770b4 Changes:
* improved `selector` utility
* improved/simplified `getPrefix()` utility
* improve code readability for the core engine
* improved demos
2017-01-31 19:15:15 +02:00
Daniel Osborn a8ca9a5317 Corrected UMD wrappers in plugins files to match the kute-jquery wrapper. Changed the require checks from 'kute.js' to './kute.js' to look for the actual files. The kute-jquery already used this method and would successfully compile while the other plugins would not compile and throw an error: 'Cannot find module kute.js' 2017-01-27 10:16:14 -07:00
thednp 132a6246c0 Fixed missing default value for repeatDelay. 2017-01-14 22:03:18 +02:00
thednp 9348792e2d Changes:
* Included fix https://github.com/thednp/kute.js/pull/49
* Implemented https://github.com/thednp/kute.js/issues/47
* Documentation updates
2017-01-03 00:48:28 +02:00
thednp 0433d479d7 Mostly doc updates 2016-12-20 22:06:23 +02:00
thednp eee3554bd0 SVG transforms now work properly with fromTo() method, no need to do crossCheck for the method 2016-12-16 22:23:23 +02:00
thednp 0e917b933b Trying to fix a small issue with SVG transforms when initial rotations/scale/skews aren't 0 (zero) 2016-12-14 16:37:50 +02:00
thednp 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
2016-12-14 14:41:50 +02:00
thednp 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
2016-12-11 03:48:37 +02:00
thednp 2679a232be Small typo with Attributes plugin 2016-11-30 18:18:53 +02:00
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