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

13주차 Assignment - 조성수 #4

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

Sungpie
Copy link

@Sungpie Sungpie commented Sep 30, 2024

Description

  • animation와 swiper 라이브러리를 이용해 각 과제를 수행했습니다.

Important content

  • 없습니다.

Question

  • 없습니다.

Reference

  • 없습니다.

Copy link

@hayoon07 hayoon07 left a comment

Choose a reason for hiding this comment

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

과제 통과입니다 ~ 과제 조건 충족 잘해주셨네요!
시험기간 파이팅입니다 ~

Comment on lines +18 to +34
const letterVariants = {
hidden: { opacity: 0, scale: 0.5 },
visible: {
opacity: 1,
scale: 1.3,
transition: { duration: 0.8 }, // 글자당 최소 0.5초 이상 지속
},
};

const containerVariants = {
hidden: {},
visible: {
transition: {
staggerChildren: 0.15, // 0.15초 간격으로 등장
},
},
};
Copy link

Choose a reason for hiding this comment

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

variant 사용도 잘 해주셨고 세부 조건도 잘 충족시켜주셨네요! 💯

Copy link

Choose a reason for hiding this comment

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

다만 logo 외에 다른 기능은 없기 때문에 main보다는 파일명이 좀 더 직관적이면 좋겠습니다!

Comment on lines +25 to +29
const Image = styled.img`
width: 100%;
height: 400px;
object-fit: cover;
`;
Copy link

Choose a reason for hiding this comment

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

동물 사진의 높이를 설정해두어서 사진들이 다 잘립니다 ㅜㅜ
비율을 맞춰주시거나 사진이 좀 커지더라도 width와 같이 100%으로 하는 게 더 좋을 것 같아요

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