Animates node's local scale factor.
Namespace: MindFusion.Diagramming.Animations
File: PulseAnimation.js
JavaScript Copy Code |
---|
// class |
Call item's animate method to run an animation.
JavaScript Copy Code |
---|
node.animate( new PulseAnimation( { fromValue: 1, toValue: 1.2, duration: 250, repeat: true, repeatCount: 4, reverse: true, animationType: Animations.AnimationType.BackBow })); |
MindFusion.Animations.Animation
MindFusion.Diagramming.Animations.ItemAnimation
MindFusion.Diagramming.Animations.PulseAnimation