RollingPaperTeam / rolling-papaer-web

Apache License 2.0
1 stars 1 forks source link

Last dance 이나경 145 postid emojilist 등장사라짐 애니메이션 #146

Closed nakyoung98 closed 9 months ago

nakyoung98 commented 9 months ago

이 PR은 어떤 유형인가요?

설명

postid allemojilist 등장 애니메이션

const AllEmojiListBlock = styled.section`
...

  animation: fadeInMoveDown ease-in 1 0.5s;

  @keyframes fadeInMoveDown {
    from{
      margin-top: 0px;
      opacity: 0;
    }
    to{
      margin-top: 7px;
      opacity: 1;
    }
  }
`;

관련 티켓 및 문서

스크린샷, 녹화

ezgif com-video-to-gif-converted (8)

변경사항을 테스트하는 방법, 테스트에 사용된 기기 및 브라우저, UI 변경에 대한 관련 이미지 등에 대한 지침을 이곳에 기재해 주세요.

UI 접근성 체크리스트

UI 변경 사항이 있는 경우, 이 체크리스트를 활용하세요:

[선택사항] 이 PR을 가장 잘 설명하는 GIF는 무엇인가요?