Page 1 of 1
Reverse transition effects FX
Posted: Fri Jul 26, 2024 4:53 pm
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
Re: Reverse transition effects FX
Posted: Sat Jul 27, 2024 8:38 am
by Bugala
Do you mean one of these:
RemoveLayerFX()
UndoFX()
Re: Reverse transition effects FX
Posted: Sun Jul 28, 2024 8:14 pm
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.
Re: Reverse transition effects FX
Posted: Tue Aug 13, 2024 9:45 pm
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.