So I want two overlays to kind of disappear and appear again one after another. So I have something like this;
@transition fade in white 1
@pause for a beat
@overlay CHAPTER create
@overlay CHAPTER shifts to 16 382
@overlay CHAPTER scales to 1.173 1.173
@overlay CHAPTER opacity 1 in 1
@overlay CHAPTER opacity 0 in 0
@overlay CHAPTER2 create
@overlay CHAPTER2 shifts to 16 382
@overlay CHAPTER2 scales to 1.173 1.173
@overlay CHAPTER2 opacity 1 in 0
@overlay CHAPTER2 opacity 0 in 0
@overlay CHAPTER opacity 1 in 0
@overlay CHAPTER opacity 0 in 0
@overlay CHAPTER2 shifts to 19 370
@overlay CHAPTER2 scales to 1.176 1.176
@overlay CHAPTER2 opacity 1 in 0
@overlay CHAPTER2 opacity 0 in 0
@overlay CHAPTER2 shifts to 16 382
@overlay CHAPTER2 scales to 1.173 1.173
@overlay CHAPTER2 opacity 1 in 0
- I tried adding pause for a beat after every opacity 0 in 0, but that looked way too long. The pauses were to long.
- When I add something like 0.01 or even 0.00001, it kind of… flashes? Like it has a white transition to it. So I added pause for a beat after the transition in the beginning, but it still does it.
- When I just leave opacity 0/1 in 0, it skips the whole part and it just changes from chapter to chapter2.
What do I do? Also thanks to anyone who helps.