Wijmo UI for the Web
hidingAnimation フィールド

ドロップダウンリストを閉じるときのアニメーション効果および長さなどの アニメーションオプションを指定する値。

シンタックス
Javascript (Usage) 
var instance; //タイプ:wijmo.combobox.WijComboboxOptions;
var value; // Type: any
value = instance.hidingAnimation;
Javascript (Specification) 
var hidingAnimation : any;
使用例
var animationOptions = { animated: "Drop", duration: 1000 }; $("#tags").wijcombobox("option", "hidingAnimation", animationOptions)

関連トピック

参照

WijComboboxOptions インターフェース

 

 


Copyright © GrapeCity inc. All rights reserved.