Wijmo UI for the Web
animation オプション

animation オプションは、カルーセルで画像がスクロールされるかどうかと、その方法を決定します。 このオプションはアニメーション効果を定義し、ウィジェットのアニメーションの他の特性(持続時間やイージングなど)を制御します。 アニメーション効果を無効にするには、disable 属性を true に設定します。実際のサンプルについては、Explore サンプルの「カルーセルのアニメーション」ページを参照してください。

シンタックス
Javascript (Usage) 
$(function () {
    
    //値を取得する
    var returnsValue; //タイプ: object
    returnsValue = $(".selector").wijcarousel("option", "animation");
    
    //値を設定します
    var newValue; //タイプ: object
    $(".selector").wijcarousel("option", "animation", newValue);
        
});
Javascript (Specification) 
var animation : object;
使用例
$("#element").wijcarousel( { animation { queue: true, disable: false, duration: true, easing: "easeOutCubic" }} );

関連トピック

参照

options タイプ
wijcarousel メソッド

 

 


Copyright © GrapeCity inc. All rights reserved.