SIGN IN
::
SPONSORS
::
ABOUT US
::
CONTACT US
FORUMS
LIBRARY
PODCASTS
BLOGS
MAGAZINE
SERVICES
NEWSLETTERS
NEWS
STORE
EVENTS
ADOBE AFTER EFFECTS:
Forum
AE Basics
AE Expressions
Tutorials
Articles
Podcasts
Motion Graphics
Training
Cinema 4D
Re: Exponential Functions in AE Expressions
Cow Forums
:
Adobe After Effects Expressions
VIEW POSTS
•
ADD A NEW POST
•
SEARCH
•
CHANGE FORUM
Return to Posts Index
•
Read Entire Thread
•
Reply To This Post
Re: Exponential Functions in AE Expressions
by
Roman Alvarado
on Jun 30, 2008 at 7:26:30 pm
Ha! I knew it was a simple mistake. That's what I was looking for, thank you. I did manage to figure out a very roundabout solution to create a similar effect, but not as adjustable:
timeToFrames(t = time + thisComp.displayStartTime, fps = 1.0 / thisComp.frameDuration, isDuration = false)
timePos=((thisComp.layer("Shape Layer 1").transform.position[0])-position[0])/fps;
hxPos=thisComp.layer("Shape Layer 1").transform.position[0];
pPos=position[0];
sx=10+90-(90*Math.exp(-timePos));
sy=sx;
sz=sx;
if(hxPos>pPos){
[sx,sy,sz];
}else{[10,10,10]};
Thanks for the response.
Return to Posts Index
•
Read Entire Thread
•
Reply To This Post
Current Message Thread:
Exponential Functions in AE Expressions
by Roman Alvarado on Jun 30, 2008 at 1:00:32 pm
Re: Exponential Functions in AE Expressions
by Darby Edelen on Jun 30, 2008 at 5:39:46 pm
Re: Exponential Functions in AE Expressions
by Roman Alvarado on Jun 30, 2008 at 7:26:30 pm
Related Tags:
AE
Note:
If you are a registered user and you
do not
see your name and email in the two respective fields above, you may reset your account cookies by clicking
here
. Your post
will not be accepted
if the name and email provided above are not currently registered in our database.
Name
E-Mail Address
Subject
E-Mail me when someone responds
Just This Message
Entire Thread
None
Message
Note:
The following characters are HTML command characters, and may cause parts of your post to disappear, if not used correctly: < > &. To include any portion of the post in your response, highlight the desired text and hit the "Q" key. For more on how to post,
click here
.
Please post Expressions Code in the box below:
Add your message signature
Note:
By clicking "Post Direct" button above, you are agreeing to the Creative Cow's
Code of Conduct
.
FORUMS
•
LIBRARY
•
PODCASTS
•
BLOGS
•
MAGAZINE
•
SERVICES
•
NEWSLETTERS
•
NEWS
•
STORE
•
EVENTS
©
CreativeCOW.net
All rights are reserved.
[
Top
]