PropertyAnimation¶
Class | orca.core
Attach-only component that tweens one property value to a target, then self-destructs.
Overview¶
Properties¶
| Property | Type | Description |
|---|---|---|
Property |
string |
Property to animate |
From |
string |
Start value (raw bytes) |
To |
string |
End value (raw bytes) |
Interpolation |
InterpolationMode |
Interpolation method |
Easing |
Easing |
Easing function |
Start |
int |
Timestamp when animation started |
Duration |
int |
Duration in milliseconds |