|
1 |
| -<html> |
2 |
| - <head> |
| 1 | +<!DOCTYPE html> |
| 2 | +<html class="no-js"> |
| 3 | +<head> |
3 | 4 | <meta name="viewport" content="width=device-width, initial-scale=1" charset="UTF-8">
|
4 | 5 | <title>HORIZONTAL_CLOCKWISE</title>
|
5 |
| -<link href="../../../../images/logo-icon.svg" rel="icon" type="image/svg"><script>var pathToRoot = "../../../../";</script> <script>const storage = localStorage.getItem("dokka-dark-mode") |
6 |
| -const savedDarkMode = storage ? JSON.parse(storage) : false |
7 |
| -if(savedDarkMode === true){ |
8 |
| - document.getElementsByTagName("html")[0].classList.add("theme-dark") |
9 |
| -}</script> |
10 |
| -<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> |
11 |
| - <body> |
12 |
| - <div class="navigation-wrapper" id="navigation-wrapper"> |
13 |
| - <div id="leftToggler"><span class="icon-toggler"></span></div> |
14 |
| - <div class="library-name"><a href="../../../../index.html">flippable</a></div> |
15 |
| - <div></div> |
16 |
| - <div class="pull-right d-flex"><button id="theme-toggle-button"><span id="theme-toggle"></span></button> |
17 |
| - <div id="searchBar"></div> |
18 |
| - </div> |
| 6 | + <link href="../../../../images/logo-icon.svg" rel="icon" type="image/svg"> |
| 7 | + <script>var pathToRoot = "../../../../";</script> |
| 8 | + <script>document.documentElement.classList.replace("no-js","js");</script> |
| 9 | + <script>const storage = localStorage.getItem("dokka-dark-mode") |
| 10 | + if (storage == null) { |
| 11 | + const osDarkSchemePreferred = window.matchMedia && window.matchMedia('(prefers-color-scheme: dark)').matches |
| 12 | + if (osDarkSchemePreferred === true) { |
| 13 | + document.getElementsByTagName("html")[0].classList.add("theme-dark") |
| 14 | + } |
| 15 | + } else { |
| 16 | + const savedDarkMode = JSON.parse(storage) |
| 17 | + if(savedDarkMode === true) { |
| 18 | + document.getElementsByTagName("html")[0].classList.add("theme-dark") |
| 19 | + } |
| 20 | + } |
| 21 | + </script> |
| 22 | +<script type="text/javascript" src="https://unpkg.com/kotlin-playground@1/dist/playground.min.js" async="async"></script> |
| 23 | +<script type="text/javascript" src="../../../../scripts/sourceset_dependencies.js" async="async"></script> |
| 24 | +<link href="../../../../styles/style.css" rel="Stylesheet"> |
| 25 | +<link href="../../../../styles/main.css" rel="Stylesheet"> |
| 26 | +<link href="../../../../styles/prism.css" rel="Stylesheet"> |
| 27 | +<link href="../../../../styles/logo-styles.css" rel="Stylesheet"> |
| 28 | +<link href="../../../../styles/font-jb-sans-auto.css" rel="Stylesheet"> |
| 29 | +<script type="text/javascript" src="../../../../scripts/clipboard.js" async="async"></script> |
| 30 | +<script type="text/javascript" src="../../../../scripts/navigation-loader.js" async="async"></script> |
| 31 | +<script type="text/javascript" src="../../../../scripts/platform-content-handler.js" async="async"></script> |
| 32 | +<script type="text/javascript" src="../../../../scripts/main.js" defer="defer"></script> |
| 33 | +<script type="text/javascript" src="../../../../scripts/prism.js" async="async"></script> |
| 34 | +<script type="text/javascript" src="../../../../scripts/symbol-parameters-wrapper_deferred.js" defer="defer"></script> |
| 35 | +</head> |
| 36 | +<body> |
| 37 | + <div class="root"> |
| 38 | +<nav class="navigation" id="navigation-wrapper"> |
| 39 | + <div class="navigation--inner"> |
| 40 | + <div class="navigation-title"> |
| 41 | + <button class="menu-toggle" id="menu-toggle" type="button">toggle menu</button> |
| 42 | + <div class="library-name"> |
| 43 | + <a class="library-name--link" href="../../../../index.html"> |
| 44 | + flippable |
| 45 | + </a> |
| 46 | + </div> |
| 47 | + <div class="library-version"> |
| 48 | +1.5.4 </div> |
| 49 | + </div> |
| 50 | + <div class="filter-section" id="filter-section"> |
| 51 | + <button class="platform-tag platform-selector jvm-like" data-active="" data-filter=":flippable:dokkaHtml/release">androidJvm</button> |
| 52 | + </div> |
19 | 53 | </div>
|
20 |
| - <div id="container"> |
21 |
| - <div id="leftColumn"> |
22 |
| - <div id="sideMenu"></div> |
23 |
| - </div> |
24 |
| - <div id="main"> |
25 |
| - <div class="main-content" id="content" pageIds="flippable::com.wajahatkarim.flippable/FlipAnimationType.HORIZONTAL_CLOCKWISE///PointingToDeclaration//-725630179"> |
26 |
| - <div class="breadcrumbs"><a href="../../../../index.html">flippable</a>/<a href="../../index.html">com.wajahatkarim.flippable</a>/<a href="../index.html">FlipAnimationType</a>/<a href="index.html">HORIZONTAL_CLOCKWISE</a></div> |
27 |
| - <div class="cover "> |
28 |
| - <h1 class="cover"><span><span>HORIZONTAL_CLOCKWISE</span></span></h1> |
29 |
| - <div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-depenent-content" data-active="" data-togglable=":flippable:dokkaHtml/release"><div class="symbol monospace"><div class="block"><a href="index.html">HORIZONTAL_CLOCKWISE</a><span class="token punctuation">(</span><span class="token punctuation">)</span></div><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">Rotates the <a href="../../-flippable.html">Flippable</a> horizontally in the clockwise direction</p></div></div> |
30 |
| - </div> |
31 |
| - <div class="tabbedcontent"> |
32 |
| - <div class="tabs-section" tabs-section="tabs-section"><button class="section-tab" data-active="" data-togglable="Properties">Properties</button></div> |
33 |
| - <div class="tabs-section-body"> |
34 |
| - <h2 class="">Properties</h2> |
35 |
| - <div class="table" data-togglable="Properties"><a data-name="-372974862%2FProperties%2F-725630179" anchor-label="name" id="-372974862%2FProperties%2F-725630179" data-filterable-set=":flippable:dokkaHtml/release"></a> |
36 |
| - <div class="table-row" data-filterable-current=":flippable:dokkaHtml/release" data-filterable-set=":flippable:dokkaHtml/release"> |
37 |
| - <div class="main-subrow keyValue "> |
38 |
| - <div class=""><span class="inline-flex"> |
39 |
| - <div><a href="index.html#-372974862%2FProperties%2F-725630179">name</a></div> |
| 54 | + <div class="navigation-controls"> |
| 55 | + <button class="navigation-controls--btn navigation-controls--theme" id="theme-toggle-button" type="button">switch theme</button> |
| 56 | + <div class="navigation-controls--btn navigation-controls--search" id="searchBar" role="button">search in API</div> |
| 57 | + </div> |
| 58 | +</nav> |
| 59 | + <div id="container"> |
| 60 | + <div class="sidebar" id="leftColumn"> |
| 61 | + <div class="sidebar--inner" id="sideMenu"></div> |
| 62 | + </div> |
| 63 | + <div id="main"> |
| 64 | +<div class="main-content" data-page-type="classlike" id="content" pageIds="flippable::com.wajahatkarim.flippable/FlipAnimationType.HORIZONTAL_CLOCKWISE///PointingToDeclaration/{"org.jetbrains.dokka.links.EnumEntryDRIExtra":{"key":"org.jetbrains.dokka.links.EnumEntryDRIExtra"}}/-725630179"> |
| 65 | + <div class="breadcrumbs"><a href="../../../../index.html">flippable</a><span class="delimiter">/</span><a href="../../index.html">com.wajahatkarim.flippable</a><span class="delimiter">/</span><a href="../index.html">FlipAnimationType</a><span class="delimiter">/</span><span class="current">HORIZONTAL_CLOCKWISE</span></div> |
| 66 | + <div class="cover "> |
| 67 | + <h1 class="cover"><span><span>HORIZONTAL_CLOCKWISE</span></span></h1> |
| 68 | + <div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-dependent-content" data-active="" data-togglable=":flippable:dokkaHtml/release"><div class="symbol monospace"><div class="block"><a href="index.html">HORIZONTAL_CLOCKWISE</a></div></div><p class="paragraph">Rotates the <a href="../../-flippable.html">Flippable</a> horizontally in the clockwise direction</p></div></div> |
| 69 | + </div> |
| 70 | + <div class="tabbedcontent"> |
| 71 | + <div class="tabs-section" tabs-section="tabs-section"><button class="section-tab" data-active="" data-togglable="CONSTRUCTOR,TYPE,PROPERTY,FUNCTION">Members</button></div> |
| 72 | + <div class="tabs-section-body"> |
| 73 | + <div data-togglable="PROPERTY"> |
| 74 | + <h2 class="">Properties</h2> |
| 75 | + <div class="table"><a data-name="-372974862%2FProperties%2F-725630179" anchor-label="name" id="-372974862%2FProperties%2F-725630179" data-filterable-set=":flippable:dokkaHtml/release"></a> |
| 76 | + <div class="table-row" data-filterable-current=":flippable:dokkaHtml/release" data-filterable-set=":flippable:dokkaHtml/release"> |
| 77 | + <div class="main-subrow keyValue "> |
| 78 | + <div class=""><span class="inline-flex"> |
| 79 | + <div><a href="../-v-e-r-t-i-c-a-l_-a-n-t-i_-c-l-o-c-k-w-i-s-e/index.html#-372974862%2FProperties%2F-725630179"><span><span>name</span></span></a></div> |
40 | 80 | <span class="anchor-wrapper"><span class="anchor-icon" pointing-to="-372974862%2FProperties%2F-725630179"></span>
|
41 |
| - <div class="copy-popup-wrapper "><span class="copy-popup-icon"></span><span>Link copied to clipboard</span></div> |
42 |
| - </span></span></div> |
43 |
| - <div> |
44 |
| - <div class="title"> |
45 |
| - <div class="platform-hinted " data-platform-hinted="data-platform-hinted" data-togglable="Properties"><div class="content sourceset-depenent-content" data-active="" data-togglable=":flippable:dokkaHtml/release"><a data-name="-372974862%2FProperties%2F-725630179" anchor-label="name" id="-372974862%2FProperties%2F-725630179" data-filterable-set=":flippable:dokkaHtml/release"></a><div class="symbol monospace"><span class="token keyword"></span><span class="token keyword">val </span><a href="index.html#-372974862%2FProperties%2F-725630179">name</a><span class="token operator">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html">String</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> |
46 |
| - </div> |
47 |
| - </div> |
48 |
| - </div> |
| 81 | + <div class="copy-popup-wrapper "><span class="copy-popup-icon"></span><span>Link copied to clipboard</span></div> |
| 82 | + </span></span></div> |
| 83 | + <div> |
| 84 | + <div class="title"> |
| 85 | + <div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-dependent-content" data-active="" data-togglable=":flippable:dokkaHtml/release"><div class="symbol monospace"><span class="token keyword"></span><span class="token keyword">val </span><a href="../-v-e-r-t-i-c-a-l_-a-n-t-i_-c-l-o-c-k-w-i-s-e/index.html#-372974862%2FProperties%2F-725630179">name</a><span class="token operator">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html">String</a></div></div></div> |
49 | 86 | </div>
|
| 87 | + </div> |
| 88 | + </div> |
| 89 | + </div> |
50 | 90 | <a data-name="-739389684%2FProperties%2F-725630179" anchor-label="ordinal" id="-739389684%2FProperties%2F-725630179" data-filterable-set=":flippable:dokkaHtml/release"></a>
|
51 |
| - <div class="table-row" data-filterable-current=":flippable:dokkaHtml/release" data-filterable-set=":flippable:dokkaHtml/release"> |
52 |
| - <div class="main-subrow keyValue "> |
53 |
| - <div class=""><span class="inline-flex"> |
54 |
| - <div><a href="index.html#-739389684%2FProperties%2F-725630179">ordinal</a></div> |
| 91 | + <div class="table-row" data-filterable-current=":flippable:dokkaHtml/release" data-filterable-set=":flippable:dokkaHtml/release"> |
| 92 | + <div class="main-subrow keyValue "> |
| 93 | + <div class=""><span class="inline-flex"> |
| 94 | + <div><a href="../-v-e-r-t-i-c-a-l_-a-n-t-i_-c-l-o-c-k-w-i-s-e/index.html#-739389684%2FProperties%2F-725630179"><span><span>ordinal</span></span></a></div> |
55 | 95 | <span class="anchor-wrapper"><span class="anchor-icon" pointing-to="-739389684%2FProperties%2F-725630179"></span>
|
56 |
| - <div class="copy-popup-wrapper "><span class="copy-popup-icon"></span><span>Link copied to clipboard</span></div> |
57 |
| - </span></span></div> |
58 |
| - <div> |
59 |
| - <div class="title"> |
60 |
| - <div class="platform-hinted " data-platform-hinted="data-platform-hinted" data-togglable="Properties"><div class="content sourceset-depenent-content" data-active="" data-togglable=":flippable:dokkaHtml/release"><a data-name="-739389684%2FProperties%2F-725630179" anchor-label="ordinal" id="-739389684%2FProperties%2F-725630179" data-filterable-set=":flippable:dokkaHtml/release"></a><div class="symbol monospace"><span class="token keyword"></span><span class="token keyword">val </span><a href="index.html#-739389684%2FProperties%2F-725630179">ordinal</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> |
61 |
| - </div> |
62 |
| - </div> |
63 |
| - </div> |
| 96 | + <div class="copy-popup-wrapper "><span class="copy-popup-icon"></span><span>Link copied to clipboard</span></div> |
| 97 | + </span></span></div> |
| 98 | + <div> |
| 99 | + <div class="title"> |
| 100 | + <div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-dependent-content" data-active="" data-togglable=":flippable:dokkaHtml/release"><div class="symbol monospace"><span class="token keyword"></span><span class="token keyword">val </span><a href="../-v-e-r-t-i-c-a-l_-a-n-t-i_-c-l-o-c-k-w-i-s-e/index.html#-739389684%2FProperties%2F-725630179">ordinal</a><span class="token operator">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></div></div></div> |
64 | 101 | </div>
|
65 | 102 | </div>
|
66 | 103 | </div>
|
67 | 104 | </div>
|
68 | 105 | </div>
|
69 |
| - <div class="footer"><span class="go-to-top-icon"><a href="#content" id="go-to-top-link"></a></span><span>© 2022 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> |
70 | 106 | </div>
|
71 | 107 | </div>
|
72 |
| - </body> |
| 108 | + </div> |
| 109 | +</div> |
| 110 | + <div class="footer"> |
| 111 | + <span class="go-to-top-icon"><a href="#content" id="go-to-top-link"></a></span><span>© 2023 Copyright</span><span |
| 112 | + class="pull-right"><span>Generated by </span><a |
| 113 | + href="https://github.com/Kotlin/dokka"><span>dokka</span><span class="padded-icon"></span></a></span> |
| 114 | + </div> |
| 115 | + </div> |
| 116 | + </div> |
| 117 | + </div> |
| 118 | +</body> |
73 | 119 | </html>
|
74 |
| - |
|
0 commit comments