How do you transition into a scene with a fade?

Hi, I was wondering if anyone knows how to transition fade INTO a scene. Whenever I have a new scene it just pops up, I want it to fade in instead. Is this possible?

@transition fade in color in seconds
Screenshot 2020-04-07 at 00.38.58

1 Like

@transition fade in
You can also set colors
@transition fade in

  • pink
  • red
  • black
  • white
  • blue (pretty sure.)
1 Like

Thank you! I’ll try it out.

I just tried it and its not working. This is my coding:

@zoom reset

INT. BLACK - NIGHT

@pause for 0.1

@transition fade in black 2.1

INT. WARNING - COVER

@pause for 4

1 Like

what is the error

When I use it, it doesnt transition when I want it to. Itt cuts to the scene and like two seconds in it “transition” fades. If that makes sense.

It doesn’t say there is any error tho

use fade out. I think you should try it

I have used @transition fade out black and that works perfectly. I just want to fade into a scene.

try t put the transition under the background

Okay

Yes! it worked. Thank you :relaxed: