Is there a way to coordinate Move Value filters with Move transitions?
My scenario: I have a source that appears in two scenes. Its location changes during a Move transition, but I also need to apply a VFX filter in one scene. The filter has a strength parameter, so I want to smoothly animate the filter strength from 0% to 100% when transitioning from scene A to B, and vice versa.
The best I've been able to do is wrap the source in a nested scene, and add Move Value filters to the nested scene with show/hide triggers... but that gives me a harsh cut halfway through the transition, where the original source in scene A (with no filters) is suddenly replaced by the nested scene that already has the filter applied at 50%.