How to disable splash image in blocks?

I need to disable the splash image in Screen1 before opening another Screen, Please help me to do so.

u can disable it in screen 1 designer options in advanced options

Thank You, For Your Replay but i need to disable in blocks when going to next Screen

For that create your own splash screen.
In the initialize event, start a clock timer for the time you want the splash screen to be showed.
Then in the Clock.timer event remove the splash screen and disable the clock.

I have Tried that , But it is not That Efficient than default Kodular Splash Image

1 Like

You can use dynamic component extension to set property of disable splash screen easily in blocks

Thank you For the Solution, But how can I get that dynamic component extension

I don’t Know how to use that Extension, Can you tell me how to disable Splash image through Dynamic Components,Please.