Annotation Effects alter and modify Annotations, allowing for animation.
Note: Annotation Effects have Start and Duration properties, which control where the effect will occur.
Color changes the color of the annotation.
| 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 changes the font of any text in the annotation.
| 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 changes the positioning of the annotation.
| 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 multiplies any numeric values displayed in the annotation by -1.
| Name | Explanation | Type |
|---|---|---|
| Duration | The duration of the effect in milliseconds. | Number |
| Start | The starting time of the effect in milliseconds. | Number |
Number Formatter alters any numeric values of the annotation, based on what kind of number is found.
| 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 alters the string value found in the annotation.
| 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 creates a delay and extends the length of the annotation's effects.
| Name | Explanation | Type |
|---|---|---|
| Duration | The duration of the effect in milliseconds. | Number |
| Start | The starting time of the effect in milliseconds. | Number |