obs-move-transition
obs-move-transition copied to clipboard
Source Show/Activate not working
Not sure if this is related to #2 but I'm trying to setup a scene filter to move an element in a specific way when switching to the scene. The desired effect is one of a footer sliding in from below. One move filter is set to move the element off screen when the source is not showing and another slides it in when it is displayed. When using start triggers "Show" and "Hide" the transition work as intended: when the filter becomes active the transition occurs. However I want the transition to only happen when the source becomes active, not the filter (so it won't trigger when switching from scenes that already have said element).
However, using start triggers of "Source Activate/Deactivate" or "Source Show/Hide" will not work, the transformations will never be applied. From what I understand, if I transition from a scene where the element does not exist, to a scene where the element does exist, and a "Source Activate" scene filter exists for this element, the move filter should trigger.
Turns out that it works but only after restarting OBS after the filter has been created. It also sticks afterwards.
In my experience it stop working after some time and only get back working after restarting.
Is this a known issue?