Updated Enhanced scrolling text animation on the webpage by adding various effects, such as fading and scaling. #66
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 Format
PR Title
Issue #33 : wanted to enhance the scrolling text animation on a webpage by adding various effects, such as fading and scaling. solved
Type of PR
Description
This pull request introduces scroll-triggered text animations to the webpage, enhancing user engagement and visual appeal. The implementation includes fade-in and scale effects applied to text elements as they enter the viewport during scrolling. Additionally, staggered timing has been incorporated to create a dynamic and smooth appearance of the text elements, improving the overall user experience.
Screenshots / Videos (if applicable)
Before:
There were no animations applied to the text elements. All text appeared statically without any visual transitions during page interactions.
After:
Text elements now animate with fade-in and scale effects when scrolled into view.
Each text block animates with staggered timing, providing a fluid and visually appealing experience during scrolling.
Screen.Recording.2024-10-03.011246.mp4
Checklist
Additional Context
Key challenges addressed include efficient scroll detection using the Intersection Observer API and ensuring smooth performance across browsers.
Thank you for reviewing my pull request!