Creative COW SIGN IN :: SPONSORS :: ADVERTISING :: ABOUT US :: CONTACT US
Creative COW's LinkedIn GroupCreative COW's Facebook PageCreative COW on TwitterCreative COW's Google+ PageCreative COW on YouTube
ADOBE AFTER EFFECTS:HomeForumBasicsExpressionsTutorialsPodcastsAE TechniquesTrainingCreative Cloud DebateFAQ

Re: LWR 3rd expression

COW Forums : Adobe After Effects Expressions

FAQ   •   VIEW ALL   •   ADD A NEW POST   •   PRINT
Share on Facebook
Respond to this post   •   Return to posts index   •   Read entire thread


quicoeRe: LWR 3rd expression
by on Oct 31, 2006 at 2:55:27 am

Well im trying to make it as steamlined and error free as possible. The setup is that you change the text and slide one guide layer to match the left edge of the text, then you dont have to select keyframes and/or be parked on them when you move the positioning.then you are ready to render.
this is what ive figured out so far in order to have the easein (on keyframe 2) and easeout (on keyframe 3) be part of the same expression

-------------------
key1 = key(1).time;
key2 = key(2).time;
key3 = key(3).time;
key4 = key(4).time;
keymid = (key3-key2)/2 + key2;
slidevar = 720 - thisComp.layer("guidefortext").position[0] ;

if (time < keymid) {
[easeOut(time, key2, key1, 0, position[0] + slidevar),position[1]];
} else {
[easeIn(time, key3, key4, position[0] + slidevar, 0), position[1]];
}

------------


Posts IndexRead Thread
Reply   Like  
Share on Facebook


Current Message Thread:




LOGIN TO REPLY



FORUMSTUTORIALSMAGAZINESTOCKYARDVIDEOSPODCASTSEVENTSSERVICESNEWSLETTERNEWSBLOGS

Creative COW LinkedIn Group Creative COW Facebook Page Creative COW on Twitter
© 2013 CreativeCOW.net All rights are reserved. - Privacy Policy

[Top]