From e992f3f13ec46cad15cc7d6982e64ffc7223eb9a Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Sun, 10 Mar 2019 14:42:30 +0100 Subject: API documentation for KVision 0.0.29 --- .../-chart/-chart-animation-object/index.html | 60 ++++++++++++++++++++++ 1 file changed, 60 insertions(+) create mode 100644 api/pl.treksoft.kvision.chart.js/-chart/-chart-animation-object/index.html (limited to 'api/pl.treksoft.kvision.chart.js/-chart/-chart-animation-object/index.html') diff --git a/api/pl.treksoft.kvision.chart.js/-chart/-chart-animation-object/index.html b/api/pl.treksoft.kvision.chart.js/-chart/-chart-animation-object/index.html new file mode 100644 index 00000000..0e4fb0b1 --- /dev/null +++ b/api/pl.treksoft.kvision.chart.js/-chart/-chart-animation-object/index.html @@ -0,0 +1,60 @@ + + + +Chart.ChartAnimationObject - kvision + + + +kvision / pl.treksoft.kvision.chart.js / Chart / ChartAnimationObject
+
+

ChartAnimationObject

+interface ChartAnimationObject +

Properties

+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
+

currentStep

+
+open var currentStep: Number?
+

easing

+
+open var easing: String?
+

numSteps

+
+open var numSteps: Number?
+

onAnimationComplete

+
+open val onAnimationComplete: (arg: Any) -> Unit
+

onAnimationProgress

+
+open val onAnimationProgress: (arg: Any) -> Unit
+

render

+
+open val render: (arg: Any) -> Unit
+ + -- cgit