AnimatedProperty

Describes the change script of one property

type AnimatedProperty struct {
    From any
    KeyFrames map[int]any
    Tag PropertyName
    To any
}
Member Type Description
From any Initial value of the property
KeyFrames map[int]any Intermediate property values(optional)
Tag PropertyName Name of the property
To any Final value of the property