best way to update focal length?

Hey @james.wallace01!

You’ll want to use a LERP (float).

Alpha would be the output from the timeline (Time to End).
“A” would be your starting focal length. (not current focal length because it’s recursive)
“B” would be your goal focal length.

Then the output of your LERP node would go into “Current focal length”. :slight_smile:
Hope that helps!

1 Like