An array of intersection thresholds, originally specified using the threshold
property when instantiating the observer. If only one observer was specified, without being in an array, this value is a one-entry array containing that threshold. Regardless of the order your original threshold
array was in, this one is always sorted in numerically increasing order.
If no threshold
option was included when IntersectionObserver()
was used to instantiate the observer, the value of thresholds
is [0]
.
Note: Although the options
object you can specify in the IntersectionObserver()
constructor has a field named threshold
, this property is called thresholds
. If you accidentally use thresholds
as the name of the field in your options
, the thresholds
array will wind up being [0.0]
, which is likely not what you expect.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4