次の方法で共有


BackEasingFunction.Amplitude プロパティ

定義

BackEase のアニメーションに関連付けられた逆行動作の振幅を取得または設定します。

public:
 property float Amplitude { float get(); };
float Amplitude();
public float Amplitude { get; }
var single = backEasingFunction.amplitude;
Public ReadOnly Property Amplitude As Single

プロパティ値

Single

float

BackEase のアニメーションに関連付けられた逆行動作の振幅。 この値は、0 以上である必要があります。 既定値は 1 です。

注釈

振幅が大きいほど、アニメーションの前後の取り消しが大きくなります。

さまざまな振幅値のグラフ

適用対象