Updated Home.tsx for Smooth Tick Options and Explore Button Animation #396
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Pull Request
Title
Updated Home.tsx for Smooth Tick Options and Explore Button Animation
Description
This pull request implements the following feature
Smooth Tick Options Loading: A dedicated container for tick options that ensures each tick appears smoothly one by one without affecting the position of other elements on the page.
Sequential appearance with smooth animations, ensuring no overlap and maintaining within their container.
Explore Button Animation: An explore button with dynamic animation to maintain visibility and encourage user interaction.
Related Issues
fixes #390
Changes Made
Updated Home.tsx to include the smooth tick options loading and explore button animation.
Added necessary CSS/JS for animations.
Checklist
Screenshots (if applicable)
home_page_tick_buttons_display_modification.mp4
Additional Notes
Footer