I’m trying to create a fade to black effect when switching between collections. My current method is a solid black sprite overlaying the view area. The z order is set to the back. I change the tint alpha to 0 and bring it forward when I need it then use animation to turn the collection view black. This seems to work well for closing a collection, however, it does not work well for starting a collection.
When I load the game proxy collection, I pull the Black sprite to the front and animate the tint alpha to 0. This works but there is a split second when the full collection is viewable before the black sprite is moved forward on the z. How can I fix this other then set the black sprite in the front in the collection editor? (This makes it harder to edit the collection)
Thanks