u(t) is called 60 times per second.
t: Elapsed time in seconds.
S: Shorthand for Math.sin.
C: Shorthand for Math.cos.
T: Shorthand for Math.tan.
R: Function that generates rgba-strings, usage ex.: R(255, 255, 255, 0.5)
c: A 1920x1080 canvas.
x: A 2D context for that canvas.
a longer, but better version: with(x)for(c.width|=a=1e3;a--;beginPath(stroke()))b=255,d=C(a)*10,strokeStyle=R(b*S(a)+b,25*d+b,100+d,.5),ellipse(960+200*C(a+t*3),540+200*S(a),90+30*S(a),90+d*3,0,0,7)
u(t) is called 60 times per second.
t: elapsed time in seconds.
c: A 1920x1080 canvas.
x: A 2D context for that canvas.
S: Math.sin
C: Math.cos
T: Math.tan
R: Generates rgba-strings, ex.: R(255, 255, 255, 0.5)