summaryrefslogtreecommitdiff
path: root/api/pl.treksoft.kvision.chart.js/-chart/-chart-animation-object/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'api/pl.treksoft.kvision.chart.js/-chart/-chart-animation-object/index.html')
-rw-r--r--api/pl.treksoft.kvision.chart.js/-chart/-chart-animation-object/index.html20
1 files changed, 13 insertions, 7 deletions
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
index aa874a81..0e8b975d 100644
--- 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
@@ -8,48 +8,54 @@
<a href="../../../index.html">kvision</a>&nbsp;/&nbsp;<a href="../../index.html">pl.treksoft.kvision.chart.js</a>&nbsp;/&nbsp;<a href="../index.html">Chart</a>&nbsp;/&nbsp;<a href="./index.html">ChartAnimationObject</a><br/>
<br/>
<h1>ChartAnimationObject</h1>
-<code><span class="keyword">interface </span><span class="identifier">ChartAnimationObject</span></code>
+(js) <code><span class="keyword">interface </span><span class="identifier">ChartAnimationObject</span></code>
<h3>Properties</h3>
<table>
<tbody>
<tr>
<td>
-<p><a href="current-step.html">currentStep</a></p>
+(js)
+<h4><a href="current-step.html">currentStep</a></h4>
</td>
<td>
<code><span class="keyword">open</span> <span class="keyword">var </span><span class="identifier">currentStep</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-number/index.html"><span class="identifier">Number</span></a><span class="symbol">?</span></code></td>
</tr>
<tr>
<td>
-<p><a href="easing.html">easing</a></p>
+(js)
+<h4><a href="easing.html">easing</a></h4>
</td>
<td>
<code><span class="keyword">open</span> <span class="keyword">var </span><span class="identifier">easing</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">?</span></code></td>
</tr>
<tr>
<td>
-<p><a href="num-steps.html">numSteps</a></p>
+(js)
+<h4><a href="num-steps.html">numSteps</a></h4>
</td>
<td>
<code><span class="keyword">open</span> <span class="keyword">var </span><span class="identifier">numSteps</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-number/index.html"><span class="identifier">Number</span></a><span class="symbol">?</span></code></td>
</tr>
<tr>
<td>
-<p><a href="on-animation-complete.html">onAnimationComplete</a></p>
+(js)
+<h4><a href="on-animation-complete.html">onAnimationComplete</a></h4>
</td>
<td>
<code><span class="keyword">open</span> <span class="keyword">val </span><span class="identifier">onAnimationComplete</span><span class="symbol">: </span><span class="symbol">(</span><span class="symbol">(</span><span class="identifier">arg</span><span class="symbol">:</span>&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html"><span class="identifier">Any</span></a><span class="symbol">)</span>&nbsp;<span class="symbol">-&gt;</span>&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html"><span class="identifier">Unit</span></a><span class="symbol">)</span><span class="symbol">?</span></code></td>
</tr>
<tr>
<td>
-<p><a href="on-animation-progress.html">onAnimationProgress</a></p>
+(js)
+<h4><a href="on-animation-progress.html">onAnimationProgress</a></h4>
</td>
<td>
<code><span class="keyword">open</span> <span class="keyword">val </span><span class="identifier">onAnimationProgress</span><span class="symbol">: </span><span class="symbol">(</span><span class="symbol">(</span><span class="identifier">arg</span><span class="symbol">:</span>&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html"><span class="identifier">Any</span></a><span class="symbol">)</span>&nbsp;<span class="symbol">-&gt;</span>&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html"><span class="identifier">Unit</span></a><span class="symbol">)</span><span class="symbol">?</span></code></td>
</tr>
<tr>
<td>
-<p><a href="render.html">render</a></p>
+(js)
+<h4><a href="render.html">render</a></h4>
</td>
<td>
<code><span class="keyword">open</span> <span class="keyword">val </span><span class="identifier">render</span><span class="symbol">: </span><span class="symbol">(</span><span class="symbol">(</span><span class="identifier">arg</span><span class="symbol">:</span>&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html"><span class="identifier">Any</span></a><span class="symbol">)</span>&nbsp;<span class="symbol">-&gt;</span>&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html"><span class="identifier">Unit</span></a><span class="symbol">)</span><span class="symbol">?</span></code></td>