I have a timeline that lasts one second. I would like to be able to play back this timeline at different speeds (lasting 2 seconds, 5 seconds, etc), but I don’t know how to convert the total length of time it should play into the play rate. Is there a way to do this?
You should divide the timeline’s length by the desired number of seconds.
1 Like
Haha it’s so simple, don’t I feel stupid. Thank you!