[useScrollTo, useScrollToTop] - useScrollTo: animate 효과 제어 기능 추가

- useScrollToTop: scrollToTop 기능 추가 및 hook 분리
This commit is contained in:
hyunwoo93.cha
2024-02-20 16:34:27 +09:00
parent 58058f6f67
commit 2bdb40d606
3 changed files with 34 additions and 5 deletions

View File

@@ -6,7 +6,7 @@ export const TESTPANEL_KEY = "5325";
export const SFT_TEST = "5555";
export const SFT_TEST2 = "6666";
export const DEFAULT_SERVERTYPE = "qt2"; //system, qt2, qt, prd
export const DEFAULT_RIC_CODE = 'aic'; //system, aic, eic, ruc
export const DEFAULT_RIC_CODE = "aic"; //system, aic, eic, ruc
export const panel_names = {
INTRO_PANEL: "intropanel",
HOME_PANEL: "homepanel",