Animation 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
Animation() |
使用預設值建立新的 Animation 物件。 |
Animation(Action<Double>, Double, Double, Easing, Action) |
使用指定的參數建立新 Animation 物件。 |
Animation()
Animation(Action<Double>, Double, Double, Easing, Action)
使用指定的參數建立新 Animation 物件。
public Animation (Action<double> callback, double start = 0, double end = 1, Xamarin.Forms.Easing easing = default, Action finished = default);
new Xamarin.Forms.Animation : Action<double> * double * double * Xamarin.Forms.Easing * Action -> Xamarin.Forms.Animation
參數
- callback
- System.Action<System.Double>
使用連續動畫值呼叫的動作。
- start
- System.Double
目前動畫中的分數,表示開始動畫的位置。
- end
- System.Double
目前動畫中的分數,表示結束動畫的位置。
- easing
- Easing
轉入、轉出,或轉入轉出動畫所使用的 easing 函式。
- finished
- System.Action
動畫完成時要呼叫的動作。