xxxxxxxxxx
11
//There is a class called Bubble in the classes.js file that takes in a new diameter when created. It has a method called .animate() that will display/move/create bounce for the shape - check it out!
function setup() {
createCanvas(400, 400);
}
function draw() {
background(220);
}