共用方式為


UIViewAnimationCurve 列舉

定義

動畫曲線樣式的列舉。

[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public enum UIViewAnimationCurve
type UIViewAnimationCurve = 
繼承
UIViewAnimationCurve
屬性

欄位

EaseIn 1

讓動畫開始速度變慢,並在進行時加速。

EaseInOut 0

動畫的開始和結束速度很慢。 這是大部分動畫的預設值。

EaseOut 2

讓動畫在進行時快速開始並變慢。

Linear 3

使動畫平均繼續。

適用於