easing = ‘linear’ let ball2 = circle(200, 200, 100) ball2.moveTo(600, 200).moveTo(200, 200).repeat() ball2.shrink(50) ball2.grow(51) ball.spin() ball2.spin()