Constructor
new AnimationData(data, documentopt)
Properties:
Name | Type | Description |
---|---|---|
type |
string | The animation type which is applied |
speed |
number | The speed of the animation, a number between 0 and 10 |
intensity |
number | The intensity of the animation, a number between 1 and 10 |
reverse |
boolean | Reverse the direction of animation. |
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
data |
object | Initial data used to construct the data object |
|
document |
Document |
<optional> |
The document to which this data object belongs |
Extends
- DocumentData