chore(catalog): remove internal source markers

This commit is contained in:
Miguel Ángel
2026-08-13 21:10:12 -04:00
committed by GitHub
parent f7d2260f9d
commit 532caf7aa2
144 changed files with 1347 additions and 1425 deletions
+6 -6
View File
@@ -30,25 +30,25 @@
/* ponytail: scale on wrapper — GSAP only targets the inner div, so CSS transform is safe here */
transform: scale(3);
}
.hf-remocn-perspective-marquee {
.hf-catalog-perspective-marquee {
color: #18181b;
font-family: Inter, system-ui, sans-serif;
font-weight: 900;
letter-spacing: -0.04em;
}
.hf-remocn-perspective-marquee {
.hf-catalog-perspective-marquee {
width: 580px;
perspective: 900px;
overflow: hidden;
transform: rotateX(18deg);
}
.hf-remocn-perspective-marquee div {
.hf-catalog-perspective-marquee div {
display: inline-flex;
gap: 22px;
white-space: nowrap;
transform: translateX(var(--hf-marquee-x, 0px));
}
.hf-remocn-perspective-marquee span {
.hf-catalog-perspective-marquee span {
padding: 12px 18px;
border-radius: 999px;
background: #18181b;
@@ -68,7 +68,7 @@
data-duration="5"
>
<div class="demo-frame">
<div class="hf-remocn-perspective-marquee">
<div class="hf-catalog-perspective-marquee">
<div>
<span>COMPONENTS</span><span>PRIMITIVES</span><span>TRANSITIONS</span><span>AGENTS</span
><span>COMPONENTS</span><span>PRIMITIVES</span><span>TRANSITIONS</span
@@ -80,7 +80,7 @@
const tl = gsap.timeline({ paused: true });
const startTime = 0.5;
tl.fromTo(
".hf-remocn-perspective-marquee div",
".hf-catalog-perspective-marquee div",
{ "--hf-marquee-x": "0px" },
{ "--hf-marquee-x": "-360px", duration: 4.5, ease: "none" },
startTime,