Wijmo UI for the Web
hidingAnimation オプション

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

シンタックス
Javascript (Usage) 
$(function () {
    
    //値を取得する
    var returnsValue; //タイプ: object
    returnsValue = $(".selector").wijdropdown("option", "hidingAnimation");
    
    //値を設定します
    var newValue; //タイプ: object
    $(".selector").wijdropdown("option", "hidingAnimation", newValue);
        
});
Javascript (Specification) 
var hidingAnimation : object;
使用例
var animationOptions = {animated: "Drop", duration: 1000 };$("#tags").wijdropdown("option", "hidingAnimation", animationOptions)

関連トピック

参照

options タイプ
wijdropdown メソッド

 

 


Copyright © GrapeCity inc. All rights reserved.