-
[SOLVED] Animate character opacity with xRotation
Hi,
I’m using Amortype to animate some text.
I’m animating a text on x rotation but he is multiline, so if I set the rotation to 90°, the text is visible even if the animation didn’t start, because of the perspective.
I wanted to hide the inanimate characters until they start to move. My idea was to synchronise the opacity to the xRotation : if(character.xRotation >= 90 )character.opacity = 0 else{character.opacity = 100};
But everything I tried failed.
I just begin to use expressions, I know javascript, but I don’t know the vocabulary of After Effect and the Adobe codex is really poor :/Thanks a lot,
Greg