Posts Tagged ‘Processing.js’

Fix Canvas Size in Processing.js

Finally the shape of the circle inside the canvas looks correct. Size of the canvas should stated inside setup() function in JavaScript and not CSS. We guess, if we did not mention the size of the canvas inside the setup() function, the default size, width is 200px and height is 200px, will be set. When [...]

WordPress Header Animation with Processing.js

After I knew about Processing.js, “WordPress header animation with Processing.js” is in my to do list. I finally get it up today. I studied and modified the current header animation from Processing.js. I hope I can create more advance and impressive animation in future. Below is the modified code as reference.