We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
window에 핸들링을 달면 안됩니다. div나 scroll이 가능한 tag에 onScroll 같은 속성이 있고 onScroll 속성에 핸들링해야합니다.
참고 - https://developer.mozilla.org/ko/docs/Web/API/GlobalEventHandlers/onscroll
The text was updated successfully, but these errors were encountered:
Intersection Observer API 가 존재합니다.
Sorry, something went wrong.
No branches or pull requests
window에 핸들링을 달면 안됩니다.
div나 scroll이 가능한 tag에 onScroll 같은 속성이 있고 onScroll 속성에 핸들링해야합니다.
참고 - https://developer.mozilla.org/ko/docs/Web/API/GlobalEventHandlers/onscroll
The text was updated successfully, but these errors were encountered: