Search
BounceAnimation.UpdateAnimation Method
See Also
 





Animation.UpdateAnimation override.

Namespace: MindFusion.Diagramming.Animations
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

protected override void UpdateAnimation (
    double animationValue
)

Visual Basic  Copy Code

Protected Overrides Sub UpdateAnimation( _
    animationValue As Double _
)

 Parameters

animationValue

A value representing the current animation progress.

 See Also