getComponent(sec: number) { const val = scaleLinear(this.aniTime, [0, 100]) .clamp(true) .interpolate(easeInterpolate(easePolyOut.exponent(5)))(sec); const ...
確定! 回上一頁