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:
+6
-6
@@ -52,13 +52,13 @@
|
||||
text-transform: uppercase;
|
||||
color: #71717a;
|
||||
}
|
||||
.hf-remocn-slot-machine-roll {
|
||||
.hf-catalog-slot-machine-roll {
|
||||
color: #18181b;
|
||||
font-family: Inter, system-ui, sans-serif;
|
||||
font-weight: 900;
|
||||
letter-spacing: -0.04em;
|
||||
}
|
||||
.hf-remocn-slot-machine-roll {
|
||||
.hf-catalog-slot-machine-roll {
|
||||
display: inline-flex;
|
||||
gap: 6px;
|
||||
height: 74px;
|
||||
@@ -69,12 +69,12 @@
|
||||
Menlo,
|
||||
monospace;
|
||||
}
|
||||
.hf-remocn-slot-machine-roll span {
|
||||
.hf-catalog-slot-machine-roll span {
|
||||
display: block;
|
||||
height: 74px;
|
||||
overflow: hidden;
|
||||
}
|
||||
.hf-remocn-slot-machine-roll i {
|
||||
.hf-catalog-slot-machine-roll i {
|
||||
display: block;
|
||||
font-style: normal;
|
||||
transform: translateY(var(--hf-slot-y, 0px));
|
||||
@@ -93,7 +93,7 @@
|
||||
<div class="demo-frame">
|
||||
<div class="slot-card">
|
||||
<div class="slot-label">Slot Machine Roll</div>
|
||||
<div class="hf-remocn-slot-machine-roll">
|
||||
<div class="hf-catalog-slot-machine-roll">
|
||||
<span
|
||||
><i>0<br />A</i></span
|
||||
><span
|
||||
@@ -108,7 +108,7 @@
|
||||
const tl = gsap.timeline({ paused: true });
|
||||
const startTime = 0.5;
|
||||
tl.fromTo(
|
||||
".hf-remocn-slot-machine-roll i",
|
||||
".hf-catalog-slot-machine-roll i",
|
||||
{ "--hf-slot-y": "0px" },
|
||||
{ "--hf-slot-y": "-74px", duration: 0.52, stagger: 0.06, ease: "power3.inOut" },
|
||||
startTime,
|
||||
|
||||
Reference in New Issue
Block a user