Enhance landing page UI/UX with premium hero animations - #1681
Open
viviyan-prince wants to merge 1 commit into
Open
Enhance landing page UI/UX with premium hero animations#1681viviyan-prince wants to merge 1 commit into
viviyan-prince wants to merge 1 commit into
Conversation
Author
|
Hi @imDarshanGK, I've completed the implementation for issue #1632. Could you please review the PR and approve the workflows when you have a chance? Thank you! |
Owner
|
@viviyan-prince Please attach a short video demo showcasing the working of your feature. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Description
This PR enhances the landing page by improving the overall UI/UX while preserving the existing application logic and project structure. The focus is on creating a modern, responsive, and accessible interface with smooth visual interactions and better user feedback.
Related Issue
Fixes #1632
Changes Implemented
✨ Landing Page Hero Enhancement
Added a premium multi-layer hero background consisting of:
Integrated
style.cssas the active stylesheet to apply the new UI refinements.🖱️ Area-Isolated Mouse Parallax
Implemented an isolated JavaScript module within
frontend/index.htmlthat:requestAnimationFramefor smooth performance.🎨 UI Refinements
Improved the overall interface by refining:
⚡ Frontend Interaction Improvements
Enhanced existing frontend functionality without changing business logic by adding:
🚀 Performance & Accessibility
GPU-accelerated
translate3danimations.will-changeoptimization for smoother rendering.Hero effects disabled on:
No additional dependencies introduced.
No project structure changes.
Files Modified
frontend/index.htmlfrontend/style.cssfrontend/script.jsType of change
Checklist
mainpytest -vand all tests passfeat: improve landing page UI/UX with premium hero enhancements