Search
AnimationFrame.run Method
See Also
 






The method that executes the animation. Override it to implement your own animation logic.

Namespace: com.mindfusion.charting.animation
File: com.mindfusion.charting.animation

 Syntax

Java  Copy Code

protected void run (
    float progressRate
)

 Parameters

progressRate

A float that indicates the rate of progress.

 See Also