coder787
coder787
> @blurymind If you are willing to live with svg rendering, you can add event handlers to shape's render elements (paths) using existing public API e.g. > > ```js >...
I think you can have random paths, I've seen it in this demo.. study it to see how it's done.. https://codepen.io/jh3y/pen/JQJbaM
you can't just update shape sizes in zdog to animate, basically to do any kind of animation you should use GSAP as you can make timelines and control movement, within...