ドロップダウン部分を閉じたときのアニメーション効果を設定します。
シンタックス
var instance = new GCIM.GcNumber(container, id);
var returnValue; // Type: any
// パラメータ
var value; //タイプ: DropDownAnimation
returnValue = instance.SetDropDownClosingAnimation(value);
パラメータ
- value
- アニメーション効果を表す値("none"、"scroll"、"slide"、"fade"、"center"、"extend"、"drag")。
参照