The Cancel Blink operation stops the blinking effect with a Color Blink operation.
For more information on [Color Blink], refer to the following.
stopBlink($GraphicObject.PROPERTY);
1
1: Graphic object property
Set the property of an object which you want to stop blinking.
(Example)
If the Ellipse1 object's fill color is blinking due to the [Color Blink] operation, the blinking will stop when this script is executed.
'stopBlink($GraphicObject.Ellipse1.Fill);'