-
exponential blinking
I try to do an animation, where you see a black square, which disappears after 10 frames, but only for one frame. Then it disappears after 9 frames, again only for one frame etc. till it blinks every frame.
Would be great if it would continue in the opposite direction: invisible for 2 frames, visible for one, invisible for 3, visible for one etc.First I tried it with a sinus function, but that seems to be the wrong way. Do I have to use exp()?
Would be nice if someone just point me in the right direction.