summaryrefslogtreecommitdiff
path: root/api/pl.treksoft.kvision.core/-widget/fade-out.html
diff options
context:
space:
mode:
Diffstat (limited to 'api/pl.treksoft.kvision.core/-widget/fade-out.html')
-rw-r--r--api/pl.treksoft.kvision.core/-widget/fade-out.html24
1 files changed, 24 insertions, 0 deletions
diff --git a/api/pl.treksoft.kvision.core/-widget/fade-out.html b/api/pl.treksoft.kvision.core/-widget/fade-out.html
new file mode 100644
index 00000000..d138ca03
--- /dev/null
+++ b/api/pl.treksoft.kvision.core/-widget/fade-out.html
@@ -0,0 +1,24 @@
+<HTML>
+<HEAD>
+<meta charset="UTF-8">
+<title>Widget.fadeOut - kvision</title>
+<link rel="stylesheet" href="../../../style.css">
+</HEAD>
+<BODY>
+<a href="../../index.html">kvision</a>&nbsp;/&nbsp;<a href="../index.html">pl.treksoft.kvision.core</a>&nbsp;/&nbsp;<a href="index.html">Widget</a>&nbsp;/&nbsp;<a href="./fade-out.html">fadeOut</a><br/>
+<br/>
+<h1>fadeOut</h1>
+(js) <a name="pl.treksoft.kvision.core.Widget$fadeOut(kotlin.Int, pl.treksoft.kvision.core.Easing, kotlin.Function0((kotlin.Unit)))"></a>
+<code><span class="keyword">open</span> <span class="keyword">fun </span><span class="identifier">fadeOut</span><span class="symbol">(</span><span class="identifier" id="pl.treksoft.kvision.core.Widget$fadeOut(kotlin.Int, pl.treksoft.kvision.core.Easing, kotlin.Function0((kotlin.Unit)))/duration">duration</span><span class="symbol">:</span>&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html"><span class="identifier">Int</span></a>&nbsp;<span class="symbol">=</span>&nbsp;400<span class="symbol">, </span><span class="identifier" id="pl.treksoft.kvision.core.Widget$fadeOut(kotlin.Int, pl.treksoft.kvision.core.Easing, kotlin.Function0((kotlin.Unit)))/easing">easing</span><span class="symbol">:</span>&nbsp;<a href="../-easing/index.html"><span class="identifier">Easing</span></a>&nbsp;<span class="symbol">=</span>&nbsp;Easing.SWING<span class="symbol">, </span><span class="identifier" id="pl.treksoft.kvision.core.Widget$fadeOut(kotlin.Int, pl.treksoft.kvision.core.Easing, kotlin.Function0((kotlin.Unit)))/complete">complete</span><span class="symbol">:</span>&nbsp;<span class="symbol">(</span><span class="symbol">(</span><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>&nbsp;<span class="symbol">=</span>&nbsp;null<span class="symbol">)</span><span class="symbol">: </span><a href="index.html"><span class="identifier">Widget</span></a></code>
+<p>Hides current widget with fade out effect.</p>
+<h3>Parameters</h3>
+<p><a name="duration"></a>
+<code>duration</code> - a duration of the animation</p>
+<p><a name="easing"></a>
+<code>easing</code> - an easing function to use</p>
+<p><a name="complete"></a>
+<code>complete</code> - a callback function called after the animation completes</p>
+<p><strong>Return</strong><br/>
+current widget</p>
+</BODY>
+</HTML>