CodingTrain / Suggestion-Box

A repo to track ideas for topics
571 stars 86 forks source link

Bézier Curves #403

Open septatrix opened 7 years ago

septatrix commented 7 years ago

Please explain how they are drawn because I use them for CSS animations and other things but I would like to know how exactly such a curve is created/calculated

jmorrow1 commented 7 years ago

There's a couple animations in the book Programming Design Systems (link) I saw recently that helped me understand how Bezier curves are calculated.