Wijmo UI for the Web
animation オプション

デフォルト値: null

ウィジェットのアニメーションの特性(アニメーション効果やイージングなど)を制御するオプション。

シンタックス
Javascript (Usage) 
$(function () {
    
    //値を取得する
    var returnsValue; //タイプ: object
    returnsValue = $(".selector").wijrating("option", "animation");
    
    //値を設定します
    var newValue; //タイプ: object
    $(".selector").wijrating("option", "animation", newValue);
        
});
Javascript (Specification) 
var animation : object;
解説
animation.animated は、レーティングウィジェットのアニメーションの効果を定義します。animation.duration は、アニメーション効果の長さ(ミリ秒単位)を定義します。animation.easing は、アニメーションのイージング効果を定義します。animation.delay は、遅延の長さ(ミリ秒単位)を定義します。

関連トピック

参照

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

 

 


Copyright © GrapeCity inc. All rights reserved.