AnimationTargetFunc

Prototype for animation targets based on user callbacks.

alias AnimationTargetFunc = void delegate
(
double value
)