-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Deploying to gh-pages from @ 266db43 🚀
- Loading branch information
0 parents
commit a33fd53
Showing
1,331 changed files
with
180,786 additions
and
0 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
Manifest-Version: 1.0 | ||
|
Large diffs are not rendered by default.
Oops, something went wrong.
60 changes: 60 additions & 0 deletions
60
bgw-gui-kdoc/bgw-gui/tools.aqua.bgw.animation/-animation/duration.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,60 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<meta name="viewport" content="width=device-width, initial-scale=1" charset="UTF-8"> | ||
<title>duration</title> | ||
<link href="../../../images/logo-icon.svg" rel="icon" type="image/svg"> | ||
<script>var pathToRoot = "../../../";</script> | ||
<script>const storage = localStorage.getItem("dokka-dark-mode") | ||
const savedDarkMode = storage ? JSON.parse(storage) : false | ||
if(savedDarkMode === true){ | ||
document.getElementsByTagName("html")[0].classList.add("theme-dark") | ||
}</script> | ||
<script type="text/javascript" src="../../../scripts/sourceset_dependencies.js" async="async"></script> | ||
<link href="../../../styles/style.css" rel="Stylesheet"> | ||
<link href="../../../styles/jetbrains-mono.css" rel="Stylesheet"> | ||
<link href="../../../styles/main.css" rel="Stylesheet"> | ||
<link href="../../../styles/prism.css" rel="Stylesheet"> | ||
<link href="../../../styles/logo-styles.css" rel="Stylesheet"> | ||
<script type="text/javascript" src="../../../scripts/clipboard.js" async="async"></script> | ||
<script type="text/javascript" src="../../../scripts/navigation-loader.js" async="async"></script> | ||
<script type="text/javascript" src="../../../scripts/platform-content-handler.js" async="async"></script> | ||
<script type="text/javascript" src="../../../scripts/main.js" defer="defer"></script> | ||
<script type="text/javascript" src="../../../scripts/prism.js" async="async"></script> | ||
</head> | ||
<body> | ||
<div class="navigation-wrapper" id="navigation-wrapper"> | ||
<div id="leftToggler"><span class="icon-toggler"></span></div> | ||
<div class="library-name"> | ||
<a href="../../../index.html"> | ||
<span>bgw-gui</span> | ||
</a> | ||
</div> | ||
<div> | ||
0.9-5-266db43-SNAPSHOT </div> | ||
<div class="pull-right d-flex"> | ||
<button id="theme-toggle-button"><span id="theme-toggle"></span></button> | ||
<div id="searchBar"></div> | ||
</div> | ||
</div> | ||
<div id="container"> | ||
<div id="leftColumn"> | ||
<div id="sideMenu"></div> | ||
</div> | ||
<div id="main"> | ||
<div class="main-content" id="content" pageIds="bgw-gui::tools.aqua.bgw.animation/Animation/duration/#/PointingToDeclaration//1459265941"> | ||
<div class="breadcrumbs"><a href="../../../index.html">bgw-gui</a><span class="delimiter">/</span><a href="../index.html">tools.aqua.bgw.animation</a><span class="delimiter">/</span><a href="index.html">Animation</a><span class="delimiter">/</span><a href="duration.html">duration</a></div> | ||
<div class="cover "> | ||
<h1 class="cover"><span><span>duration</span></span></h1> | ||
</div> | ||
<div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-depenent-content" data-active="" data-togglable=":bgw-gui:dokkaHtml/main"><div class="symbol monospace"><span class="token keyword"></span><span class="token keyword">val </span><a href="duration.html">duration</a><span class="token operator">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a><span class="top-right-position"><span class="copy-icon"></span><div class="copy-popup-wrapper popup-to-left"><span class="copy-popup-icon"></span><span>Content copied to clipboard</span></div></span></div></div></div> | ||
</div> | ||
<div class="footer"> | ||
<span class="go-to-top-icon"><a href="#content" id="go-to-top-link"></a></span><span>© 2024 Copyright</span><span | ||
class="pull-right"><span>Generated by </span><a | ||
href="https://github.com/Kotlin/dokka"><span>dokka</span><span class="padded-icon"></span></a></span> | ||
</div> | ||
</div> | ||
</div> | ||
</body> | ||
</html> |
158 changes: 158 additions & 0 deletions
158
bgw-gui-kdoc/bgw-gui/tools.aqua.bgw.animation/-animation/index.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,158 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<meta name="viewport" content="width=device-width, initial-scale=1" charset="UTF-8"> | ||
<title>Animation</title> | ||
<link href="../../../images/logo-icon.svg" rel="icon" type="image/svg"> | ||
<script>var pathToRoot = "../../../";</script> | ||
<script>const storage = localStorage.getItem("dokka-dark-mode") | ||
const savedDarkMode = storage ? JSON.parse(storage) : false | ||
if(savedDarkMode === true){ | ||
document.getElementsByTagName("html")[0].classList.add("theme-dark") | ||
}</script> | ||
<script type="text/javascript" src="../../../scripts/sourceset_dependencies.js" async="async"></script> | ||
<link href="../../../styles/style.css" rel="Stylesheet"> | ||
<link href="../../../styles/jetbrains-mono.css" rel="Stylesheet"> | ||
<link href="../../../styles/main.css" rel="Stylesheet"> | ||
<link href="../../../styles/prism.css" rel="Stylesheet"> | ||
<link href="../../../styles/logo-styles.css" rel="Stylesheet"> | ||
<script type="text/javascript" src="../../../scripts/clipboard.js" async="async"></script> | ||
<script type="text/javascript" src="../../../scripts/navigation-loader.js" async="async"></script> | ||
<script type="text/javascript" src="../../../scripts/platform-content-handler.js" async="async"></script> | ||
<script type="text/javascript" src="../../../scripts/main.js" defer="defer"></script> | ||
<script type="text/javascript" src="../../../scripts/prism.js" async="async"></script> | ||
</head> | ||
<body> | ||
<div class="navigation-wrapper" id="navigation-wrapper"> | ||
<div id="leftToggler"><span class="icon-toggler"></span></div> | ||
<div class="library-name"> | ||
<a href="../../../index.html"> | ||
<span>bgw-gui</span> | ||
</a> | ||
</div> | ||
<div> | ||
0.9-5-266db43-SNAPSHOT </div> | ||
<div class="pull-right d-flex"> | ||
<button id="theme-toggle-button"><span id="theme-toggle"></span></button> | ||
<div id="searchBar"></div> | ||
</div> | ||
</div> | ||
<div id="container"> | ||
<div id="leftColumn"> | ||
<div id="sideMenu"></div> | ||
</div> | ||
<div id="main"> | ||
<div class="main-content" id="content" pageIds="bgw-gui::tools.aqua.bgw.animation/Animation///PointingToDeclaration//1459265941"> | ||
<div class="breadcrumbs"><a href="../../../index.html">bgw-gui</a><span class="delimiter">/</span><a href="../index.html">tools.aqua.bgw.animation</a><span class="delimiter">/</span><a href="index.html">Animation</a></div> | ||
<div class="cover "> | ||
<h1 class="cover"><span><span>Animation</span></span></h1> | ||
<div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-depenent-content" data-active="" data-togglable=":bgw-gui:dokkaHtml/main"><div class="symbol monospace"><span class="token keyword">sealed </span><span class="token keyword">class </span><a href="index.html">Animation</a><span class="top-right-position"><span class="copy-icon"></span><div class="copy-popup-wrapper popup-to-left"><span class="copy-popup-icon"></span><span>Content copied to clipboard</span></div></span></div><p class="paragraph"><a href="index.html">Animation</a> baseclass.</p></div></div> | ||
</div> | ||
<div class="tabbedcontent"> | ||
<div class="tabs-section" tabs-section="tabs-section"><button class="section-tab" data-active="" data-togglable="Properties">Properties</button><button class="section-tab" data-togglable="Inheritors">Inheritors</button></div> | ||
<div class="tabs-section-body"> | ||
<h2 class="">Properties</h2> | ||
<div class="table" data-togglable="Properties"><a data-name="-1556819880%2FProperties%2F1459265941" anchor-label="duration" id="-1556819880%2FProperties%2F1459265941" data-filterable-set=":bgw-gui:dokkaHtml/main"></a> | ||
<div class="table-row" data-filterable-current=":bgw-gui:dokkaHtml/main" data-filterable-set=":bgw-gui:dokkaHtml/main"> | ||
<div class="main-subrow keyValue "> | ||
<div class=""><span class="inline-flex"> | ||
<div><a href="duration.html"><span><span>duration</span></span></a></div> | ||
<span class="anchor-wrapper"><span class="anchor-icon" pointing-to="-1556819880%2FProperties%2F1459265941"></span> | ||
<div class="copy-popup-wrapper "><span class="copy-popup-icon"></span><span>Link copied to clipboard</span></div> | ||
</span></span></div> | ||
<div> | ||
<div class="title"> | ||
<div class="platform-hinted " data-platform-hinted="data-platform-hinted" data-togglable="Properties"><div class="content sourceset-depenent-content" data-active="" data-togglable=":bgw-gui:dokkaHtml/main"><a data-name="-1556819880%2FProperties%2F1459265941" anchor-label="duration" id="-1556819880%2FProperties%2F1459265941" data-filterable-set=":bgw-gui:dokkaHtml/main"></a><div class="symbol monospace"><span class="token keyword"></span><span class="token keyword">val </span><a href="duration.html">duration</a><span class="token operator">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a><span class="top-right-position"><span class="copy-icon"></span><div class="copy-popup-wrapper popup-to-left"><span class="copy-popup-icon"></span><span>Content copied to clipboard</span></div></span></div><div class="brief "><a data-name="-1556819880%2FProperties%2F1459265941" anchor-label="duration" id="-1556819880%2FProperties%2F1459265941" data-filterable-set=":bgw-gui:dokkaHtml/main"></a><p class="paragraph">Duration in milliseconds.</p></div></div></div> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
<a data-name="38061657%2FProperties%2F1459265941" anchor-label="isRunning" id="38061657%2FProperties%2F1459265941" data-filterable-set=":bgw-gui:dokkaHtml/main"></a> | ||
<div class="table-row" data-filterable-current=":bgw-gui:dokkaHtml/main" data-filterable-set=":bgw-gui:dokkaHtml/main"> | ||
<div class="main-subrow keyValue "> | ||
<div class=""><span class="inline-flex"> | ||
<div><a href="is-running.html"><span>is</span><wbr></wbr><span><span>Running</span></span></a></div> | ||
<span class="anchor-wrapper"><span class="anchor-icon" pointing-to="38061657%2FProperties%2F1459265941"></span> | ||
<div class="copy-popup-wrapper "><span class="copy-popup-icon"></span><span>Link copied to clipboard</span></div> | ||
</span></span></div> | ||
<div> | ||
<div class="title"> | ||
<div class="platform-hinted " data-platform-hinted="data-platform-hinted" data-togglable="Properties"><div class="content sourceset-depenent-content" data-active="" data-togglable=":bgw-gui:dokkaHtml/main"><a data-name="38061657%2FProperties%2F1459265941" anchor-label="isRunning" id="38061657%2FProperties%2F1459265941" data-filterable-set=":bgw-gui:dokkaHtml/main"></a><div class="symbol monospace"><span class="token keyword"></span><span class="token keyword">var </span><a href="is-running.html">isRunning</a><span class="token operator">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a><span class="token operator"> = </span><span class="token boolean">false</span><span class="top-right-position"><span class="copy-icon"></span><div class="copy-popup-wrapper popup-to-left"><span class="copy-popup-icon"></span><span>Content copied to clipboard</span></div></span></div><div class="brief "><a data-name="38061657%2FProperties%2F1459265941" anchor-label="isRunning" id="38061657%2FProperties%2F1459265941" data-filterable-set=":bgw-gui:dokkaHtml/main"></a><p class="paragraph"><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a> indicating whether the <a href="index.html">Animation</a> is currently running.</p></div></div></div> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
<a data-name="-113218213%2FProperties%2F1459265941" anchor-label="onFinished" id="-113218213%2FProperties%2F1459265941" data-filterable-set=":bgw-gui:dokkaHtml/main"></a> | ||
<div class="table-row" data-filterable-current=":bgw-gui:dokkaHtml/main" data-filterable-set=":bgw-gui:dokkaHtml/main"> | ||
<div class="main-subrow keyValue "> | ||
<div class=""><span class="inline-flex"> | ||
<div><a href="on-finished.html"><span>on</span><wbr></wbr><span><span>Finished</span></span></a></div> | ||
<span class="anchor-wrapper"><span class="anchor-icon" pointing-to="-113218213%2FProperties%2F1459265941"></span> | ||
<div class="copy-popup-wrapper "><span class="copy-popup-icon"></span><span>Link copied to clipboard</span></div> | ||
</span></span></div> | ||
<div> | ||
<div class="title"> | ||
<div class="platform-hinted " data-platform-hinted="data-platform-hinted" data-togglable="Properties"><div class="content sourceset-depenent-content" data-active="" data-togglable=":bgw-gui:dokkaHtml/main"><a data-name="-113218213%2FProperties%2F1459265941" anchor-label="onFinished" id="-113218213%2FProperties%2F1459265941" data-filterable-set=":bgw-gui:dokkaHtml/main"></a><div class="symbol monospace"><span class="token keyword"></span><span class="token keyword">var </span><a href="on-finished.html">onFinished</a><span class="token operator">: </span><span class="token punctuation">(</span><span class="token keyword"></span><a href="../../tools.aqua.bgw.event/-animation-finished-event/index.html">AnimationFinishedEvent</a><span class="token punctuation">)</span><span class="token operator"> -> </span><span class="token keyword"></span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a><span class="token operator">?</span><span class="token operator"> = </span>null<span class="top-right-position"><span class="copy-icon"></span><div class="copy-popup-wrapper popup-to-left"><span class="copy-popup-icon"></span><span>Content copied to clipboard</span></div></span></div><div class="brief "><a data-name="-113218213%2FProperties%2F1459265941" anchor-label="onFinished" id="-113218213%2FProperties%2F1459265941" data-filterable-set=":bgw-gui:dokkaHtml/main"></a><p class="paragraph">Gets invoked when <a href="index.html">Animation</a> has finished.</p></div></div></div> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
<h2 class="">Inheritors</h2> | ||
<div class="table" data-togglable="Inheritors"><a data-name="1161306244%2FInheritors%2F1459265941" anchor-label="ComponentAnimation" id="1161306244%2FInheritors%2F1459265941" data-filterable-set=":bgw-gui:dokkaHtml/main"></a> | ||
<div class="table-row" data-filterable-current=":bgw-gui:dokkaHtml/main" data-filterable-set=":bgw-gui:dokkaHtml/main"> | ||
<div class="main-subrow keyValue "> | ||
<div class=""><span class="inline-flex"> | ||
<div><a href="../-component-animation/index.html">ComponentAnimation</a></div> | ||
<span class="anchor-wrapper"><span class="anchor-icon" pointing-to="1161306244%2FInheritors%2F1459265941"></span> | ||
<div class="copy-popup-wrapper "><span class="copy-popup-icon"></span><span>Link copied to clipboard</span></div> | ||
</span></span></div> | ||
<div></div> | ||
</div> | ||
</div> | ||
<a data-name="-859969398%2FInheritors%2F1459265941" anchor-label="DelayAnimation" id="-859969398%2FInheritors%2F1459265941" data-filterable-set=":bgw-gui:dokkaHtml/main"></a> | ||
<div class="table-row" data-filterable-current=":bgw-gui:dokkaHtml/main" data-filterable-set=":bgw-gui:dokkaHtml/main"> | ||
<div class="main-subrow keyValue "> | ||
<div class=""><span class="inline-flex"> | ||
<div><a href="../-delay-animation/index.html">DelayAnimation</a></div> | ||
<span class="anchor-wrapper"><span class="anchor-icon" pointing-to="-859969398%2FInheritors%2F1459265941"></span> | ||
<div class="copy-popup-wrapper "><span class="copy-popup-icon"></span><span>Link copied to clipboard</span></div> | ||
</span></span></div> | ||
<div></div> | ||
</div> | ||
</div> | ||
<a data-name="-440370982%2FInheritors%2F1459265941" anchor-label="ParallelAnimation" id="-440370982%2FInheritors%2F1459265941" data-filterable-set=":bgw-gui:dokkaHtml/main"></a> | ||
<div class="table-row" data-filterable-current=":bgw-gui:dokkaHtml/main" data-filterable-set=":bgw-gui:dokkaHtml/main"> | ||
<div class="main-subrow keyValue "> | ||
<div class=""><span class="inline-flex"> | ||
<div><a href="../-parallel-animation/index.html">ParallelAnimation</a></div> | ||
<span class="anchor-wrapper"><span class="anchor-icon" pointing-to="-440370982%2FInheritors%2F1459265941"></span> | ||
<div class="copy-popup-wrapper "><span class="copy-popup-icon"></span><span>Link copied to clipboard</span></div> | ||
</span></span></div> | ||
<div></div> | ||
</div> | ||
</div> | ||
<a data-name="-644631470%2FInheritors%2F1459265941" anchor-label="SequentialAnimation" id="-644631470%2FInheritors%2F1459265941" data-filterable-set=":bgw-gui:dokkaHtml/main"></a> | ||
<div class="table-row" data-filterable-current=":bgw-gui:dokkaHtml/main" data-filterable-set=":bgw-gui:dokkaHtml/main"> | ||
<div class="main-subrow keyValue "> | ||
<div class=""><span class="inline-flex"> | ||
<div><a href="../-sequential-animation/index.html">SequentialAnimation</a></div> | ||
<span class="anchor-wrapper"><span class="anchor-icon" pointing-to="-644631470%2FInheritors%2F1459265941"></span> | ||
<div class="copy-popup-wrapper "><span class="copy-popup-icon"></span><span>Link copied to clipboard</span></div> | ||
</span></span></div> | ||
<div></div> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
<div class="footer"> | ||
<span class="go-to-top-icon"><a href="#content" id="go-to-top-link"></a></span><span>© 2024 Copyright</span><span | ||
class="pull-right"><span>Generated by </span><a | ||
href="https://github.com/Kotlin/dokka"><span>dokka</span><span class="padded-icon"></span></a></span> | ||
</div> | ||
</div> | ||
</div> | ||
</body> | ||
</html> |
Oops, something went wrong.