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

Hierarchy

Properties

Properties

animation: IAnimation

Animation options, based on value.

value: RangeValue

Value of property.