-
Expression and null object issue with message animation
I watched this tutorial https://www.youtube.com/watch?v=qRMqCP153eA&t=310s to make a text message animation, starting at 20:00 she begins to create her null object.
My first 2 or 3 messages go up with the null object (they’re all parented to it), but by the time I get to my 4th and 5th message they aren’t following up onto the screen in a properly spaced out manner. It’s as if my null object isn’t moving up vertically enough to fit the rest of the messages under it.
I wanted to start my message sequence at the bottom of my composition, not in the middle, so is this my issue or am I supposed to adjust my message’s position specifically on or off screen? Or should I just manually use keyframes to position my messages throughout the video?
Here’s my expression:
move02=linear(thisComp.layer("Box02").transform.scale[0],0,100,transform.yPosition,transform.yPosition-thisComp.layer("Box02").content("Group 1").content("Rectangle 1").content("Rectangle Path 1").size[1]);
move03=linear(thisComp.layer("Box03").transform.scale[0],0,100,transform.yPosition,transform.yPosition-thisComp.layer("Box03").content("Group 1").content("Rectangle 1").content("Rectangle Path 1").size[1]);
move04=linear(thisComp.layer("Box04").transform.scale[0],0,100,transform.yPosition,transform.yPosition-thisComp.layer("Box04").content("Group 1").content("Rectangle 1").content("Rectangle Path 1").size[1]);
move05=linear(thisComp.layer("Box05").transform.scale[0],0,100,transform.yPosition,transform.yPosition-thisComp.layer("Box05").content("Group 1").content("Rectangle 1").content("Rectangle Path 1").size[1]);
move02+move03+move04+move05;
I’m still learning After Effects, so any help is appreciated.Some contents or functionalities here are not available due to your cookie preferences!This happens because the functionality/content marked as “Google Youtube” uses cookies that you choosed to keep disabled. In order to view this content or use this functionality, please enable cookies: click here to open your cookie preferences.