interface IAnimationValueWithRandom {
    animation: IAnimation;
    value: RangeValue;
}

Hierarchy (view full)

Properties

Properties

animation: IAnimation

Animation options, based on value.

value: RangeValue

Value of property.