Commit fd03a1f
committed
fix(demo): lower IntersectionObserver threshold to prevent feature images from staying hidden
On viewports where height < 15% of the feature grid's total height,
the fade-in animation could never trigger, keeping the entire grid
at opacity 0. Using threshold 0 fires as soon as any part is visible.1 parent 4ccb73a commit fd03a1f
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
227 | 227 | | |
228 | 228 | | |
229 | 229 | | |
230 | | - | |
| 230 | + | |
231 | 231 | | |
232 | 232 | | |
233 | 233 | | |
| |||
0 commit comments