CAccelerateDecelerateTransition::CAccelerateDecelerateTransition
更新 : 2011 年 3 月
Visual Studio 2010 SP1 が必要です。
遷移オブジェクトを構築します。
CAccelerateDecelerateTransition(
UI_ANIMATION_SECONDS duration,
DOUBLE finalValue,
DOUBLE accelerationRatio = 0.3,
DOUBLE decelerationRatio = 0.3
);
パラメーター
duration
遷移の継続時間。finalValue
遷移の終了時のアニメーション変数の値。accelerationRatio
加速に費やされる時間の継続時間に対する比率。decelerationRatio
減速に費やされる時間の継続時間に対する比率。
必要条件
ヘッダー: afxanimationcontroller.h
参照
その他の技術情報
CAccelerateDecelerateTransition クラス
履歴の変更
日付 |
履歴 |
理由 |
---|---|---|
2011 年 3 月 |
このコンテンツを追加。 |
SP1 機能変更 |