|
29 | 29 | <meta name="loc:changeTheme" content="Change theme">
|
30 | 30 | <meta name="loc:copy" content="Copy">
|
31 | 31 | <meta name="loc:downloadPdf" content="Download PDF">
|
32 |
| - </head> |
33 | 32 |
|
34 |
| - <script type="module" src="./../public/docfx.min.js"></script> |
| 33 | + <script type="module" src="./../public/docfx.min.js"></script> |
35 | 34 |
|
36 |
| - <script> |
37 |
| - const theme = localStorage.getItem('theme') || 'auto' |
38 |
| - document.documentElement.setAttribute('data-bs-theme', theme === 'auto' ? (window.matchMedia('(prefers-color-scheme: dark)').matches ? 'dark' : 'light') : theme) |
39 |
| - </script> |
| 35 | + <script> |
| 36 | + const theme = localStorage.getItem('theme') || 'auto' |
| 37 | + document.documentElement.setAttribute('data-bs-theme', theme === 'auto' ? (window.matchMedia('(prefers-color-scheme: dark)').matches ? 'dark' : 'light') : theme) |
| 38 | + </script> |
40 | 39 |
|
| 40 | + </head> |
41 | 41 |
|
42 | 42 | <body class="tex2jax_ignore" data-layout="" data-yaml-mime="ManagedReference">
|
43 | 43 | <header class="bg-body border-bottom">
|
@@ -89,7 +89,7 @@ <h5 class="offcanvas-title" id="tocOffcanvasLabel">Table of Contents</h5>
|
89 | 89 |
|
90 | 90 |
|
91 | 91 | <h1 id="Fantas_AnimationTimingFunction" data-uid="Fantas.AnimationTimingFunction" class="text-break">
|
92 |
| -Delegate AnimationTimingFunction <a class="header-action link-secondary" title="View source" href="https://github.com/codefoco/Fantas/blob/49deea3989bfd3c9b578d4e4208dd09fde613359/src/Animation/AnimationTimingFunction.cs"><i class="bi bi-code-slash"></i></a> |
| 92 | +Delegate AnimationTimingFunction <a class="header-action link-secondary" title="View source" href="https://github.com/codefoco/Fantas/blob/c7ee33a8f6266856ee02c7bd37c308f71be6d1ad/src/Animation/AnimationTimingFunction.cs"><i class="bi bi-code-slash"></i></a> |
93 | 93 | </h1>
|
94 | 94 |
|
95 | 95 | <div class="facts text-secondary">
|
@@ -135,7 +135,7 @@ <h2 class="section" id="constructors">Constructors
|
135 | 135 |
|
136 | 136 | <h3 id="Fantas_AnimationTimingFunction__ctor_System_Object_System_IntPtr_" data-uid="Fantas.AnimationTimingFunction.#ctor(System.Object,System.IntPtr)">
|
137 | 137 | AnimationTimingFunction(object, nint)
|
138 |
| - <a class="header-action link-secondary" title="View source" href="https://github.com/codefoco/Fantas/blob/49deea3989bfd3c9b578d4e4208dd09fde613359/src/Animation/AnimationTimingFunction.cs"><i class="bi bi-code-slash"></i></a> |
| 138 | + <a class="header-action link-secondary" title="View source" href="https://github.com/codefoco/Fantas/blob/c7ee33a8f6266856ee02c7bd37c308f71be6d1ad/src/Animation/AnimationTimingFunction.cs"><i class="bi bi-code-slash"></i></a> |
139 | 139 | </h3>
|
140 | 140 |
|
141 | 141 | <div class="markdown level1 summary"></div>
|
@@ -172,7 +172,7 @@ <h2 class="section" id="methods">Methods
|
172 | 172 |
|
173 | 173 | <h3 id="Fantas_AnimationTimingFunction_BeginInvoke_System_Single_System_AsyncCallback_System_Object_" data-uid="Fantas.AnimationTimingFunction.BeginInvoke(System.Single,System.AsyncCallback,System.Object)">
|
174 | 174 | BeginInvoke(float, AsyncCallback, object)
|
175 |
| - <a class="header-action link-secondary" title="View source" href="https://github.com/codefoco/Fantas/blob/49deea3989bfd3c9b578d4e4208dd09fde613359/src/Animation/AnimationTimingFunction.cs"><i class="bi bi-code-slash"></i></a> |
| 175 | + <a class="header-action link-secondary" title="View source" href="https://github.com/codefoco/Fantas/blob/c7ee33a8f6266856ee02c7bd37c308f71be6d1ad/src/Animation/AnimationTimingFunction.cs"><i class="bi bi-code-slash"></i></a> |
176 | 176 | </h3>
|
177 | 177 |
|
178 | 178 | <div class="markdown level1 summary"></div>
|
@@ -212,7 +212,7 @@ <h4 class="section">Returns</h4>
|
212 | 212 |
|
213 | 213 | <h3 id="Fantas_AnimationTimingFunction_EndInvoke_System_IAsyncResult_" data-uid="Fantas.AnimationTimingFunction.EndInvoke(System.IAsyncResult)">
|
214 | 214 | EndInvoke(IAsyncResult)
|
215 |
| - <a class="header-action link-secondary" title="View source" href="https://github.com/codefoco/Fantas/blob/49deea3989bfd3c9b578d4e4208dd09fde613359/src/Animation/AnimationTimingFunction.cs"><i class="bi bi-code-slash"></i></a> |
| 215 | + <a class="header-action link-secondary" title="View source" href="https://github.com/codefoco/Fantas/blob/c7ee33a8f6266856ee02c7bd37c308f71be6d1ad/src/Animation/AnimationTimingFunction.cs"><i class="bi bi-code-slash"></i></a> |
216 | 216 | </h3>
|
217 | 217 |
|
218 | 218 | <div class="markdown level1 summary"></div>
|
@@ -248,7 +248,7 @@ <h4 class="section">Returns</h4>
|
248 | 248 |
|
249 | 249 | <h3 id="Fantas_AnimationTimingFunction_Invoke_System_Single_" data-uid="Fantas.AnimationTimingFunction.Invoke(System.Single)">
|
250 | 250 | Invoke(float)
|
251 |
| - <a class="header-action link-secondary" title="View source" href="https://github.com/codefoco/Fantas/blob/49deea3989bfd3c9b578d4e4208dd09fde613359/src/Animation/AnimationTimingFunction.cs"><i class="bi bi-code-slash"></i></a> |
| 251 | + <a class="header-action link-secondary" title="View source" href="https://github.com/codefoco/Fantas/blob/c7ee33a8f6266856ee02c7bd37c308f71be6d1ad/src/Animation/AnimationTimingFunction.cs"><i class="bi bi-code-slash"></i></a> |
252 | 252 | </h3>
|
253 | 253 |
|
254 | 254 | <div class="markdown level1 summary"></div>
|
@@ -284,7 +284,7 @@ <h4 class="section">Returns</h4>
|
284 | 284 | </article>
|
285 | 285 |
|
286 | 286 | <div class="contribution d-print-none">
|
287 |
| - <a href="https://github.com/codefoco/Fantas/blob/49deea3989bfd3c9b578d4e4208dd09fde613359/src/Animation/AnimationTimingFunction.cs" class="edit-link">Edit this page</a> |
| 287 | + <a href="https://github.com/codefoco/Fantas/blob/c7ee33a8f6266856ee02c7bd37c308f71be6d1ad/src/Animation/AnimationTimingFunction.cs" class="edit-link">Edit this page</a> |
288 | 288 | </div>
|
289 | 289 |
|
290 | 290 |
|
|
0 commit comments