Commit graph

308 commits

Author SHA1 Message Date
thednp ebd86bf9e3 2021-05-31 08:37:02 +00:00
thednp b0f6220413 Changes:
* updated dependencies
* ESM is now ES6+
2021-05-31 07:47:30 +00:00
thednp 0efd9a10e4 Easing 'easingCircularOut' typo. 2021-03-31 08:29:41 +00:00
thednp 2a309434c1 Fixed some IE issues with new code base. 2021-03-31 08:08:58 +00:00
thednp a1f59fe181 2021-03-30 11:26:50 +00:00
thednp c011a9368b 2021-03-30 11:19:27 +00:00
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 14585d7a51 2020-09-24 05:07:47 +00:00
thednp 2ad17fdd00 2020-09-24 04:57:49 +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 da4a2108f8 2020-07-02 10:57:32 +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 ce0a5192b3 2020-06-24 05:45:15 +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 3be6838993 2020-06-23 22:00:15 +00:00
thednp 610ae90742 2020-06-23 21:59:48 +00:00
thednp ffa69326af 2020-06-23 16:41:57 +00:00
thednp 000af8a625 2020-06-23 16:38:58 +00:00
thednp 3ce5b8b590 2020-06-20 10:24:37 +00:00
thednp 591871079b
Add files via upload 2020-06-20 10:13:17 +00:00
thednp 0e2da1baa1 2020-06-20 10:08:45 +00:00
thednp ac5c5355b7 2020-06-20 10:07:50 +00:00
thednp 2119e600ef 2020-06-20 10:07:20 +00:00
thednp f1dbb2d996 2020-06-20 09:31:19 +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 5603a3bc8e 2020-06-16 15:22:17 +00:00
thednp 4d5c37e958 2020-06-16 15:17:53 +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 12ad62fd09 2020-06-11 15:41:55 +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 95947f5af8 2020-06-11 05:05:52 +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 b3ba7299a0 2020-06-09 21:34:22 +00:00
thednp 3cd0db546f 2020-06-09 20:46:23 +00:00