animatedValueType
The type for the value that the action modifies over time.
Declaration
var animatedValueType: (any AnimatableData.Type)? { get }Discussion
Set to nil for an action that doesn’t modify a value.
The type for the value that the action modifies over time.
var animatedValueType: (any AnimatableData.Type)? { get }Set to nil for an action that doesn’t modify a value.