You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Introduce a scroll-to-top button that becomes visible when users scroll down the page. This feature will help users navigate and improve the overall user experience on long pages.
Feature Behaviour:
Initial State: The button is hidden at page load.
On Scroll: Once the user scrolls beyond 300px, the button fades into view.
On Click: The page smoothly scrolls back to the top.
Back to Top: Once scrolled to the top, the button fades out.
Proposed Implementation
Should have a boolean flag for optional use
The text was updated successfully, but these errors were encountered:
Description:
Introduce a scroll-to-top button that becomes visible when users scroll down the page. This feature will help users navigate and improve the overall user experience on long pages.
Feature Behaviour:
Proposed Implementation
The text was updated successfully, but these errors were encountered: