-
How to progressively accelerate a time remapped slideshow with Math.pow(time,y) or other expression
Hello!
A) Expression on the layer itself:
There are 100 sequenced pictures in layer. When I apply time remapping and add Math.pow(time,3) (or any other number) it doesn’t accelerate, even when I erase the last time remapping keyframe. When I erase the first (and last remaining) keyframe, the time remapping effect disappears.B) Expression on the slider controller (inside the null):
The same situation/layer, but now, controlled by a slider controller inside a null. I pickwhip the time remapping of the layer to the slider and add Math.pow(time,3) to the slider. At the layer, I divide the expression by the frame rate (25). Nothing happens.QUESTION
How to exponentially accelerate this slideshow with expressions?
I know it’s possible, I’ve already seen a project like that, but I remember that there weren’t any keyframes at the time remapping line. How was it done?Thank you in advance!