Wijmo UI for the Web
beforeTransition イベント
標準 jQuery イベントオブジェクト。
イベントに関する情報。
beforeTransition イベントハンドラ。別の画像にトランジションする前に呼び出される関数。
シンタックス
Javascript (Usage) 
$(function () {
    %JQueryMemberName%イベントハンドラ関数を設定する 
    $(".selector").wijgallery({ 
        beforeTransition : function (e, data) { 
     
        } 
    });
});
Javascript (Specification) 
beforeTransition = function ( 
   e : jQuery.Event,
   data : IBeforeTransitionEventArgs
) { };

パラメータ

e
標準 jQuery イベントオブジェクト。
data
イベントに関する情報。

関連トピック

参照

options タイプ
wijgallery メソッド

 

 


Copyright © GrapeCity inc. All rights reserved.