Merged
Conversation
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.
This pull request introduces new CSS-based animations to enhance the visual appearance of several hero and universal components. The main changes add fade/slide and scrapbook-style entrance animations to key UI elements, making the landing experience more dynamic and engaging. The changes are grouped below by theme.
Animation Enhancements
fadeSlideUpFromBottomanimation and corresponding CSS class infadeSlideUpAnimation.css, and applied it to the main hero box, the welcome header, and the "Meet the Professionals" heading for a smooth fade/slide-up entrance effect. [1] [2] [3] [4] [5]scrapbookAnimations.csswith keyframes for scrapbook-style letter reveals and mascot appearances, and imported it into relevant components. [1] [2] [3]Component Animation Integration
Mascotscomponent to animate mascot images with a staggered "bounce" effect as they appear, based on their index. [1] [2] [3] [4]ScrapbookTextcomponent to animate each letter with a staggered scrapbook-style reveal, also based on its index. [1] [2] [3]Minor Layout Adjustment