I followed Coding Challenge #14: Fractal Trees – Recursive and Colorful Coding’s Recursive trees in p5.js | Coding Project #13 tutorial. I put noLoop() in the setup so the tree is only going to draw once every time. I would like to know how to animate in the draw function while keeping the randomized angle and branch length.