AnimatedProperty
Describes the change script of one property
type AnimatedProperty struct {
From any
KeyFrames map[int]any
Tag string
To any
}
Member | Type | Description |
---|---|---|
From | any |
Initial value of the property |
KeyFrames | map[int]any |
Intermediate property values(optional) |
Tag | string |
Name of the property |
To | any |
Final value of the property |