Search
AnimationTimeline.addAnimation Method
See Also
 






Used when constructing an animation timeline

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

 Syntax

Java  Copy Code

public void addAnimation (
    AnimationType animType,
    float duration,
    Renderer2D renderer
)

 Parameters

animType

preset way of animating bars

duration

duration of animation

renderer

link to the bar renderer

 See Also