interface ISize {
    animation: ISizeAnimation;
    value: RangeValue;
}

Hierarchy (view full)

Implemented by

Properties

Properties

animation: ISizeAnimation
value: RangeValue