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
+5 -5
View File
@@ -33,19 +33,19 @@
/* ponytail: scale wrapper (not a GSAP target) to fill ~65% of frame */
transform: scale(2.8);
}
.hf-remocn-focus-blur-resolve {
.hf-catalog-focus-blur-resolve {
color: #18181b;
font-family: Inter, system-ui, sans-serif;
font-weight: 900;
letter-spacing: -0.04em;
}
.hf-remocn-focus-blur-resolve {
.hf-catalog-focus-blur-resolve {
display: inline-flex;
gap: 12px;
font-size: 56px;
line-height: 1;
}
.hf-remocn-focus-blur-resolve span {
.hf-catalog-focus-blur-resolve span {
display: inline-block;
transform: translate(var(--hf-word-x, 0px), var(--hf-word-y, 0px))
scale(var(--hf-word-scale, 1));
@@ -64,13 +64,13 @@
data-duration="5"
>
<div class="demo-frame">
<div class="hf-remocn-focus-blur-resolve"><span>Crystal</span><span>clear</span></div>
<div class="hf-catalog-focus-blur-resolve"><span>Crystal</span><span>clear</span></div>
</div>
<script>
const tl = gsap.timeline({ paused: true });
const startTime = 0.5;
tl.fromTo(
".hf-remocn-focus-blur-resolve span",
".hf-catalog-focus-blur-resolve span",
{ opacity: 0, "--hf-word-scale": 1.08, "--hf-word-blur": "16px" },
{
opacity: 1,