Wijmo UI for the Web
hideEffect オプション

デフォルト値: 'hide'

ポップアップが非表示になるときに使用する効果を指定します。

シンタックス
Javascript (Usage) 
$(function () {
    
    //値を取得する
    var returnsValue; //タイプ: string
    returnsValue = $(".selector").wijpopup("option", "hideEffect");
    
    //値を設定します
    var newValue; //タイプ: string
    $(".selector").wijpopup("option", "hideEffect", newValue);
        
});
Javascript (Specification) 
var hideEffect : string;
解説
これを使用すると、ポップアップを非表示にするときにポップアップを表示するときとは異なる効果を設定できます(showEffect も参照)。 有効な値は、'blind'、'clip'、'drop'、'fade'、'fold'、'slide'、'pulsate' です。詳細については、jQuery UI Effects のページを参照してください。

関連トピック

参照

options タイプ
wijpopup jQuery ウィジェット

 

 


Copyright © GrapeCity inc. All rights reserved.