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 - 홍경욱 #3

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

Conversation

kyxnguk
Copy link

@kyxnguk kyxnguk commented Sep 30, 2024

Description

  • Netflix 애니메이션 만들기
  • Basic , Loop Slider 구현

Important content

기능 구현 부분.

Question

없습니다.

Reference

없습니다

@kyxnguk kyxnguk changed the title Assignment 13 - 홍경욱 13주차 Assignment - 홍경욱 Sep 30, 2024
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 +6 to +16
const letterVariants = {
hidden: { opacity: 0, scale: 0.8 },
visible: (i) => ({
opacity: 1,
scale: 1.3,
transition: {
delay: i * 0.15, // 각 글자가 0.15초 간격으로 나타남
duration: 0.5, // 애니메이션이 최소 0.5초 동안 지속
},
}),
};
Copy link

Choose a reason for hiding this comment

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

굿굿 과제 조건 충족💯 잘해주셨네요 ~

Copy link

@hayoon07 hayoon07 Oct 6, 2024

Choose a reason for hiding this comment

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

슬라이더 두 종류 다 잘 작동되네요! 고생하셨습니다 ~
캐릭터는 롤인가요? 취향 반영 잘 되어 있네요 ㅋㅋㅋㅋㅋ!

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