Wijmo UI for the Web
easing フィールド

seriesList オプションのデータを変更した後 wijpiechart 系列が再ロードされたときにユーザーが体験するアニメーションイージング効果のタイプを設定します。

型: String

デフォルト値: "easeInCubic"

シンタックス
Javascript (Usage) 
var instance; //タイプ:wijmo.chart.piechart_animation;
var value; // Type: string
value = instance.easing;
Javascript (Specification) 
var easing : string;
解説

Valid values:

Easing is defined in Raphael. You can visit the external documentation here: http://raphaeljs.com/reference.html#Raphael.easing_formulas

You can also create custom easing animations using jQuery UI Easings.

関連トピック

参照

piechart_animation インターフェース

 

 


Copyright © GrapeCity inc. All rights reserved.