HTML preprocessors can make writing HTML more powerful or convenient. For instance, Markdown is designed to be easier to write and read for text documents and you could write a loop in Pug.
In CodePen, whatever you write in the HTML editor is what goes within the <body>
tags in a basic HTML5 template. So you don't have access to higher-up elements like the <html>
tag. If you want to add classes there that can affect the whole document, this is the place to do it.
In CodePen, whatever you write in the HTML editor is what goes within the <body>
tags in a basic HTML5 template. If you need things in the <head>
of the document, put that code here.
The resource you are linking to is using the 'http' protocol, which may not work when the browser is using https.
CSS preprocessors help make authoring CSS easier. All of them offer things like variables and mixins to provide convenient abstractions.
It's a common practice to apply CSS to a page that styles elements such that they are consistent across all browsers. We offer two of the most popular choices: normalize.css and a reset. Or, choose Neither and nothing will be applied.
To get the best cross-browser support, it is a common practice to apply vendor prefixes to CSS properties and values that require them to work. For instance -webkit-
or -moz-
.
We offer two popular choices: Autoprefixer (which processes your CSS server-side) and -prefix-free (which applies prefixes via a script, client-side).
Any URLs added here will be added as <link>
s in order, and before the CSS in the editor. You can use the CSS from another Pen by using its URL and the proper URL extension.
You can apply CSS to your Pen from any stylesheet on the web. Just put a URL to it here and we'll apply it, in the order you have them, before the CSS in the Pen itself.
You can also link to another Pen here (use the .css
URL Extension) and we'll pull the CSS from that Pen and include it. If it's using a matching preprocessor, use the appropriate URL Extension and we'll combine the code before preprocessing, so you can use the linked Pen as a true dependency.
JavaScript preprocessors can help make authoring JavaScript easier and more convenient.
Babel includes JSX processing.
Any URL's added here will be added as <script>
s in order, and run before the JavaScript in the editor. You can use the URL of any other Pen and it will include the JavaScript from that Pen.
You can apply a script from anywhere on the web to your Pen. Just put a URL to it here and we'll add it, in the order you have them, before the JavaScript in the Pen itself.
If the script you link to has the file extension of a preprocessor, we'll attempt to process it before applying.
You can also link to another Pen here, and we'll pull the JavaScript from that Pen and include it. If it's using a matching preprocessor, we'll combine the code before preprocessing, so you can use the linked Pen as a true dependency.
Search for and use JavaScript packages from npm here. By selecting a package, an import
statement will be added to the top of the JavaScript editor for this package.
Using packages here is powered by esm.sh, which makes packages from npm not only available on a CDN, but prepares them for native JavaScript ESM usage.
All packages are different, so refer to their docs for how they work.
If you're using React / ReactDOM, make sure to turn on Babel for the JSX processing.
If active, Pens will autosave every 30 seconds after being saved once.
If enabled, the preview panel updates automatically as you code. If disabled, use the "Run" button to update.
If enabled, your code will be formatted when you actively save your Pen. Note: your code becomes un-folded during formatting.
Visit your global Editor Settings.
<div id="app"></div>
@font-face {
font-family: "Geist Sans";
src: url("https://assets.codepen.io/605876/GeistVF.ttf") format("truetype");
}
:root {
--backdrop: hsl(0 0% 60% / 0.15);
--radius: 12px;
}
*,
*:after,
*:before {
box-sizing: border-box;
}
[data-explode] .wrapper {
transform-style: preserve-3d;
}
body {
display: grid;
place-items: center;
min-height: 100vh;
overflow: hidden;
font-family: "Geist Sans", "SF Pro Text", "SF Pro Icons", "AOS Icons", "Helvetica Neue", Helvetica, Arial, sans-serif, system-ui;
}
* {
box-sizing: border-box;
}
body {
min-height: 100vh;
display: grid;
place-items: center;
background-color: var(--body, black);
color: hsl(0 0% 90%);
font-weight: 60;
}
.wrapper {
position: relative;
}
body::before {
content: "";
background-image: url("https://assets.codepen.io/605876/code-icon-bg.svg");
background-position: calc(var(--xp) * calc(var(--movement, 0) * -1px)) calc(var(--yp) * calc(var(--movement, 0) * -1px));
position: fixed;
inset: 0;
filter: grayscale(1);
opacity: var(--icon, 0);
}
article {
aspect-ratio: 3 / 4;
border-radius: calc(var(--radius) * 1px);
width: 260px;
position: relative;
grid-template-rows: 1fr auto;
box-shadow: 0 1rem 2rem -1rem black;
padding: 1rem;
display: grid;
gap: 1rem;
backdrop-filter: blur(calc(var(--cardblur, 5) * 1px));
}
main {
display: flex;
gap: 2rem;
flex-wrap: wrap;
align-items: center;
justify-content: center;
width: 120ch;
max-width: calc(100vw - 2rem);
position: relative;
}
[data-explode] main {
transform: translate3d(0, 0, 200vmax);
}
article a {
background: hsl(0 0% 0%);
display: inline-block;
color: white;
text-decoration: none;
font-weight: 140;
text-align: center;
padding: 0.75rem 1.5rem;
position: relative;
}
h2 {
font-weight: 100;
font-size: 1.5rem;
margin: 0;
}
.card__content span {
font-size: 0.875rem;
font-weight: 120;
opacity: 0.5;
}
.card__content {
color: hsl(0 0% 70%);
display: grid;
grid-template-rows: auto 1fr auto;
}
.card__content div {
position: relative;
display: grid;
align-items: center;
}
.card__content svg {
width: 80px;
}
.card__content div svg:not(:nth-of-type(1)) {
position: absolute;
top: 50%;
left: 0;
translate: calc(var(--index) * 40%) -50%;
scale: calc(1 - (var(--index) * 0.2));
z-index: calc(4 - var(--index));
opacity: calc(4 / (2 * (var(--index) * 10)));
}
.card__content svg:nth-of-type(2) {
--index: 1;
}
.card__content svg:nth-of-type(3) {
--index: 2;
}
.card__content svg:nth-of-type(4) {
--index: 3;
}
/* Make sure you offset the glow when in 3D mode with the offset provided from JS land */
[data-explode] [data-glow] {
background-image: radial-gradient(
var(--spotlight-size) var(--spotlight-size) at
calc((var(--x, 0) - var(--left, 0)) * 1px)
calc((var(--y, 0) - var(--top, 0)) * 1px),
hsl(var(--hue, 210) calc(var(--saturation, 100) * 1%) calc(var(--lightness, 70) * 1%) / var(--glow-opacity, 0.1)), transparent
);
}
[data-explode] [data-glow]::before {
background-image: radial-gradient(
calc(var(--spotlight-size) * 0.75) calc(var(--spotlight-size) * 0.75) at
calc((var(--x, 0) - var(--left, 0)) * 1px)
calc((var(--y, 0) - var(--top, 0)) * 1px),
hsl(var(--hue, 210) calc(var(--saturation, 100) * 1%) calc(var(--lightness, 50) * 1%) 1), transparent 100%
);
}
[data-explode] [data-glow]::after {
background-image: radial-gradient(
calc(var(--spotlight-size) * 0.5) calc(var(--spotlight-size) * 0.5) at
calc((var(--x, 0) - var(--left, 0)) * 1px)
calc((var(--y, 0) - var(--top, 0)) * 1px),
hsl(0 100% 100% / 1), transparent 100%
);
}
[data-explode] .wrapper:not(:first-of-type) {
display: none;
}
[data-explode] .wrapper {
transform: rotateX(-24deg) rotateY(-50deg) translate3d(0, 0, -400px);
}
.dg.ac {
transform: translate3d(0, 0, 200vmin);
}
.wrapper {
position: relative;
}
.dummy {
--border-size: calc(var(--border, 2) * 1px);
--spotlight-size: calc(var(--size, 150) * 1px);
--hue: calc(var(--base) + (var(--xp, 0) * var(--spread, 0)));
--glow-opacity: 1;
position: absolute;
inset: 0;
transform-style: preserve-3d;
border-radius: calc(var(--radius) * 1px);
}
[data-explode] article {
backdrop-filter: unset;
opacity: 0.35;
}
.dummy__backdrop {
border-radius: calc(var(--radius) * 1px);
position: absolute;
inset: 0;
background-image: radial-gradient(
var(--spotlight-size) var(--spotlight-size) at
calc((var(--x, 0) - var(--left, 0)) * 1px)
calc((var(--y, 0) - var(--top, 0)) * 1px),
hsl(var(--hue, 210) calc(var(--saturation, 100) * 1%) calc(var(--lightness, 70) * 1%) / var(--glow-opacity, 0.1)), transparent
);
background-color: var(--backup-border);
transform: translate3d(0, 0, 200px);
}
.dummy__backdrop::before {
content: "";
position: absolute;
top: 50%;
left: 50%;
height: 200vmax;
width: 200vmax;
translate: -50% -50%;
background-image: radial-gradient(
var(--spotlight-size) var(--spotlight-size) at
calc(((var(--x, 0) - var(--left, 0)) * 1px) + 100vmax - 130px)
calc(((var(--y, 0) - var(--top, 0)) * 1px) + 100vmax - (260px * (3/4))),
hsl(var(--hue, 210) calc(var(--saturation, 100) * 1%) calc(var(--lightness, 70) * 1%) / var(--glow-opacity, 0.1)), transparent
);
z-index: -1;
opacity: 0.35;
}
.dummy__glow::after,
.dummy__border::after {
content: "";
position: absolute;
top: 50%;
left: 50%;
height: 200vmax;
width: 200vmax;
translate: -50% -50%;
background-image: radial-gradient(
calc(var(--spotlight-size) * 0.75) calc(var(--spotlight-size) * 0.75) at
calc(((var(--x, 0) - var(--left, 0)) * 1px) + 100vmax - 130px)
calc(((var(--y, 0) - var(--top, 0)) * 1px) + 100vmax - (260px * (3/4))),
hsl(var(--hue, 210) calc(var(--saturation, 100) * 1%) calc(var(--lightness, 70) * 1%) / var(--glow-opacity, 0.1)), transparent
);
z-index: -1;
opacity: 0.5;
}
.dummy__border, .dummy__glow {
position: absolute;
inset: 0;
transform: translate3d(0, 0, 400px);
border-radius: calc(var(--radius) * 1px);
}
.dummy__glow::before,
.dummy__border::before {
content: "";
position: absolute;
background-image: radial-gradient(
calc(var(--spotlight-size) * 0.75) calc(var(--spotlight-size) * 0.75) at
calc((var(--x, 0) - var(--left, 0)) * 1px)
calc((var(--y, 0) - var(--top, 0)) * 1px),
hsl(var(--hue, 210) calc(var(--saturation, 100) * 1%) calc(var(--lightness, 50) * 1%) / 1), transparent 100%
);
background-color: var(--backup-border);
inset: calc(var(--border-size) * -1);
border: var(--border-size) solid transparent;
border-radius: calc(var(--radius) * 1px);
background-attachment: fixed;
background-size: calc(100% + (2 * var(--border-size))) calc(100% + (2 * var(--border-size)));
background-repeat: no-repeat;
background-position: 50% 50%;
mask:
linear-gradient(transparent, transparent),
linear-gradient(white, white);
mask-clip: padding-box, border-box;
mask-composite: intersect;
}
.dummy__glow {
border-radius: calc(var(--radius) * 1px);
position: absolute;
inset: 0;
transform: translate3d(0, 0, 600px);
}
.dummy__glow::before {
background-image: radial-gradient(
calc(var(--spotlight-size) * 0.5) calc(var(--spotlight-size) * 0.5) at
calc((var(--x, 0) - var(--left, 0)) * 1px)
calc((var(--y, 0) - var(--top, 0)) * 1px),
hsl(0 100% 100% / 1), transparent 100%
);
}
.dummy__glow::after {
background-image: radial-gradient(
calc(var(--spotlight-size) * 0.5) calc(var(--spotlight-size) * 0.5) at
calc(((var(--x, 0) - var(--left, 0)) * 1px) + 100vmax - 130px)
calc(((var(--y, 0) - var(--top, 0)) * 1px) + 100vmax - (260px * (3/4))),
hsl(0 100% 100% / 1), transparent
);
}
.dummy > * {
transform-style: preserve-3d;
}
.wrapper > span ,
.dummy span {
display: inline-block;
position: absolute;
bottom: 0;
color: hsl(0 0% 80%);
font-weight: 20;
left: calc(100% + 4rem);
white-space: nowrap;
font-size: 1.25rem;
transform: rotateY(50deg) rotateX(24deg) translate(-50%, 50%);
}
.wrapper:not(:nth-of-type(2)) > span::after,
:is(.dummy__glow, .dummy__border) span::after {
content: "(pseudo)";
font-size: 0.875rem;
position: absolute;
left: 100%;
bottom: 0%;
translate: 0.5rem 0%;
opacity: 0.5;
}
.wrapper > span {
bottom: 0;
left: 50%;
transform: translate(-50%, 250%);
}
[data-spread] .wrapper:first-of-type {
opacity: 0.35;
}
[data-spread] .wrapper:nth-of-type(2) :is(.card__content, a, [data-glow] > [data-glow]),
[data-spread] .wrapper:nth-of-type(2) [data-glow]::before,
[data-spread] .wrapper:nth-of-type(2) [data-glow]::after {
opacity: 0;
}
[data-spread] .wrapper:nth-of-type(3) :is(.card__content, a, [data-glow] > [data-glow]),
[data-spread] .wrapper:nth-of-type(3) [data-glow]::after {
opacity: 0;
}
[data-spread] .wrapper:nth-of-type(4) :is(.card__content, a, [data-glow] > [data-glow]),
[data-spread] .wrapper:nth-of-type(4) [data-glow]::before {
opacity: 0;
}
[data-spread] .wrapper:nth-of-type(3) article,
[data-spread] .wrapper:nth-of-type(4) article {
background: transparent;
}
[data-spread] .wrapper:not(:first-of-type) article {
--bg-spot-opacity: 0.5;
--border-spot-opacity: 1;
--border-light-opacity: 1;
}
[data-spread] main::before {
--hue: calc(var(--base) + (var(--xp, 0) * var(--spread, 0)));
--spotlight-size: calc(var(--size) * 1px);
--bg-spot-opacity: 0.75;
content: "";
position: fixed;
inset: 0;
background-image: radial-gradient(
var(--spotlight-size) var(--spotlight-size) at
calc(var(--x, 0) * 1px)
calc(var(--y, 0) * 1px),
hsl(var(--hue, 210) calc(var(--saturation, 100) * 1%) calc(var(--lightness, 70) * 1%) / var(--bg-spot-opacity, 0.1)), transparent
);
z-index: -1;
opacity: 0.5;
filter: blur(20px);
}
[data-spread] .wrapper {
z-index: 2;
}
/* Glow specific styles */
[data-glow] {
--border-size: calc(var(--border, 2) * 1px);
--spotlight-size: calc(var(--size, 150) * 1px);
--hue: calc(var(--base) + (var(--xp, 0) * var(--spread, 0)));
background-image: radial-gradient(
var(--spotlight-size) var(--spotlight-size) at
calc(var(--x, 0) * 1px)
calc(var(--y, 0) * 1px),
hsl(var(--hue, 210) calc(var(--saturation, 100) * 1%) calc(var(--lightness, 70) * 1%) / var(--bg-spot-opacity, 0.1)), transparent
);
background-color: var(--backdrop, transparent);
background-size: calc(100% + (2 * var(--border-size))) calc(100% + (2 * var(--border-size)));
background-position: 50% 50%;
background-attachment: fixed;
border: var(--border-size) solid var(--backup-border);
position: relative;
}
[data-glow]::before,
[data-glow]::after {
pointer-events: none;
content: "";
position: absolute;
inset: calc(var(--border-size) * -1);
border: var(--border-size) solid transparent;
border-radius: calc(var(--radius) * 1px);
background-attachment: fixed;
background-size: calc(100% + (2 * var(--border-size))) calc(100% + (2 * var(--border-size)));
background-repeat: no-repeat;
background-position: 50% 50%;
mask:
linear-gradient(transparent, transparent),
linear-gradient(white, white);
mask-clip: padding-box, border-box;
mask-composite: intersect;
}
/* This is the emphasis light */
[data-glow]::before {
background-image: radial-gradient(
calc(var(--spotlight-size) * 0.75) calc(var(--spotlight-size) * 0.75) at
calc(var(--x, 0) * 1px)
calc(var(--y, 0) * 1px),
hsl(var(--hue, 210) calc(var(--saturation, 100) * 1%) calc(var(--lightness, 50) * 1%) / var(--border-spot-opacity, 1)), transparent 100%
);
z-index: 2;
filter: brightness(2);
}
/* This is the spotlight */
[data-glow]::after {
background-image: radial-gradient(
calc(var(--spotlight-size) * 0.5) calc(var(--spotlight-size) * 0.5) at
calc(var(--x, 0) * 1px)
calc(var(--y, 0) * 1px),
hsl(0 100% 100% / var(--border-light-opacity, 1)), transparent 100%
);
z-index: 2;
}
[data-glow] [data-glow] {
position: absolute;
inset: 0;
will-change: filter;
}
[data-glow] > [data-glow] {
border-radius: calc(var(--radius) * 1px);
border-width: calc(var(--border-size) * 20);
filter: blur(calc(var(--border-size) * 10));
background: none;
pointer-events: none;
}
[data-glow] > [data-glow]::before {
inset: -10px;
border-width: 10px;
}
[data-glow] [data-glow] {
border: none;
}
[data-glow] :is(a, button) {
border-radius: calc(var(--radius) * 1px);
border: var(--border-size) solid transparent;
}
[data-glow] :is(a, button) [data-glow] {
background: none;
}
[data-glow] :is(a, button) [data-glow]::before {
inset: calc(var(--border-size) * -1);
border-width: calc(var(--border-size) * 1);
}
import { GUI } from 'https://cdn.skypack.dev/dat.gui'
import Color from 'https://cdn.skypack.dev/color'
import gsap from 'https://cdn.skypack.dev/gsap'
import React from 'https://cdn.skypack.dev/react'
import { render } from 'https://cdn.skypack.dev/react-dom'
const ROOT_NODE = document.querySelector('#app')
console.clear()
const PHRASES = [
'Wherever you go,<br/>the cursor follows',
'One event listener powers it all',
'Lean into CSS<br/>and the cascade',
'One attribute,<br/>make it glow',
]
const LABELS = [
'Background',
'Border Mask',
'Shine Mask',
]
const PATHS = [
'M17.303 5.197A7.5 7.5 0 0 0 6.697 15.803a.75.75 0 0 1-1.061 1.061A9 9 0 1 1 21 10.5a.75.75 0 0 1-1.5 0c0-1.92-.732-3.839-2.197-5.303Zm-2.121 2.121a4.5 4.5 0 0 0-6.364 6.364.75.75 0 1 1-1.06 1.06A6 6 0 1 1 18 10.5a.75.75 0 0 1-1.5 0c0-1.153-.44-2.303-1.318-3.182Zm-3.634 1.314a.75.75 0 0 1 .82.311l5.228 7.917a.75.75 0 0 1-.777 1.148l-2.097-.43 1.045 3.9a.75.75 0 0 1-1.45.388l-1.044-3.899-1.601 1.42a.75.75 0 0 1-1.247-.606l.569-9.47a.75.75 0 0 1 .554-.68Z',
'M14.447 3.026a.75.75 0 0 1 .527.921l-4.5 16.5a.75.75 0 0 1-1.448-.394l4.5-16.5a.75.75 0 0 1 .921-.527ZM16.72 6.22a.75.75 0 0 1 1.06 0l5.25 5.25a.75.75 0 0 1 0 1.06l-5.25 5.25a.75.75 0 1 1-1.06-1.06L21.44 12l-4.72-4.72a.75.75 0 0 1 0-1.06Zm-9.44 0a.75.75 0 0 1 0 1.06L2.56 12l4.72 4.72a.75.75 0 0 1-1.06 1.06L.97 12.53a.75.75 0 0 1 0-1.06l5.25-5.25a.75.75 0 0 1 1.06 0Z',
'M11.25 5.337c0-.355-.186-.676-.401-.959a1.647 1.647 0 0 1-.349-1.003c0-1.036 1.007-1.875 2.25-1.875S15 2.34 15 3.375c0 .369-.128.713-.349 1.003-.215.283-.401.604-.401.959 0 .332.278.598.61.578 1.91-.114 3.79-.342 5.632-.676a.75.75 0 0 1 .878.645 49.17 49.17 0 0 1 .376 5.452.657.657 0 0 1-.66.664c-.354 0-.675-.186-.958-.401a1.647 1.647 0 0 0-1.003-.349c-1.035 0-1.875 1.007-1.875 2.25s.84 2.25 1.875 2.25c.369 0 .713-.128 1.003-.349.283-.215.604-.401.959-.401.31 0 .557.262.534.571a48.774 48.774 0 0 1-.595 4.845.75.75 0 0 1-.61.61c-1.82.317-3.673.533-5.555.642a.58.58 0 0 1-.611-.581c0-.355.186-.676.401-.959.221-.29.349-.634.349-1.003 0-1.035-1.007-1.875-2.25-1.875s-2.25.84-2.25 1.875c0 .369.128.713.349 1.003.215.283.401.604.401.959a.641.641 0 0 1-.658.643 49.118 49.118 0 0 1-4.708-.36.75.75 0 0 1-.645-.878c.293-1.614.504-3.257.629-4.924A.53.53 0 0 0 5.337 15c-.355 0-.676.186-.959.401-.29.221-.634.349-1.003.349-1.036 0-1.875-1.007-1.875-2.25s.84-2.25 1.875-2.25c.369 0 .713.128 1.003.349.283.215.604.401.959.401a.656.656 0 0 0 .659-.663 47.703 47.703 0 0 0-.31-4.82.75.75 0 0 1 .83-.832c1.343.155 2.703.254 4.077.294a.64.64 0 0 0 .657-.642Z',
'M9 4.5a.75.75 0 0 1 .721.544l.813 2.846a3.75 3.75 0 0 0 2.576 2.576l2.846.813a.75.75 0 0 1 0 1.442l-2.846.813a3.75 3.75 0 0 0-2.576 2.576l-.813 2.846a.75.75 0 0 1-1.442 0l-.813-2.846a3.75 3.75 0 0 0-2.576-2.576l-2.846-.813a.75.75 0 0 1 0-1.442l2.846-.813A3.75 3.75 0 0 0 7.466 7.89l.813-2.846A.75.75 0 0 1 9 4.5ZM18 1.5a.75.75 0 0 1 .728.568l.258 1.036c.236.94.97 1.674 1.91 1.91l1.036.258a.75.75 0 0 1 0 1.456l-1.036.258c-.94.236-1.674.97-1.91 1.91l-.258 1.036a.75.75 0 0 1-1.456 0l-.258-1.036a2.625 2.625 0 0 0-1.91-1.91l-1.036-.258a.75.75 0 0 1 0-1.456l1.036-.258a2.625 2.625 0 0 0 1.91-1.91l.258-1.036A.75.75 0 0 1 18 1.5ZM16.5 15a.75.75 0 0 1 .712.513l.394 1.183c.15.447.5.799.948.948l1.183.395a.75.75 0 0 1 0 1.422l-1.183.395c-.447.15-.799.5-.948.948l-.395 1.183a.75.75 0 0 1-1.422 0l-.395-1.183a1.5 1.5 0 0 0-.948-.948l-1.183-.395a.75.75 0 0 1 0-1.422l1.183-.395c.447-.15.799-.5.948-.948l.395-1.183A.75.75 0 0 1 16.5 15Z',
]
// Not using React? Jus' take this and drop it into a <script>
const useGlowPointer = () => {
const UPDATE = React.useCallback(({ x, y }) => {
document.documentElement.style.setProperty('--x', x.toFixed(2))
document.documentElement.style.setProperty(
'--xp',
(x / window.innerWidth).toFixed(2)
)
document.documentElement.style.setProperty('--y', y.toFixed(2))
document.documentElement.style.setProperty(
'--yp',
(y / window.innerHeight).toFixed(2)
)
}, [])
React.useEffect(() => {
document.body.addEventListener('pointermove', UPDATE)
return () => {
document.body.removeEventListener('pointermove', UPDATE)
}
}, [])
return null
}
const App = () => {
const setGlow = useGlowPointer()
const controller = React.useRef(null)
const cardsFolder = React.useRef(null)
const sceneFolder = React.useRef(null)
const explodingRef = React.useRef(null)
const exploder = React.useRef(null)
const spreader = React.useRef(null)
const spreadingRef = React.useRef(null)
const [cards, setCards] = React.useState([])
const [exploding, setExploding] = React.useState(false)
const [spreading, setSpreading] = React.useState(false)
const removeCard = React.useCallback(
(id) => {
if (explodingRef.current) return null
cardsFolder.current.removeFolder(
cardsFolder.current.__folders[`Card (${id})`]
)
setCards((cards) => {
return cards.filter((card) => card.id !== id)
})
},
[cards]
)
const addCard = () => {
setCards((cards) => {
if (cards.length === 4) return cards
const newCard = {
id: crypto.randomUUID(),
spread: gsap.utils.random(0, 1000),
outer: true,
control: false,
base: gsap.utils.random(0, 359),
}
// Add a folder to the controller
const CARD_CONFIG = {
removeCard: () => removeCard(newCard.id),
...newCard,
}
const UPDATE = () => {
setCards((cards) => {
return cards.map((card, index) => {
if (card.id === newCard.id)
return {
...newCard,
...CARD_CONFIG,
}
return card
})
})
}
const newCardFolder = cardsFolder.current.addFolder(
`Card (${newCard.id})`
)
// Add characteristics for each card here
newCardFolder
.add(CARD_CONFIG, 'base', 0, 359, 1)
.name('Base Hue')
.onChange(UPDATE)
newCardFolder
.add(CARD_CONFIG, 'spread', 0, 1000, 1)
.name('Hue Spread')
.onChange(UPDATE)
newCardFolder
.add(CARD_CONFIG, 'outer')
.name('Outer Glow')
.onChange(UPDATE)
newCardFolder
.add(CARD_CONFIG, 'control')
.name('Control Glow')
.onChange(UPDATE)
// Add a way to remove the card
newCardFolder.add(CARD_CONFIG, 'removeCard').name('Remove Card')
return [...cards, newCard]
})
}
const spread = () => {
document.documentElement.toggleAttribute('data-spread')
setSpreading(spreading => !spreading)
}
React.useEffect(() => {
if (cards.length > 0) {
document.body.style.setProperty('--base', cards[0].base)
document.body.style.setProperty('--spread', cards[0].spread)
}
}, [spreading])
React.useEffect(() => {
if (exploding) {
const CENTER_CARD = document.querySelector('.dummy__backdrop')
const BOUNDS = CENTER_CARD.getBoundingClientRect()
const CONTROL = document.querySelector('.wrapper:first-of-type :is(a, button)')
const CONTROL_BOUNDS = CONTROL.getBoundingClientRect()
gsap.set('.wrapper:first-of-type', {
'--left': BOUNDS.x,
'--top': BOUNDS.y,
})
gsap.set(CONTROL, {
'--left': CONTROL_BOUNDS.x,
'--top': CONTROL_BOUNDS.y,
})
}
}, [exploding])
const explode = () => {
setExploding(exploding => {
document.documentElement.toggleAttribute('data-explode')
return !exploding
})
}
const CONFIG = {
body: 'rgb(0, 10, 15)',
icon: 0,
movement: 150,
addCard: () => {
addCard()
},
explode: false,
spread: false,
border: 2,
radius: 12,
saturation: 100,
lightness: 50,
size: 150,
card: 'rgb(153, 153, 153)',
cardalpha: 0.15,
cardblur: 4,
'bg-spot-opacity': 0.1,
'border-spot-opacity': 1,
'border-light-opacity': 1,
}
const SYNC_STYLES = () => {
for (const key of Object.keys(CONFIG)) {
if (
key !== 'addCard' &&
key !== 'explode' &&
key !== 'card' &&
key !== 'cardalpha'
) {
document.body.style.setProperty(`--${key}`, CONFIG[key])
}
if (key === 'card') {
const hsl = new Color(CONFIG.card).hsl()
document.body.style.setProperty(
'--backdrop',
`hsl(${hsl.color[0]} ${hsl.color[1]}% ${hsl.color[2]}% / ${CONFIG.cardalpha})`
)
document.body.style.setProperty(
'--backup-border',
`hsl(${hsl.color[0]} ${hsl.color[1]}% ${hsl.color[2]}% / ${Math.max(
CONFIG.cardalpha,
0.2
)})`
)
}
}
}
// Use an effect to add Cards
React.useEffect(() => {
// Create a controller and use it to add/remove cards
controller.current = new GUI({ width: 320 })
sceneFolder.current = controller.current.addFolder('Scene')
cardsFolder.current = controller.current.addFolder('Cards')
const generalFolder = cardsFolder.current.addFolder('General')
generalFolder
.add(CONFIG, 'border', 1, 5, 1)
.name('Border (px)')
.onChange(SYNC_STYLES)
generalFolder
.add(CONFIG, 'radius', 0, 20, 1)
.name('Radius (px)')
.onChange(SYNC_STYLES)
generalFolder
.add(CONFIG, 'saturation', 0, 100, 1)
.name('Saturation')
.onChange(SYNC_STYLES)
generalFolder
.add(CONFIG, 'lightness', 0, 100, 1)
.name('Lightness')
.onChange(SYNC_STYLES)
generalFolder
.add(CONFIG, 'size', 1, 250, 1)
.name('Spotlight (px)')
.onChange(SYNC_STYLES)
generalFolder
.addColor(CONFIG, 'card')
.name('Backdrop')
.onChange(SYNC_STYLES)
generalFolder
.add(CONFIG, 'cardalpha', 0, 1, 0.01)
.name('Backdrop Alpha')
.onChange(SYNC_STYLES)
generalFolder
.add(CONFIG, 'cardblur', 0, 20, 1)
.name('Backdrop Blur (px)')
.onChange(SYNC_STYLES)
generalFolder
.add(CONFIG, 'bg-spot-opacity', 0, 1, 0.01)
.name('Backdrop Spot Alpha')
.onChange(SYNC_STYLES)
generalFolder
.add(CONFIG, 'border-spot-opacity', 0, 1, 0.01)
.name('Border Spot Alpha')
.onChange(SYNC_STYLES)
generalFolder
.add(CONFIG, 'border-light-opacity', 0, 1, 0.01)
.name('Border Light Alpha')
.onChange(SYNC_STYLES)
sceneFolder.current
.addColor(CONFIG, 'body')
.name('Background')
.onChange(SYNC_STYLES)
sceneFolder.current
.add(CONFIG, 'icon', 0, 1, 0.01)
.name('Icon Alpha')
.onChange(SYNC_STYLES)
sceneFolder.current
.add(CONFIG, 'movement', 0, 200, 1)
.name('Icon Movement (px)')
.onChange(SYNC_STYLES)
exploder.current = sceneFolder.current
.add(CONFIG, 'explode')
.name('Explode?')
.onChange(explode)
spreader.current = sceneFolder.current
.add(CONFIG, 'spread')
.name('Spread?')
.onChange(spread)
controller.current.add(CONFIG, 'addCard').name('Add Card')
// Add some default cards
addCard()
SYNC_STYLES()
}, [])
return (
<main>
{cards.map((card, index) => {
if (spreading && index > 0) return null
return (
<>
<div className="wrapper">
{exploding && index === 0 ? (
<div
className="dummy"
style={{
'--base': card.base,
'--spread': card.spread,
}}
>
<div className="dummy__backdrop">
<span>Background</span>
</div>
<div className="dummy__border">
<span>Border Mask</span>
</div>
<div className="dummy__glow">
<span>Shine Mask</span>
</div>
</div>
) : null}
<article
className="card"
data-glow
style={{
'--base': card.base,
'--spread': card.spread,
}}
>
{card.outer ? <div data-glow></div> : null}
<div className="card__content">
<span>Pro</span>
<div>
<svg
xmlns="http://www.w3.org/2000/svg"
fill="currentColor"
viewBox="0 0 24 24"
strokeWidth={1.5}
stroke="none"
dataSlot="icon"
className="w-6 h-6"
>
<path
strokeLinecap="round"
strokeLinejoin="round"
d={PATHS[index]}
/>
</svg>
<svg
xmlns="http://www.w3.org/2000/svg"
fill="currentColor"
viewBox="0 0 24 24"
strokeWidth={1.5}
stroke="none"
dataSlot="icon"
className="w-6 h-6"
>
<path
strokeLinecap="round"
strokeLinejoin="round"
d={PATHS[index]}
/>
</svg>
<svg
xmlns="http://www.w3.org/2000/svg"
fill="currentColor"
viewBox="0 0 24 24"
strokeWidth={1.5}
stroke="none"
dataSlot="icon"
className="w-6 h-6"
>
<path
strokeLinecap="round"
strokeLinejoin="round"
d={PATHS[index]}
/>
</svg>
<svg
xmlns="http://www.w3.org/2000/svg"
fill="currentColor"
viewBox="0 0 24 24"
strokeWidth={1.5}
stroke="none"
dataSlot="icon"
className="w-6 h-6"
>
<path
strokeLinecap="round"
strokeLinejoin="round"
d={PATHS[index]}
/>
</svg>
</div>
<h2 dangerouslySetInnerHTML={{ __html: PHRASES[index] }} />
</div>
<a href="#">
{card.control ? <span data-glow></span> : null}
Follow
</a>
</article>
</div>
{spreading &&
new Array(3).fill(0).map((_, index) => {
return (
<div className="wrapper">
<span>{LABELS[index]}</span>
<article
className="card"
data-glow
style={{
'--base': card.base,
'--spread': card.spread,
}}
>
{card.outer ? <div data-glow></div> : null}
<div className="card__content">
<span>Pro</span>
<div>
<svg
xmlns="http://www.w3.org/2000/svg"
fill="currentColor"
viewBox="0 0 24 24"
strokeWidth={1.5}
stroke="none"
dataSlot="icon"
className="w-6 h-6"
>
<path
strokeLinecap="round"
strokeLinejoin="round"
d={PATHS[index + 1]}
/>
</svg>
<svg
xmlns="http://www.w3.org/2000/svg"
fill="currentColor"
viewBox="0 0 24 24"
strokeWidth={1.5}
stroke="none"
dataSlot="icon"
className="w-6 h-6"
>
<path
strokeLinecap="round"
strokeLinejoin="round"
d={PATHS[index + 1]}
/>
</svg>
<svg
xmlns="http://www.w3.org/2000/svg"
fill="currentColor"
viewBox="0 0 24 24"
strokeWidth={1.5}
stroke="none"
dataSlot="icon"
className="w-6 h-6"
>
<path
strokeLinecap="round"
strokeLinejoin="round"
d={PATHS[index + 1]}
/>
</svg>
<svg
xmlns="http://www.w3.org/2000/svg"
fill="currentColor"
viewBox="0 0 24 24"
strokeWidth={1.5}
stroke="none"
dataSlot="icon"
className="w-6 h-6"
>
<path
strokeLinecap="round"
strokeLinejoin="round"
d={PATHS[index + 1]}
/>
</svg>
</div>
<h2
dangerouslySetInnerHTML={{ __html: PHRASES[index + 1] }}
/>
</div>
<a href="#">
{card.control ? <span data-glow></span> : null}
Follow
</a>
</article>
</div>
)
})}
</>
)
})}
</main>
)
}
render(<App />, ROOT_NODE)
Also see: Tab Triggers