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 cdd918c commit 9b611b6
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 @@ -120,7 +120,7 @@ Intersection Observer API가 고려하는 모든 영역은 직사각형입니다

#### Thresholds

매번 대상 요소가 얼마나 보이는지의 극미한 변화마다 보고하는 것 보다 Intersection Observer API는 **thresholds** 를 사용합니다. 관찰자를 생성할 때, 하나 또는 하나 이상의 보이는 대상 요소의 백분율을 나타내는 숫자 값을 제공할 수 있습니다. 다음, API는 역치 값을 초과하는 가시성이 변경될 때만 보고합니다.
매번 대상 요소가 얼마나 보이는지의 극미한 변화마다 보고하는 것보다 Intersection Observer API는 **thresholds** 를 사용합니다. 관찰자를 생성할 때, 하나 또는 하나 이상의 보이는 대상 요소의 백분율을 나타내는 숫자 값을 제공할 수 있습니다. 그런 다음, API는 이러한 역치 값을 넘어가는 가시성 변경 사항만 보고합니다.

예를 들어, 대상의 가시성이 각 25% 지점보다 크거나 작을 때마다 보고를 받고 싶다면, 관찰자를 생성할 때 \[0, 0.25, 0.5, 0.75, 1]로 이루어진 역치 값 목록을 지정해야 합니다.

Expand Down

0 comments on commit 9b611b6

Please sign in to comment.