Animates the fill color of nodes or link arrowheads.
Namespace: MindFusion.Diagramming.Animations
Assembly: FillColorAnimation.js
SyntaxJavaScript
Copy Code
|
|---|
// class |
RemarksCall item's animate method to run an animation.
ExampleJavaScript
Copy Code
|
|---|
| node.animate( new FillColorAnimation( { fromValue: new Drawing.Color("white"), toValue: new Drawing.Color("lightSkyBlue"), duration: 250, keepLastValue: true })); |
Inheritance HierarchyMindFusion.Animations.Animation
MindFusion.Diagramming.Animations.ItemAnimation
MindFusion.Diagramming.Animations.FillColorAnimation
See Also