Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

✨ 피드 숨기기 애니메이션 수정 및 최대 해상도 설정 #82

Merged
merged 4 commits into from
May 27, 2024

Conversation

BangDori
Copy link
Collaborator

@BangDori BangDori commented May 27, 2024

작업 이유

  • 피드 숨기기 애니메이션 수정
  • 최대 크기 아이폰 15 Pro Max로 고정

작업 사항

1️⃣ 숨기기 애니메이션 수정

기존에 버튼과 원이 동시에 표시되는 애니메이션을 다음과 같이 수정하였습니다.

  1. 원이 그려집니다.
  2. 원이 그려진 후 체크마크가 표시됩니다.

2️⃣ 최대 해상도 설정

아이폰 15 Pro Max를 기준으로 최대 너비와 높이를 432 x 932 pt 를 기준으로 작성하였습니다. pt 단위는 px로 변환하여 적용하였습니다.


리뷰어가 중점적으로 확인해야 하는 부분

  • 해상도 최대 설정이 아이폰 15 Pro Max의 개발 해상도와 동일한가요?

발견한 이슈

오디오 관련 라이브러리를 적용해보았는데 타입 관련해서 에러가 발생하는 부분이 많았고 유지보수가 전혀 되어있지 않은 상태입니다. 그래서 오디오 관련 기능은 필요하다면 추후에 직접 만드는 방향으로 가야할 것 같습니다.

@BangDori BangDori self-assigned this May 27, 2024
Copy link

This pull request is automatically being deployed by Amplify Hosting (learn more).

Access this pull request here: https://pr-82.d37mn03xh3qyyz.amplifyapp.com

Copy link
Member

@Legitgoons Legitgoons left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

최대 해상도 설정이 의도한대로 동작하지 않는 것 같습니다. 애니메이션은 아주 아름답게 잘 동작합니다. 리뷰 확인 부탁드립니다!

src/app/layout/RootLayout.scss Show resolved Hide resolved
Copy link
Member

@Legitgoons Legitgoons left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

적절하게 동작합니다. 병합하셔도 좋습니다!

@BangDori BangDori merged commit c4c73ef into main May 27, 2024
2 checks passed
@BangDori BangDori deleted the feature/PW-355-animation-and-size branch May 27, 2024 12:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants