-
Notifications
You must be signed in to change notification settings - Fork 3
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
Conversation
There was a problem hiding this 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%; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
애니메이션이 끊겼던 이유가 배경 사이즈가 작아서였나요,,?!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
저도 궁금하네요!
There was a problem hiding this 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%; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
저도 궁금하네요!
연관된 이슈
구현한 기능
화면 크기에 따라 애니메이션이 끊겨 보이던 문제 해결
상세 설명