Sign in to follow this  
mrdougb

Animation Speed

Recommended Posts

Is there a way (setting) to speed up the animation on a chart (FusionCharts Free version)?  I know you can turn on/off the animation, but I'm looking for a way to speed up the animation so it displays faster, but still has the nice animation to it?

Share this post


Link to post
Share on other sites

How exactly is animation speed adjusted in v3 ? Any code examples ? I tried adding in <chart defaultAnimation='0' ...> and then the code below at bottom of my XML file to no avail !

<styles>
    <definition>
	    <style name='myAnim' type='animation'  start='0' duration='10' />
    </definition>
    <application>
	    <apply toObject='DATAVALUES' styles='myAnim' />
    </application>
   </styles>

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this