FMX.Ani.TAnimation.Interpolation

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

property Interpolation: TInterpolationType read FInterpolation write FInterpolation default TInterpolationType.Linear;

C++

__property Fmx::Types::TInterpolationType Interpolation = {read=FInterpolation, write=FInterpolation, default=0};

プロパティ

種類 可視性 ソース ユニット
property public
FMX.Ani.pas
FMX.Ani.hpp
FMX.Ani TAnimation

説明

アニメーションによって制御されている値が時間の経過と共にどのように変化するのかを設定します。

Interpolation は、TInterpolationType 型です。 TInterpolationType の設定が変わると、このアニメーションで制御されるプロパティの値に、どうように影響するかについては、TInterpolationType および下記の例を参照してください。

関連項目

コード サンプル