Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 982 Bytes

File metadata and controls

20 lines (12 loc) · 982 Bytes

JavaScript interactive experience #1

SVG colored lines interact with mousemove (taken from bezier.method.ac)

Read the full article on Onyxdev

In my journey to understand the SVG (Scalable Vector Graphics), I went through a very lovely website called The Bézier Game, they made a very interesting experience for colored lines interact with mousemove, they wrote the JS code in a proficient way that is easy to edit and understand.

So today I’m sharing it with you hoping you may find it useful as I did 😇

The Bézier Game is a very interactive game to help you master and understand the pen tool.

Credits

The Bézier Game
TweenMax
Husl.js
Pathseg.js

Stay safe 😷