Intro
μλ νμΈμ. λͺ¨λ°μΌ λ€λΉκ²μ΄μ λ©λ΄μμ μ€ν¬λ‘€ μ΄λμ ννν΄μΌ νμ΅λλ€. μ¬λ¬ λ°©λ²μ΄ μκ² μ§λ§ μ λ νΉμ μμ μμΉλ‘ μ€ν¬λ‘€ μ΄λν μ μλ scrollIntoView ν¨μλ₯Ό μ¬μ©νμ΅λλ€.
Syntax
scrollIntoView()
scrollIntoView(alignToTop)
scrollIntoView(scrollIntoViewOptions)
alignToTop
- true : aligned to the top μλ¨ κΈ°μ€ μ€ν¬λ‘€ μ΄λ | scrollIntoViewOptions: {block: "start", inline: "nearest"}
- false : aligned to the bottom νλ¨ κΈ°μ€ μ€ν¬λ‘€ μ΄λ | scrollIntoViewOptions: {block: "end", inline: "nearest"}
scrollIntoViewOptions
- behavior : μλλ©μ΄μ | smooth, instant, auto
- block : μμ§ μ λ ¬ | start, center, end, or nearest. Defaults to start
- inlihne : μν μ λ ¬ | start, center, end, or nearest. Defaults to nearest
https://developer.mozilla.org/en-US/docs/Web/API/Element/scrollIntoView