-
Items rotated on Y axis never completely disappear
I’m using a text sequencer to make a line of text animate on with each letter rotating on the Y axis from -90 to 0. Only problem is, the letters aren’t completely invisible when viewed side-on at -90 rotation, so you can see a vertical line 1 pixel wide at the location of each letter before it animates on.
Is there a specific way around this? I first tried adding an opacity parameter to the sequencer but that didn’t feel quite right, it gave too much of a dissolving-up effect to each letter, so now I’m using an animated mask that reveals each letter just as it begins to rotate into view.