Skip to content

Commit

Permalink
Animation demo
Browse files Browse the repository at this point in the history
  • Loading branch information
nkast committed Sep 30, 2024
1 parent fa21de3 commit a34f454
Show file tree
Hide file tree
Showing 91 changed files with 3,160 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="Current" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<NameOfLastUsedPublishProfile>P:\nkast\Aether.Extras\Samples\Animation\Animation.BlazorGL\Properties\PublishProfiles\FolderProfile.pubxml</NameOfLastUsedPublishProfile>
</PropertyGroup>
</Project>
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
https://go.microsoft.com/fwlink/?LinkID=208121.
-->
<Project>
<PropertyGroup>
<DeleteExistingFiles>true</DeleteExistingFiles>
<ExcludeApp_Data>false</ExcludeApp_Data>
<LaunchSiteAfterPublish>true</LaunchSiteAfterPublish>
<LastUsedBuildConfiguration>Release</LastUsedBuildConfiguration>
<LastUsedPlatform>Any CPU</LastUsedPlatform>
<PublishProvider>FileSystem</PublishProvider>
<PublishUrl>bin\Release\publish\</PublishUrl>
<WebPublishMethod>FileSystem</WebPublishMethod>
<_TargetId>Folder</_TargetId>
<SiteUrlToLaunchAfterPublish />
<TargetFramework>net8.0</TargetFramework>
<RuntimeIdentifier>browser-wasm</RuntimeIdentifier>
<RunAOTCompilation>true</RunAOTCompilation>
<ProjectGuid>e068e22e-ee09-43e7-8346-5ead7f7e5bdb</ProjectGuid>
<SelfContained>true</SelfContained>
</PropertyGroup>
</Project>
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
https://go.microsoft.com/fwlink/?LinkID=208121.
-->
<Project>
<PropertyGroup>
<_PublishTargetUrl>P:\nkast\Aether.Extras\Samples\Animation\Animation.BlazorGL\bin\Release\publish\</_PublishTargetUrl>
<History>True|2024-09-30T21:48:13.2842684Z||;</History>
<LastFailureDetails />
</PropertyGroup>
</Project>
25 changes: 25 additions & 0 deletions docs/wasm/Animation.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
<!DOCTYPE html>
<html>

<head>
<title>Animation Sample</title>
<link rel="icon" type="image/x-icon" href="Animation/favicon.ico">

<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="Animation Sample">
<meta name="twitter:image" content="https://nkast.github.io/Aether.Extras/wasm/Animation/screenshot.png">
</head>

<body>
<table align="center">
<td width="800px">
<p><b>Animation sample</b>
<br>Open sample in <a href="Animation/index.html">full page</a>.
<br>Go to <a href="https://github.com/nkast/Aether.Extras/tree/main/Samples/Animation#readme">code</a>.</p>
</p>
<p><iframe src="Animation/" width="800" height="480" /></p>
</td>
</table>
</body>

</html>
99 changes: 99 additions & 0 deletions docs/wasm/Animation/Animation.styles.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,99 @@
/* /MainLayout.razor.rz.scp.css */
.page[b-ahves4aem2]
{
position: relative;
display: flex;
flex-direction: column;
}

main[b-ahves4aem2]
{
flex: 1;
}

.sidebar[b-ahves4aem2]
{
background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-ahves4aem2]
{
background-color: #f7f7f7;
border-bottom: 1px solid #d6d5d5;
justify-content: flex-end;
height: 3.5rem;
display: flex;
align-items: center;
}

.top-row[b-ahves4aem2] a, .top-row[b-ahves4aem2] .btn-link
{
white-space: nowrap;
margin-left: 1.5rem;
text-decoration: none;
}

.top-row[b-ahves4aem2] a:hover, .top-row[b-ahves4aem2] .btn-link:hover
{
text-decoration: underline;
}

.top-row[b-ahves4aem2] a:first-child
{
overflow: hidden;
text-overflow: ellipsis;
}

@media (max-width: 640.98px)
{
.top-row:not(.auth)[b-ahves4aem2]
{
display: none;
}

.top-row.auth[b-ahves4aem2]
{
justify-content: space-between;
}

.top-row[b-ahves4aem2] a, .top-row[b-ahves4aem2] .btn-link
{
margin-left: 0;
}
}

@media (min-width: 641px)
{
.page[b-ahves4aem2]
{
flex-direction: row;
}

.sidebar[b-ahves4aem2]
{
width: 250px;
height: 100vh;
position: sticky;
top: 0;
}

.top-row[b-ahves4aem2]
{
position: sticky;
top: 0;
z-index: 1;
}

.top-row.auth[b-ahves4aem2] a:first-child
{
flex: 1;
text-align: right;
width: 0;
}

.top-row[b-ahves4aem2], article[b-ahves4aem2]
{
padding-left: 2rem !important;
padding-right: 1.5rem !important;
}
}
Binary file added docs/wasm/Animation/Content/Dude/dude.xnb
Binary file not shown.
Binary file added docs/wasm/Animation/Content/Dude/dude_GPU.xnb
Binary file not shown.
Binary file added docs/wasm/Animation/Content/Dude/headN_0.xnb
Binary file not shown.
Binary file added docs/wasm/Animation/Content/Dude/headS_0.xnb
Binary file not shown.
Binary file added docs/wasm/Animation/Content/Dude/head_0.xnb
Binary file not shown.
Binary file added docs/wasm/Animation/Content/Dude/jacketN_0.xnb
Binary file not shown.
Binary file added docs/wasm/Animation/Content/Dude/jacketS_0.xnb
Binary file not shown.
Binary file added docs/wasm/Animation/Content/Dude/jacket_0.xnb
Binary file not shown.
Binary file added docs/wasm/Animation/Content/Dude/pantsN_0.xnb
Binary file not shown.
Binary file added docs/wasm/Animation/Content/Dude/pantsS_0.xnb
Binary file not shown.
Binary file added docs/wasm/Animation/Content/Dude/pants_0.xnb
Binary file not shown.
Binary file added docs/wasm/Animation/Content/Dude/upBodyC_0.xnb
Binary file not shown.
Binary file added docs/wasm/Animation/Content/Dude/upBodyS_0.xnb
Binary file not shown.
Binary file added docs/wasm/Animation/Content/Dude/upbodyN_0.xnb
Binary file not shown.
Binary file added docs/wasm/Animation/Content/font.xnb
Binary file not shown.
Loading

0 comments on commit a34f454

Please sign in to comment.