rebeccachoo / javascript-draw-rectangles

Javascript will draw rentangles and you can set the speed faster, slower, and crazy.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Javascript - Draw Rentangles

Javascript will draw rentangles and you can set the speed faster, slower, and crazy. The page will automatically draw rectangles per 3 seconds using setTimeout function. The canvas size is 1000w x 700h. The rectangle size is 50w x 50h. The initial speed for drawing is 3 seconds. You can change the speed faster or slower by substracting 0.5 seconds or adding 0.5 seconds.

Feature Description
Slow Mode
Crazy Mode

Installation

You can simply download the files on your computer. And click index.html to open it.

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change. Please make sure to update tests as appropriate.

Contributors

Rebecca Choo

About

Javascript will draw rentangles and you can set the speed faster, slower, and crazy.


Languages

Language:HTML 96.6%Language:CSS 3.4%