Thanks Dan! This works like a charm, while waiting and playing around I used
if (transform.position[1]<1) (1/30) else transform.position[1]/thisComp.layer(“Speed Control”).effect(“Slider Control”)(“Slider”)
because I wasn’t aware of thisComp.frameDuration
QUESTION ON TOP OF THIS
Probably nothing for it, but after doing all this I am getting errors because i’m using particular in my precomp. Anyway to get around these errors? Like an alternative to time remapping?