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
Reverse transition effects FX
Re: Reverse transition effects FX
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.
RemoveLayer() works fine, but it's unfortunate that it deletes the layer.
It will take the same function, which does not delete the layer.
- airsoftsoftwair
- Posts: 5570
- Joined: Fri Feb 12, 2010 2:33 pm
- Location: Germany
- Contact:
Re: Reverse transition effects FX
If you don't want to remove the layer, just use HideLayerFX(). It does the same sans removing the layer.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.