BounceEase.EaseInCore(Double) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
提供 easing 函式的邏輯部分,您可以加以覆寫以便產生自訂 easing 函式的 EaseIn 模式。
protected:
override double EaseInCore(double normalizedTime);
protected override double EaseInCore (double normalizedTime);
override this.EaseInCore : double -> double
Protected Overrides Function EaseInCore (normalizedTime As Double) As Double
參數
- normalizedTime
- Double
動畫的標準化時間 (進度)。
傳回
表示已轉換進度的雙精度浮點數。
備註
這個方法會轉換正規化時間,以控制 的動畫 EaseIn EasingMode 步調。
您只需要指定案例的 Easing 函式, EaseIn 因為 和 EaseInOut 案例的方法 Ease 轉換 normalizedTime
EaseOut 實作。