Cancel Blink

The Cancel Blink operation stops the blinking effect with a Color Blink operation.

For more information on [Color Blink], refer to the following.

Color Blink

Block
Text

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.

Block

Text

'stopBlink($GraphicObject.Ellipse1.Fill);'