How do i do effects like fading out?

how and what do i write in the script to give my story the fading to black effect for the background?

1 Like

Do you mean like a simple fading out from a scene like:

@transition fade out black in 3

Then here are all possible combinations!

Transitions

T - time

@transition style direction

@transition style direction color

@transition style direction T

@transition style direction in T

@transition style direction color T

@transition style direction color in T

transition style and direction

  • fade in
  • fade out
  • iris in
  • iris out
  • shade up
  • shade down
  • curtain in_left
  • curtain out_left
  • curtain in_right
  • curtain out_right
  • curtain in_top
  • curtain out_top
  • curtain in_bottom
  • curtain out_bottom

transition color

  • Black
  • White
  • Blue
  • Green
  • Red Yellow
  • Orange
  • Magenta
  • Gray
1 Like

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