Making: Warping time
In this exploration, I wanted to create an effect where the rate of change of seconds over a minute varies. The amount by which it changes here is dictated by trigonometric curves: sin, cos, sin*cos functions.
I added the left digit as reference of a standard second counter with equal intervals. It’s quite interesting to see how they behave. The idea is if this could be scaled up to an hour. i.e. warp the rate of change of minutes over one hour
Thoughts:
The effect needs to feel perceptible
I need to create three distinct functions: sin and sin*cos are interesting, need a third (exponential?)
what form will be suitable?