feat: Implement AOS for on-scroll animations#67
Open
RAGHU1242 wants to merge 1 commit intomr-rishikesh:mainfrom
Open
feat: Implement AOS for on-scroll animations#67RAGHU1242 wants to merge 1 commit intomr-rishikesh:mainfrom
RAGHU1242 wants to merge 1 commit intomr-rishikesh:mainfrom
Conversation
|
@RAGHU1242 is attempting to deploy a commit to the mr-rishikesh's projects Team on Vercel. A member of the Team first needs to authorize it. |
Contributor
Author
Untitled.video.-.Made.with.Clipchamp.mp4@mr-rishikesh , |
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.
Closes: #66
Description
This pull request integrates the AOS (Animate On Scroll) library to introduce subtle, performant on-scroll animations across the application.
By adding AOS, the UI transitions from being static to dynamic and engaging. Elements now fade, slide, and zoom into view as the user scrolls, improving perceived quality and professionalism.
Changes Made
aosto the project's dependencies.client/src/App.jsxto make it globally available.data-aosattributes to components and pages with effects likefade-up,fade-in,zoom-in, etc.Files Changed
Animations were applied to the following files:
client/src/App.jsxclient/src/HomeLanding.jsxclient/src/ProfilePage.jsxclient/src/ProfileCard.jsxclient/src/MessageSidebar.jsxclient/src/components/layout/Footer.jsxclient/src/components/layout/Navbar.jsxclient/src/pages/About.jsxclient/src/pages/CreatePostPage.jsxclient/src/pages/Explore.jsxclient/src/pages/MessagePage.jsxclient/src/pages/HomePage/Home.jsxclient/src/pages/Auth/ChangePassword.jsxclient/src/pages/Profile.jsxclient/src/pages/Auth/SignIn.jsxclient/src/pages/Auth/SignUp.jsxHow to Test
clientdirectory and run: