Home
last modified time | relevance | path

Searched refs:AnimatableArithmetic (Results 1 – 1 of 1) sorted by relevance

/interface/sdk-js/api/@internal/component/ets/
Dcommon.d.ts737 declare interface AnimatableArithmetic<T> { interface
757 plus(rhs: AnimatableArithmetic<T>): AnimatableArithmetic<T>;
778 subtract(rhs: AnimatableArithmetic<T>): AnimatableArithmetic<T>;
799 multiply(scale: number): AnimatableArithmetic<T>;
820 equals(rhs: AnimatableArithmetic<T>): boolean;