| 前のページ | 次のページ | フレーム表示 | フレームなし |
| 概要: フィールド | プロパティ | コンストラクタ | メソッド | 詳細: フィールド | プロパティ | コンストラクタ | メソッド |
Object | +--com.mosesSupposes.fuse.CustomEasing
Method Summary | |
| static | fromCurve ( t: Number, b: Number, c: Number, d: Number, pl: Array ): Number |
| Generates custom easing from an array of curve points exported by the Custom Easing Tool. | |
| static | precalced ( t: Number, b: Number, c: Number, d: Number, pl: Array ): Number |
| Returns the nearest match in an Array of precaculated values, by percent of duration completed. | |
|
| Generates custom easing from an array of curve points exported by the Custom Easing Tool. | |||||||||||||||
|
|
| Returns the nearest match in an Array of precaculated values, by percent of duration completed. | |||||||||||||||
|
カスタムイージングの生成・使用するためには、次の2ステップを実行してください:
CustomEasingクラスを登録します。例として、
var customEasing:Array = [...];と出力パネルに表示されていれば、"easeInOutQuad"や、その他のイージング方法の代わりに、customEasingを使用することができます。もちろん変数名の変更も可能です。