SIGN IN
::
SPONSORS
::
ADVERTISING
::
ABOUT US
::
CONTACT US
FORUMS
TUTORIALS
MAGAZINE
STOCKYARD
VIDEOS
PODCASTS
EVENTS
SERVICES
NEWSLETTER
NEWS
BLOGS
ADOBE AFTER EFFECTS:
Home
Forum
Basics
Expressions
Tutorials
Podcasts
AE Techniques
Training
Creative Cloud Debate
FAQ
Re: LWR 3rd expression
COW Forums
:
Adobe After Effects Expressions
FAQ
•
VIEW ALL
•
ADD A NEW POST
•
PRINT
Respond to this post
•
Return to posts index
•
Read entire thread
Re: LWR 3rd expression
by
quicoe
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 Index
Read Thread
Reply
Like
Current Message Thread:
LWR 3rd expression
by quicoe on Oct 31, 2006 at 12:21:31 am
Re: LWR 3rd expression
by Filip Vandueren on Oct 31, 2006 at 12:42:33 am
Re: LWR 3rd expression
by quicoe on Oct 31, 2006 at 2:55:27 am
Re: LWR 3rd expression
by Filip Vandueren on Oct 31, 2006 at 3:07:52 am
LOGIN TO REPLY
FORUMS
•
TUTORIALS
•
MAGAZINE
•
STOCKYARD
•
VIDEOS
•
PODCASTS
•
EVENTS
•
SERVICES
•
NEWSLETTER
•
NEWS
•
BLOGS
© 2013
CreativeCOW.net
All rights are reserved. -
Privacy Policy
[
Top
]