Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve Content Visibility and Consistency on Scroll #129

Closed
ayushichoudhary-19 opened this issue Jan 20, 2024 · 1 comment
Closed

Improve Content Visibility and Consistency on Scroll #129

ayushichoudhary-19 opened this issue Jan 20, 2024 · 1 comment
Assignees
Labels
assigned bug Something isn't working user-experience

Comments

@ayushichoudhary-19
Copy link
Member

Issue Description

Current State:
Currently, when scrolling through the page, the visibility of section elements is triggered after almost half of the section has passed during scrolling. This behavior causes a delay in the appearance of content in the sections, adversely affecting the user experience.

Issue Details:

  1. Scrolling Behavior:
    • The existing JavaScript logic triggers the appearance of section elements only after 80% of the section is scrolled, resulting in delayed content visibility.

Screenshots:

  • In the 'About Us' section, statistics do not appear with other content. They become visible only after scrolling to the next 'Skills' section.
    About Us
    About Us

  • 'Skills' do not appear on the scroll when reaching the section. They become visible only after scrolling past the section.
    Skills

  • Similar issues exist in the 'Education' and 'Project' sections.

  • The sections after 'Projects' lack the Appear-on-Scroll Effect, causing inconsistency in UI.

  1. Desired Behavior:

    • Revise the JavaScript code to ensure that when a section's heading reaches the top of the page, the entire content of that section should have already appeared on the screen.
    • Apply the Appear-on-Scroll Effect to elements in sections after 'Projects' for UI consistency.
  2. Testing:

    • Conduct rigorous testing of the updated scrolling behavior across various browsers and devices to ensure consistent appearance.
    • Verify that the content of each section becomes visible promptly as its heading hits the top of the page on all device sizes.

Deadline:
Resolve this issue within 2 days of assignment, before it gets assigned to the next person.

@ShaikArshidBanu
Copy link
Contributor

@ayushichoudhary-19 please assign this issue to me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
assigned bug Something isn't working user-experience
Projects
None yet
Development

No branches or pull requests

2 participants