Skip to content

Commit

Permalink
Update files/ko/web/api/intersection_observer_api/index.md
Browse files Browse the repository at this point in the history
Co-authored-by: hochan Lee <[email protected]>
  • Loading branch information
YDayeon and hochan222 authored Nov 4, 2023
1 parent ca1a940 commit ec2fd1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/ko/web/api/intersection_observer_api/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ threshold가 1.0이라는 의미는 `root` 옵션으로 지정된 요소 내에

#### 교차 관찰자 옵션

{{domxref("IntersectionObserver.IntersectionObserver", "IntersectionObserver()")}} 생성자에 전달된 `options` 객체는 observer의 콜백이 호출될 때 상황을 제어할 수 있게 해줍니다. 다음과 같은
{{domxref("IntersectionObserver.IntersectionObserver", "IntersectionObserver()")}} 생성자에 전달되는 `options` 객체는 observer의 콜백이 언제 호출되는지를 제어할 수 있게 해줍니다. 이 객체는 다음과 같은 필드를 가지고 있습니다.

- `root`
- : 대상 가시성을 체크하기 위한 뷰포트로 사용되는 요소. 반드시 타겟의 상위 요소이어야 합니다. 만약 뷰포트를 지정하지 않거나 `null` 이면 브라우저 뷰포트가 기본으로 설정됩니다.
Expand Down

0 comments on commit ec2fd1b

Please sign in to comment.