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: AE Expression to change a single value every X seconds.
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: AE Expression to change a single value every X seconds.
by
Dan Ebberts
on Aug 29, 2012 at 5:27:44 pm
Try setting the glow to 1 and then add this expression:
period = 2
maxVal = 3;
ramp = .25;
t = (time-inPoint)%period
if (t < ramp)
ease(t,0,ramp,value,maxVal)
else
ease(t,ramp,2*ramp,maxVal,value)
Dan
Posts Index
Read Thread
Reply
Like
Current Message Thread:
AE Expression to change a single value every X seconds.
by James McCavana on Aug 29, 2012 at 8:07:54 am
Re: AE Expression to change a single value every X seconds.
by James McCavana on Aug 29, 2012 at 10:11:21 am
Re: AE Expression to change a single value every X seconds.
by Dan Ebberts on Aug 29, 2012 at 5:27:44 pm
Re: AE Expression to change a single value every X seconds.
by James McCavana on Aug 30, 2012 at 10:58:51 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
]