共用方式為


WindowInsetsAnimation.InterpolatedFraction 屬性

定義

傳回動畫開始狀態與動畫結束狀態之間這個動畫的插補小數點進度。

public float InterpolatedFraction { [Android.Runtime.Register("getInterpolatedFraction", "()F", "", ApiSince=30)] get; }
[<get: Android.Runtime.Register("getInterpolatedFraction", "()F", "", ApiSince=30)>]
member this.InterpolatedFraction : single

屬性值

此動畫目前的插補進度。

屬性

備註

傳回動畫開始狀態與動畫結束狀態之間這個動畫的插補小數點進度。 請注意,此進度是動畫的全域進度,而 Callback#onProgress 只會分派階層中檢視父代可能會內嵌的內嵌 WindowInsets#inset 。 每個內嵌動畫的進度是整個動畫的全域。 一個動畫一起動畫所有的東西(在,出,...)。如果他們不一起產生動畫效果,我們就會有多個動畫。

注意:如果應用程式控制動畫,此處傳回的值會與傳入的應用程式相同,而插補插入器會傳入 WindowInsetsAnimationController#setInsetsAndAlpha(Insets, float, float)WindowInsetsController#controlWindowInsetsAnimation

注意:對於系統起始的動畫,這一律會傳回介於0到1之間的有效值。

android.view.WindowInsetsAnimation.getInterpolatedFraction()Java 檔。

此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。

適用於