I Need Transition Help

Hai episodians!
I’ve been messing with different codes, so I’m familiar with all of them and well I need help with transitions fading in and out smoothly. Like when I’m trying to go to the next scene it doesn’t look smoothly it looks glitchy. Does someone know how to fix this? Thanks again! :heart:

Transitions and overlays or just transitions?

If so here’s how to make it smooth:

EXAMPLE

INT. BED WITH PILLOWS with WHITE BABY SWADDLE
&overlay WHITE BABY SWADDLE shifts to -290 -27 in zone 1
&overlay WHITE BABY SWADDLE scales to 3.185 3.185 in zone 1

&zoom on 313 409 to 105% in 0

&cut to zone 1

&CHARACTER2 spot 1.280 270 0 in zone 1 at layer -4
&CHARACTER spot 1.280 155 0 in zone 1 at layer -5
&YOU spot 1.280 57 -7 in zone 1 at layer -4
&YOU faces left AND CHARACTER2 faces right AND CHARACTER faces right AND YOU is react_startled_embarrassed AND CHARACTER is idle_terrified_loop

@transition fade in black 1

-Make sure to put the & symbol so that the transition runs smoothly.

Like coming into the scene fading in and fading out when its the next scene

Could you send me your script regarding the glitchiness of the fading transition?

Yes, here you go I was just testing codes.

@transition fade in black in 3
EXT.WARNING.BG
@pause for 1.0
@transition fade out black in 3
@transition fade in black in 3
EXT.INTROS.FOR.EPISODE
@pause for 1.0

EXT.WARNING.BG
@transition fade in black in 3
@pause for 1.0
@transition fade out black in 3

EXT.INTROS.FOR.EPISODE
@transition fade in black in 3
@pause for 1.0

-You have to make sure to add the transition in before pausing and after the background, not before.

Thanks! I’ll see if it works :smile:

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.