Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
crnacura committed Feb 6, 2025
1 parent 3c5eb0f commit 5bb0a93
Show file tree
Hide file tree
Showing 3 changed files with 45 additions and 44 deletions.
6 changes: 0 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,3 @@ Follow Codrops: [Bluesky](https://bsky.app/profile/codrops.bsky.social), [Facebo
## License
[MIT](LICENSE)

Made with :blue_heart: by [Codrops](http://www.codrops.com)





6 changes: 5 additions & 1 deletion css/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ body {

@media (scripting: enabled) {
.loading {

&::before,
&::after {
content: '';
Expand Down Expand Up @@ -54,14 +55,17 @@ body {
transform: scaleX(0);
transform-origin: 0% 50%;
}

50% {
transform: scaleX(1);
transform-origin: 0% 50%;
}

50.1% {
transform: scaleX(1);
transform-origin: 100% 50%;
}

100% {
transform: scaleX(0);
transform-origin: 100% 50%;
Expand Down Expand Up @@ -198,4 +202,4 @@ a {
justify-content: center;
align-items: center;
}
}
}
77 changes: 40 additions & 37 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,39 +1,42 @@
<!DOCTYPE html>
<html lang="en" class="no-js">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Demoname | Demo 1 | Codrops</title>
<meta name="description" content="" />
<meta name="keywords" content="" />
<meta name="author" content="Codrops" />
<link rel="shortcut icon" href="favicon.ico">
<link rel="stylesheet" type="text/css" href="css/base.css" />
<script>document.documentElement.className="js";</script>
<!--script src="//tympanus.net/codrops/adpacks/analytics.js"></script-->
</head>
<body class="demo-1">
<main>
<header class="frame">
<h1 class="frame__title">The Title</h1>
<a class="frame__back" href="https://tympanus.net/codrops/?p=">Article</a>
<a class="frame__archive" href="https://tympanus.net/codrops/demos/">All demos</a>
<a class="frame__github" href="https://github.com/codrops/">GitHub</a>
<nav class="frame__tags">
<a href="https://tympanus.net/codrops/demos/?tag=scroll">#scroll</a>
<a href="https://tympanus.net/codrops/demos/?tag=three-js">#three.js</a>
<a href="https://tympanus.net/codrops/demos/?tag=webgl">#webgl</a>
</nav>
<nav class="frame__demos">
<span>Variation 1</span>
<a href="index2.html">Variation 2</a>
<a href="index3.html">Variation 3</a>
</nav>
</header>
<div class="content">
<h2>The Content</h2>
</div>
</main>
<!--script src="https://tympanus.net/codrops/adpacks/cda_sponsor.js"></script-->
</body>
</html>

<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Demoname | Demo 1 | Codrops</title>
<meta name="description" content="" />
<meta name="keywords" content="" />
<meta name="author" content="Codrops" />
<link rel="shortcut icon" href="favicon.ico">
<link rel="stylesheet" type="text/css" href="css/base.css" />
<script>document.documentElement.className = "js";</script>
<!--script src="//tympanus.net/codrops/adpacks/analytics.js"></script-->
</head>

<body>
<main>
<header class="frame">
<h1 class="frame__title">The Title</h1>
<a class="frame__back" href="https://tympanus.net/codrops/?p=">Article</a>
<a class="frame__archive" href="https://tympanus.net/codrops/demos/">All demos</a>
<a class="frame__github" href="https://github.com/codrops/">GitHub</a>
<nav class="frame__tags">
<a href="https://tympanus.net/codrops/demos/?tag=scroll">#scroll</a>
<a href="https://tympanus.net/codrops/demos/?tag=three-js">#three.js</a>
<a href="https://tympanus.net/codrops/demos/?tag=webgl">#webgl</a>
</nav>
<nav class="frame__demos">
<span>Variation 1</span>
<a href="index2.html">Variation 2</a>
<a href="index3.html">Variation 3</a>
</nav>
</header>
<div class="content">
<h2>The Content</h2>
</div>
</main>
<!--script src="https://tympanus.net/codrops/adpacks/cda_sponsor.js"></script-->
</body>

</html>

0 comments on commit 5bb0a93

Please sign in to comment.