Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 638 Bytes

File metadata and controls

24 lines (16 loc) · 638 Bytes

Form Animated

Animated form with javascript, character interacts with user inputs.


Using canvas to draw the character, and animating according to the amount of letters in the input. The "eyescontrol" function is called every frame, updating the eye position by changing the variables. so the "drawEyes" function is called updating the drawing on the canvas.

Visualization:


print script print script

video demostration

Code example:

print script