Skip to content

Commit

Permalink
[#7] design: 테마 정보 애니메이션 추가2
Browse files Browse the repository at this point in the history
  • Loading branch information
MyungJiwoo committed Jun 28, 2024
1 parent 382a6b6 commit f547d66
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/components/RoomTheme.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,11 @@ import { Theme } from "../styles/RoomThemeStyled";

const RoomTheme = () => {
return (
<Theme>
<Theme
data-aos="flip-right"
data-aos-duration="3000"
data-aos-easing="ease-out-cubic"
>
<div className="titleBox">
<p>방탈출 테마 이름</p>
</div>
Expand Down

0 comments on commit f547d66

Please sign in to comment.