interface IRangedAnimationValueWithRandom {
    animation: IRangedAnimation;
    value: RangeValue;
}

Hierarchy (view full)

Properties

Properties

animation: IRangedAnimation

Animation options, based on value.

value: RangeValue

Value of property.