Frame:
Speed: , Dots:

// Ripple In

(t,i,x,y,n) => {

return sin(sqrt(pow(n/2-x-0.5,2)+pow(n/2-y-0.5,2))+t);

}