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