-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add tiny fix for Demo. Add
LoadingOpacityEdge
and change lowe…
…rBound opacity in loading state. Add new state `reloading` to `Status`. (#8)
- Loading branch information
Showing
5 changed files
with
158 additions
and
15 deletions.
There are no files selected for viewing
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
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
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
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
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 |
---|---|---|
@@ -1 +1,114 @@ | ||
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width,initial-scale=1,viewport-fit=cover"><link rel="icon" href="/AsyncDownSamplingImage/favicon.ico"><link rel="mask-icon" href="/AsyncDownSamplingImage/favicon.svg" color="#333333"><title>Documentation</title><script>var baseUrl = "/AsyncDownSamplingImage/"</script><link href="/AsyncDownSamplingImage/css/documentation-topic.3bca6578.css" rel="prefetch"><link href="/AsyncDownSamplingImage/css/documentation-topic~topic~tutorials-overview.82acfe22.css" rel="prefetch"><link href="/AsyncDownSamplingImage/css/topic.ee15af52.css" rel="prefetch"><link href="/AsyncDownSamplingImage/css/tutorials-overview.06e8bcf7.css" rel="prefetch"><link href="/AsyncDownSamplingImage/js/chunk-2d0d3105.cd72cc8e.js" rel="prefetch"><link href="/AsyncDownSamplingImage/js/documentation-topic.f62098b6.js" rel="prefetch"><link href="/AsyncDownSamplingImage/js/documentation-topic~topic~tutorials-overview.8e36e44f.js" rel="prefetch"><link href="/AsyncDownSamplingImage/js/highlight-js-bash.1b52852f.js" rel="prefetch"><link href="/AsyncDownSamplingImage/js/highlight-js-c.d1db3f17.js" rel="prefetch"><link href="/AsyncDownSamplingImage/js/highlight-js-cpp.eaddddbe.js" rel="prefetch"><link href="/AsyncDownSamplingImage/js/highlight-js-css.75eab1fe.js" rel="prefetch"><link href="/AsyncDownSamplingImage/js/highlight-js-custom-markdown.7cffc4b3.js" rel="prefetch"><link href="/AsyncDownSamplingImage/js/highlight-js-custom-swift.5cda5c20.js" rel="prefetch"><link href="/AsyncDownSamplingImage/js/highlight-js-diff.62d66733.js" rel="prefetch"><link href="/AsyncDownSamplingImage/js/highlight-js-http.163e45b6.js" rel="prefetch"><link href="/AsyncDownSamplingImage/js/highlight-js-java.8326d9d8.js" rel="prefetch"><link href="/AsyncDownSamplingImage/js/highlight-js-javascript.acb8a8eb.js" rel="prefetch"><link href="/AsyncDownSamplingImage/js/highlight-js-json.471128d2.js" rel="prefetch"><link href="/AsyncDownSamplingImage/js/highlight-js-llvm.6100b125.js" rel="prefetch"><link href="/AsyncDownSamplingImage/js/highlight-js-markdown.90077643.js" rel="prefetch"><link href="/AsyncDownSamplingImage/js/highlight-js-objectivec.bcdf5156.js" rel="prefetch"><link href="/AsyncDownSamplingImage/js/highlight-js-perl.757d7b6f.js" rel="prefetch"><link href="/AsyncDownSamplingImage/js/highlight-js-php.cc8d6c27.js" rel="prefetch"><link href="/AsyncDownSamplingImage/js/highlight-js-python.c214ed92.js" rel="prefetch"><link href="/AsyncDownSamplingImage/js/highlight-js-ruby.f889d392.js" rel="prefetch"><link href="/AsyncDownSamplingImage/js/highlight-js-scss.62ee18da.js" rel="prefetch"><link href="/AsyncDownSamplingImage/js/highlight-js-shell.dd7f411f.js" rel="prefetch"><link href="/AsyncDownSamplingImage/js/highlight-js-swift.84f3e88c.js" rel="prefetch"><link href="/AsyncDownSamplingImage/js/highlight-js-xml.9c3688c7.js" rel="prefetch"><link href="/AsyncDownSamplingImage/js/topic.6a1c7b7f.js" rel="prefetch"><link href="/AsyncDownSamplingImage/js/tutorials-overview.c8178b83.js" rel="prefetch"><link href="/AsyncDownSamplingImage/css/index.12bb178a.css" rel="preload" as="style"><link href="/AsyncDownSamplingImage/js/chunk-vendors.b24b7aaa.js" rel="preload" as="script"><link href="/AsyncDownSamplingImage/js/index.58e30ec4.js" rel="preload" as="script"><link href="/AsyncDownSamplingImage/css/index.12bb178a.css" rel="stylesheet"></head><body data-color-scheme="auto"><noscript><style>.noscript{font-family:"SF Pro Display","SF Pro Icons","Helvetica Neue",Helvetica,Arial,sans-serif;margin:92px auto 140px auto;text-align:center;width:980px}.noscript-title{color:#111;font-size:48px;font-weight:600;letter-spacing:-.003em;line-height:1.08365;margin:0 auto 54px auto;width:502px}@media only screen and (max-width:1068px){.noscript{margin:90px auto 120px auto;width:692px}.noscript-title{font-size:40px;letter-spacing:0;line-height:1.1;margin:0 auto 45px auto;width:420px}}@media only screen and (max-width:735px){.noscript{margin:45px auto 60px auto;width:87.5%}.noscript-title{font-size:32px;letter-spacing:.004em;line-height:1.125;margin:0 auto 35px auto;max-width:330px;width:auto}}#loading-placeholder{display:none}</style><div class="noscript"><h1 class="noscript-title">This page requires JavaScript.</h1><p>Please turn on JavaScript in your browser and refresh the page to view its content.</p></div></noscript><div id="app"></div><script src="/AsyncDownSamplingImage/js/chunk-vendors.b24b7aaa.js"></script><script src="/AsyncDownSamplingImage/js/index.58e30ec4.js"></script></body></html> | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
|
||
<head> | ||
<meta charset="utf-8"> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | ||
<meta name="viewport" content="width=device-width,initial-scale=1,viewport-fit=cover"> | ||
<link rel="icon" href="/AsyncDownSamplingImage/favicon.ico"> | ||
<link rel="mask-icon" href="/AsyncDownSamplingImage/favicon.svg" color="#333333"> | ||
<title>Documentation</title> | ||
<script>var baseUrl = "/AsyncDownSamplingImage/"</script> | ||
<link href="/AsyncDownSamplingImage/css/documentation-topic.3bca6578.css" rel="prefetch"> | ||
<link href="/AsyncDownSamplingImage/css/documentation-topic~topic~tutorials-overview.82acfe22.css" rel="prefetch"> | ||
<link href="/AsyncDownSamplingImage/css/topic.ee15af52.css" rel="prefetch"> | ||
<link href="/AsyncDownSamplingImage/css/tutorials-overview.06e8bcf7.css" rel="prefetch"> | ||
<link href="/AsyncDownSamplingImage/js/chunk-2d0d3105.cd72cc8e.js" rel="prefetch"> | ||
<link href="/AsyncDownSamplingImage/js/documentation-topic.f62098b6.js" rel="prefetch"> | ||
<link href="/AsyncDownSamplingImage/js/documentation-topic~topic~tutorials-overview.8e36e44f.js" rel="prefetch"> | ||
<link href="/AsyncDownSamplingImage/js/highlight-js-bash.1b52852f.js" rel="prefetch"> | ||
<link href="/AsyncDownSamplingImage/js/highlight-js-c.d1db3f17.js" rel="prefetch"> | ||
<link href="/AsyncDownSamplingImage/js/highlight-js-cpp.eaddddbe.js" rel="prefetch"> | ||
<link href="/AsyncDownSamplingImage/js/highlight-js-css.75eab1fe.js" rel="prefetch"> | ||
<link href="/AsyncDownSamplingImage/js/highlight-js-custom-markdown.7cffc4b3.js" rel="prefetch"> | ||
<link href="/AsyncDownSamplingImage/js/highlight-js-custom-swift.5cda5c20.js" rel="prefetch"> | ||
<link href="/AsyncDownSamplingImage/js/highlight-js-diff.62d66733.js" rel="prefetch"> | ||
<link href="/AsyncDownSamplingImage/js/highlight-js-http.163e45b6.js" rel="prefetch"> | ||
<link href="/AsyncDownSamplingImage/js/highlight-js-java.8326d9d8.js" rel="prefetch"> | ||
<link href="/AsyncDownSamplingImage/js/highlight-js-javascript.acb8a8eb.js" rel="prefetch"> | ||
<link href="/AsyncDownSamplingImage/js/highlight-js-json.471128d2.js" rel="prefetch"> | ||
<link href="/AsyncDownSamplingImage/js/highlight-js-llvm.6100b125.js" rel="prefetch"> | ||
<link href="/AsyncDownSamplingImage/js/highlight-js-markdown.90077643.js" rel="prefetch"> | ||
<link href="/AsyncDownSamplingImage/js/highlight-js-objectivec.bcdf5156.js" rel="prefetch"> | ||
<link href="/AsyncDownSamplingImage/js/highlight-js-perl.757d7b6f.js" rel="prefetch"> | ||
<link href="/AsyncDownSamplingImage/js/highlight-js-php.cc8d6c27.js" rel="prefetch"> | ||
<link href="/AsyncDownSamplingImage/js/highlight-js-python.c214ed92.js" rel="prefetch"> | ||
<link href="/AsyncDownSamplingImage/js/highlight-js-ruby.f889d392.js" rel="prefetch"> | ||
<link href="/AsyncDownSamplingImage/js/highlight-js-scss.62ee18da.js" rel="prefetch"> | ||
<link href="/AsyncDownSamplingImage/js/highlight-js-shell.dd7f411f.js" rel="prefetch"> | ||
<link href="/AsyncDownSamplingImage/js/highlight-js-swift.84f3e88c.js" rel="prefetch"> | ||
<link href="/AsyncDownSamplingImage/js/highlight-js-xml.9c3688c7.js" rel="prefetch"> | ||
<link href="/AsyncDownSamplingImage/js/topic.6a1c7b7f.js" rel="prefetch"> | ||
<link href="/AsyncDownSamplingImage/js/tutorials-overview.c8178b83.js" rel="prefetch"> | ||
<link href="/AsyncDownSamplingImage/css/index.12bb178a.css" rel="preload" as="style"> | ||
<link href="/AsyncDownSamplingImage/js/chunk-vendors.b24b7aaa.js" rel="preload" as="script"> | ||
<link href="/AsyncDownSamplingImage/js/index.58e30ec4.js" rel="preload" as="script"> | ||
<link href="/AsyncDownSamplingImage/css/index.12bb178a.css" rel="stylesheet"> | ||
</head> | ||
|
||
<body data-color-scheme="auto"><noscript> | ||
<style> | ||
.noscript { | ||
font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", Helvetica, Arial, sans-serif; | ||
margin: 92px auto 140px auto; | ||
text-align: center; | ||
width: 980px | ||
} | ||
|
||
.noscript-title { | ||
color: #111; | ||
font-size: 48px; | ||
font-weight: 600; | ||
letter-spacing: -.003em; | ||
line-height: 1.08365; | ||
margin: 0 auto 54px auto; | ||
width: 502px | ||
} | ||
|
||
@media only screen and (max-width:1068px) { | ||
.noscript { | ||
margin: 90px auto 120px auto; | ||
width: 692px | ||
} | ||
|
||
.noscript-title { | ||
font-size: 40px; | ||
letter-spacing: 0; | ||
line-height: 1.1; | ||
margin: 0 auto 45px auto; | ||
width: 420px | ||
} | ||
} | ||
|
||
@media only screen and (max-width:735px) { | ||
.noscript { | ||
margin: 45px auto 60px auto; | ||
width: 87.5% | ||
} | ||
|
||
.noscript-title { | ||
font-size: 32px; | ||
letter-spacing: .004em; | ||
line-height: 1.125; | ||
margin: 0 auto 35px auto; | ||
max-width: 330px; | ||
width: auto | ||
} | ||
} | ||
|
||
#loading-placeholder { | ||
display: none | ||
} | ||
|
||
</style> | ||
<div class="noscript"> | ||
<h1 class="noscript-title">This page requires JavaScript.</h1> | ||
<p>Please turn on JavaScript in your browser and refresh the page to view its content.</p> | ||
</div> | ||
</noscript> | ||
<div id="app"></div> | ||
<script src="/AsyncDownSamplingImage/js/chunk-vendors.b24b7aaa.js"></script> | ||
<script src="/AsyncDownSamplingImage/js/index.58e30ec4.js"></script> | ||
</body> | ||
|
||
</html> |