Overlay Fade In White error

Does anyone know how to make an overlay fade in white? Every time I try it says my overlay doesn’t exist and when I delete that code, my overlay appears but does not fade in.

1 Like

You don’t have to make an overlay to fade in/out in white, instead use this :point_down:t3:
@transition fade in white in #
Or
@transition fade out white in #
You can change the colors as well
Here:

  • Black
  • White
  • Red
  • Magenta
  • purple

Sorry I don’t remember them all :sweat_smile:
But, if you want to fade a white/black or any color overlay
Make sure that you made these

  • create the overlay first
  • scale and shift the overlay
  • make sure that the opacity of the overlay is visible (more than 0)
    (@overlay OVERLAYNAME opacity 0 in 0)
    (@overlay OVERLAYNAME opacity 1 in 1)
  • Don’t duplicate the overlay creation
  • Make sure you spelled the overlay right

Hope this could help :blob_hearts:

3 Likes

With making an overlay fade either use transitions or change opacity but with changing opacity you cannot make it fade into a certain colour to do this you use the following code

@overlay OVERLAYNAME opacity 0 in 1

The 1 represents the amount of time you can choose for the overlay to fade out so you can insert any number you please

1 Like

Thanks for the help! I definitely needed it! :black_heart:

1 Like

Thank you so much! Next time I need to make neater notes lol :black_heart:

1 Like

Glad that I helped, love :kissing_heart: