스타일 설정

This commit is contained in:
focp212@naver.com
2025-09-19 10:44:31 +09:00
parent f54c654ad6
commit f91ad04506
7 changed files with 67 additions and 30 deletions

View File

@@ -17,4 +17,12 @@ export const FilterMotionDuration = {
export const FilterMotionStyle = {
width: '100%',
height: '100%'
};
export const BottomSheetMotionVaiants = {
hidden: { y: '100%' },
visible: { y: '0%' },
};
export const BottomSheetMotionDuration = {
duration: 0.3
};