mirror of
https://github.com/heygen-com/hyperframes.git
synced 2026-09-07 01:56:04 +00:00
chore(catalog): remove internal source markers
This commit is contained in:
+5
-5
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user