Wijmo UI for the Web
duration フィールド

ミリ秒単位のアニメーションの長さ。

デフォルト:200

シンタックス
Javascript (Usage) 
var instance; //タイプ:wijmo.tree.wijtree_animation;
var value; // Type: number
value = instance.duration;
Javascript (Specification) 
var duration : number;
使用例
<script id="scriptInit" type="text/javascript">
    $(document).ready(function () {
        $("#tree").wijtree({
            collapseAnimation:{
                effect: "shake", 
                duration: 1000,
                easing: "easeOutBounce"
            },
            expandAnimation:{
                effect: "fold", 
                duration: 1000,
                easing: "easeInBounce"
            }
        });
    });
</script>
解説

関連トピック

参照

wijtree_animation インターフェース
アニメーション
effect
easing

 

 


Copyright © GrapeCity inc. All rights reserved.