SIGN IN
::
SPONSORS
::
ABOUT US
::
CONTACT US
FORUMS
TUTORIALS
MAGAZINE
TRAINING
VIDEOS - REELS
PODCASTS
EVENTS
SERVICES
NEWSLETTER
NEWS
BLOGS
ADOBE AFTER EFFECTS:
Home
Forum
Basics
Expressions
Tutorials
Podcasts
Motion Graphics
Training
Cinema 4D
FAQ
Ease Expression
Cow Forums
:
Adobe After Effects Expressions
VIEW POSTS
•
ADD A NEW POST
•
SEARCH
•
CHANGE FORUM
Respond to this post
•
Return to posts index
•
Read entire thread
Ease Expression
by
Jeff McBride
on Jan 3, 2008 at 5:09:46 pm
I've put together an expression to randomly scale a layer according to the value of a slider. My problem is that I can't seem to get the scaling to ease- instead it acts like hold keyframes. Any suggestions?
holdTime = .2;
seed = Math.floor(time/holdTime);
seedRandom(seed,true);
multiplier = random(1,8);
Scaler = thisComp.layer("Scale Shaker").effect("Slider Control")("Slider");
Shaker = transform.scale[0]+multiplier+Scaler;
if (Scaler > 0){
[Shaker,Shaker];
}else {[value[0],value[1]];}
Respond to this post
•
Return to posts index
•
Read entire thread
Current Message Thread:
Ease Expression
by Jeff McBride on Jan 3, 2008 at 5:09:46 pm
Re: Ease Expression
by Dan Ebberts on Jan 3, 2008 at 5:27:10 pm
Related Threads:
Very simple Opacity/Position expression (Help please!)
|
More control over ease expression?
|
ease out and stop random rotation expression
|
Expression Quesiton need answers please.
|
floor with 32x18 squares, need expression to flip them like a wave with flexible point of release
|
Scale expression - Could someone help please?
|
Scale expression needed... Please help!
|
Expression illiterate. Please help me with this basic expression:
|
expression needed...please
|
admin
Please welcome Filip Vandueren to the AE Expressions Leadership team
Note:
If you are a registered user please
click here to login
before posting.
Your post will not be accepted if your name and email address are not registered in our database. Click
here
if you do not have an account.
Name
E-Mail Address
Subject
E-Mail me when someone responds
Just This Message
Entire Thread
None
Message:
Note:
The following are HTML 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.
Read more...
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
•
TUTORIALS
•
MAGAZINE
•
TRAINING
•
VIDEOS - REELS
•
PODCASTS
•
EVENTS
•
SERVICES
•
NEWSLETTER
•
NEWS
•
BLOGS
©
CreativeCOW.net
All rights are reserved.
[
Top
]