I drew a Bezier Curve in HTML5 CANVAS!!! A Bezier Curve has a start point 2 control points and an end point. The control points determine how large the curve is. I added to 2 of the control points and subtracted 2 of the other control points when one reached a certain point all the control points went back to its starting value. I used the requestAnimationFrame to do this.
THE BEZIER CURVE
Leave a reply
