Annotation Effect

Annotation Effects

Annotation Effects alter and modify Annotations, allowing for animation.

Note: Annotation Effects have Start and Duration properties, which control where the effect will occur.


Annotation Effects


Color

Color changes the color of the annotation.

Properties

System

Name Explanation Type
Color The color to apply to the annotation. Color
Duration The duration of the effect in milliseconds. Number
Start The starting time of the effect in milliseconds. Number

Font

Font changes the font of any text in the annotation.

Properties

System

Name Explanation Type
Font The font associated with the effect. Font
Duration The duration of the effect in milliseconds. Number
Start The starting time of the effect in milliseconds. Number

Movement

Movement changes the positioning of the annotation.

Properties

System

Name Explanation Type
Acceleration The acceleration of the position. Vector
Velocity The velocity of the position. Vector
Duration The duration of the effect in milliseconds. Number
Start The starting time of the effect in milliseconds. Number

Negative Value

Negative multiplies any numeric values displayed in the annotation by -1.

Properties

System

Name Explanation Type
Duration The duration of the effect in milliseconds. Number
Start The starting time of the effect in milliseconds. Number

Number Formatter

Number Formatter alters any numeric values of the annotation, based on what kind of number is found.

Properties

System

Name Explanation Type
Negative Effects The effects to apply if the number is negative. Annotation Effect
Null Effects The effects to apply if no number is provided. Annotation Effect
Positive Effects The effects to apply if the number is positive. Annotation Effect
Zero Effects The effects to apply if the number is zero. Annotation Effect
Duration The duration of the effect in milliseconds. Number
Start The starting time of the effect in milliseconds. Number

Text

Text alters the string value found in the annotation.

Properties

System

Name Explanation Type
Text The text. String
Duration The duration of the effect in milliseconds. Number
Start The starting time of the effect in milliseconds. Number

Wait

Wait creates a delay and extends the length of the annotation's effects.

Properties

System

Name Explanation Type
Duration The duration of the effect in milliseconds. Number
Start The starting time of the effect in milliseconds. Number