Skip to content

Conversation

@cskime
Copy link
Collaborator

@cskime cskime commented Aug 25, 2025

📝 작업 내용

  • Animation 적용 #49 에 작성된 animation들을 구현합니다.
  • PopoverDropdown animation은 시간상 제외합니다. 나중에 여유가 되면 마지막에 구현할 예정입니다.

👀 새로 알게 된 내용 (선택)

  • CSS animation에 대해 이해하고 구현해 볼 수 있었습니다.
  • Animation과 transition의 차이점을 알게 되었습니다.
    • transition은 어떤 동작이 trigger 되었을 때(e.g. hover) 특정 CSS 속성값의 변경을 animation으로 처리해 줍니다.
    • animation은 trigger가 없어도 자동으로 동작합니다.

@cskime cskime changed the title [#49 [#49] Animation 적용 Aug 25, 2025
@cskime
Copy link
Collaborator Author

cskime commented Aug 25, 2025

남은 작업을 빠르게 완료하기 위해 리뷰 없이 병합합니다.

@cskime cskime merged commit e37fa68 into codeit-FE-18-part2:develop Aug 25, 2025
@cskime cskime deleted the feature/#49 branch August 25, 2025 00:55
@cskime cskime linked an issue Aug 25, 2025 that may be closed by this pull request
7 tasks
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.

Animation 적용

1 participant