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

[FE] 화면 크기에 따라 애니메이션이 끊겨 보이던 문제 해결 #510

Merged
merged 2 commits into from
Sep 19, 2024

Conversation

greetings1012
Copy link
Contributor

연관된 이슈

구현한 기능

화면 크기에 따라 애니메이션이 끊겨 보이던 문제 해결

상세 설명

Copy link
Contributor

@dle234 dle234 left a comment

Choose a reason for hiding this comment

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

역시 애니메이션 학과 출신..👍

animation: ${gradientAnimation} 10s linear infinite;
background-size: 200% 200%;
animation: ${gradientAnimation} 10s ease infinite;
background-size: 400% 400%;
Copy link
Contributor

Choose a reason for hiding this comment

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

애니메이션이 끊겼던 이유가 배경 사이즈가 작아서였나요,,?!

Copy link
Member

Choose a reason for hiding this comment

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

저도 궁금하네요!

Copy link
Contributor Author

Choose a reason for hiding this comment

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

만나서 구두로 설명했습니다

animation: ${gradientAnimation} 10s linear infinite;
background-size: 200% 200%;
animation: ${gradientAnimation} 10s ease infinite;
background-size: 400% 400%;
Copy link
Member

Choose a reason for hiding this comment

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

저도 궁금하네요!

@greetings1012 greetings1012 merged commit 3ca720d into FE/dev Sep 19, 2024
4 of 5 checks passed
@greetings1012 greetings1012 deleted the FE/feature/#461 branch September 19, 2024 04:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🌋 bug 버그 픽스
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants