SharedStake / SharedStake/SharedStake-ui

homepage: footer section visible on scroll before the content section kicks in

Open
#135 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

good first issue help wanted V2
Dominant language
JavaScript
Stars
16
Forks
14
PR merge metrics
No merged PRs in 30d

Description

Problem
When starting to scroll the homepage, the footer section is initially visible before the first below-the-fold section JS kicks in and animates it in.

Solution 1
Adjust the animation/JS timing or positioning so it kicks in earlier and footer is not visible until the user scrolls to it

Solution 2
Use a simpler below-the-fold content display approach, ideally it's always visible and just uses CSS animations for visual enhancements. Fancy animation currently deteriorates the experience, so it's kinda moot.

I vote solution 2.

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by tracing the homepage scroll animation and the first below-the-fold section to see how their timing or positioning exposes the footer. Compare the existing behavior with the proposed CSS-animation approach; done means the first section appears reliably before the footer becomes visible during scrolling.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript
Domain
frontend
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.