Hello, I am trying to use transitions while going to a next scene.
local function playtapd(event) local options = { effect = "fade", time = 800, } composer.gotoScene( "gamePlay",options ) end
This is what I am doing the transiction works fine. Once the transition fades out the current scene It displayes a black screen and then quickly snaps to the other scene which I wanted it to show. So it’s not actually fadding into the other scene
In my next scene background is created under scene:create()