Skip to content

Commit e908f9c

Browse files
authored
Merge pull request #302 from signalwire/fern/remove-homepage-fade-in
Remove homepage fade-in animation
2 parents 771ac0d + 9eec89f commit e908f9c

1 file changed

Lines changed: 0 additions & 24 deletions

File tree

fern/styles.css

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -88,17 +88,6 @@ a[href*="status.signalwire.com"]::after {
8888
LANDING PAGE STYLING
8989
============================================================================= */
9090

91-
@keyframes lp-fade-up {
92-
from {
93-
opacity: 0;
94-
transform: translateY(1.5rem);
95-
}
96-
to {
97-
opacity: 1;
98-
transform: translateY(0);
99-
}
100-
}
101-
10291
.lp-page-container {
10392
min-height: 100vh;
10493
position: relative;
@@ -147,7 +136,6 @@ a[href*="status.signalwire.com"]::after {
147136
margin-bottom: 4rem;
148137
position: relative;
149138
overflow: clip;
150-
animation: lp-fade-up 0.7s ease-out both;
151139
}
152140

153141
.hero-content {
@@ -160,7 +148,6 @@ a[href*="status.signalwire.com"]::after {
160148
.products-section {
161149
border-top: 1px solid var(--grayscale-5);
162150
padding: 3.5rem 2rem;
163-
animation: lp-fade-up 0.7s ease-out 0.2s both;
164151
}
165152

166153
.products-section h2 {
@@ -190,7 +177,6 @@ a[href*="status.signalwire.com"]::after {
190177
border-radius: 0.75rem;
191178
background: var(--grayscale-a2);
192179
font-size: 0.875rem;
193-
animation: lp-fade-up 0.7s ease-out 0.35s both;
194180
}
195181

196182
.hp-callout-desc {
@@ -238,16 +224,6 @@ a[href*="status.signalwire.com"]::after {
238224
}
239225
}
240226

241-
/* --- Accessibility --- */
242-
243-
@media (prefers-reduced-motion: reduce) {
244-
.lp-page-container .hero-section,
245-
.lp-page-container .products-section,
246-
.lp-page-container .hp-callout {
247-
animation: none;
248-
}
249-
}
250-
251227
/* =============================================================================
252228
PRODUCT SELECTOR STYLING
253229
=============================================================================

0 commit comments

Comments
 (0)