Reverse transition effects FX

Feature requests for future versions of Hollywood can be voiced here
Post Reply
P_B
Posts: 27
Joined: Sat Sep 15, 2018 4:28 pm

Reverse transition effects FX

Post by P_B »

Transition effects achieve very good effects by being efficient, however it lacks the reverse operation.

The example at the end of the documentation with AsyncDrawFrame demonstrates it, at least with the simplest effects.

Thank you in advance
Bugala
Posts: 1197
Joined: Sun Feb 14, 2010 7:11 pm

Re: Reverse transition effects FX

Post by Bugala »

Do you mean one of these:
RemoveLayerFX()
UndoFX()
P_B
Posts: 27
Joined: Sat Sep 15, 2018 4:28 pm

Re: Reverse transition effects FX

Post by P_B »

Thank you Bugala for your help.

RemoveLayer() works fine, but it's unfortunate that it deletes the layer.
It will take the same function, which does not delete the layer.
User avatar
airsoftsoftwair
Posts: 5557
Joined: Fri Feb 12, 2010 2:33 pm
Location: Germany
Contact:

Re: Reverse transition effects FX

Post by airsoftsoftwair »

P_B wrote: Sun Jul 28, 2024 8:14 pm RemoveLayer() works fine, but it's unfortunate that it deletes the layer.
It will take the same function, which does not delete the layer.
If you don't want to remove the layer, just use HideLayerFX(). It does the same sans removing the layer.
Post Reply