Framer Motion을 활용한 Landing 페이지 애니메이션 추가#136
Merged
dolmeengii merged 8 commits intodevfrom Oct 10, 2025
Merged
Conversation
Closed
There was a problem hiding this comment.
Pull Request Overview
This PR adds Framer Motion animations to the landing page components and fixes mobile styling issues. The changes enhance user experience with smooth entrance animations while resolving layout problems in mobile environments.
- Added Framer Motion animations to header, hero sections, and landing page components
- Fixed mobile styling issues in Drawer component and Service layout
- Improved visual consistency with backdrop blur effects and proper viewport handling
Reviewed Changes
Copilot reviewed 10 out of 11 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| src/widgets/header/ui/wrapper.tsx | New HeaderWrapper component with conditional Framer Motion animations |
| src/widgets/header/ui/index.tsx | Updated Header to use HeaderWrapper with animation and backdrop blur styling |
| src/shared/ui/component/hero.tsx | Added motion variants and viewport props to Hero component |
| src/pages/landing/ui/tutorial-chatting/description.tsx | Added motion animations to tutorial description |
| src/pages/landing/ui/tutorial-chatting/chatting.tsx | Added motion wrapper to chatting component |
| src/pages/landing/ui/support/description.tsx | Added motion animations to support description |
| src/pages/landing/ui/page.tsx | Added viewport configuration and NAV_ID constant |
| src/features/drawer/ui/styles.ts | Fixed mobile sizing with h-screen and w-screen |
| src/app/layouts/service.tsx | Improved layout styling with tailwind-variants |
| package.json | Added framer-motion dependency |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
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.
Important
Merge 시 commit 메시지 맨 앞에 🔀 이모지(
:twisted_rightwards_arrows:)를 붙여주세요!작업 요약