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: Animating percentage bars in a chart
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: Animating percentage bars in a chart
by
Dan Ebberts
on Jul 13, 2012 at 6:13:56 pm
I would set the anchor point of the bars to the right edge and add a Slider Control to each bar layer. Then I'd use a scale expression like this:
w = effect("Slider Control")("Slider");
[w,100]
For the corresponding text layer, I'd use a position expression like this (assumes the layer is positioned properly in y):
margin = 10;
L = thisComp.layer("bar 1");
x = L.transform.position[0] - L.width*L.transform.scale[0]/100;
[x+margin,value[1]]
And a Source Text expression like this:
s = thisComp.layer("bar 1").effect("Slider Control")("Slider");
Math.round(s) + "%"
Dan
Posts Index
Read Thread
Reply
Like
Current Message Thread:
Animating percentage bars in a chart
by Sergio Pol on Jul 13, 2012 at 5:08:34 pm
Re: Animating percentage bars in a chart
by Dan Ebberts on Jul 13, 2012 at 6:13:56 pm
Re: Animating percentage bars in a chart
by Dan Ebberts on Jul 13, 2012 at 6:23:57 pm
Re: Animating percentage bars in a chart
by Sergio Pol on Jul 13, 2012 at 7:26:08 pm
Re: Animating percentage bars in a chart
by Sergio Pol on Jul 13, 2012 at 8:23:29 pm
Re: Animating percentage bars in a chart
by Dan Ebberts on Jul 13, 2012 at 8:45:29 pm
Re: Animating percentage bars in a chart
by Sergio Pol on Jul 13, 2012 at 9:22:19 pm
Re: Animating percentage bars in a chart
by Sergio Pol on Jul 13, 2012 at 9:25:12 pm
Re: Animating percentage bars in a chart
by Kevin Camp on Jul 13, 2012 at 9:32:09 pm
Re: Animating percentage bars in a chart
by Sergio Pol on Jul 13, 2012 at 9:33:48 pm
LOGIN TO REPLY
FORUMS
•
TUTORIALS
•
MAGAZINE
•
STOCKYARD
•
VIDEOS
•
PODCASTS
•
EVENTS
•
SERVICES
•
NEWSLETTER
•
NEWS
•
BLOGS
© 2013
CreativeCOW.net
All rights are reserved. -
Privacy Policy
[
Top
]