Overview

The IntersectionObserverEntry interface of the Intersection Observer API describes the intersection between the target element and its root container at a specific moment of transition.

Location

Properties


intersectionRatio

property intersectionRatio: Double read;
Double intersectionRatio { get; }
var intersectionRatio: Double { get{} }
Double intersectionRatio { __get; }
ReadOnly Property intersectionRatio() As Double

isIntersecting

property isIntersecting: Boolean read;
Boolean isIntersecting { get; }
var isIntersecting: Boolean { get{} }
Boolean isIntersecting { __get; }
ReadOnly Property isIntersecting() As Boolean

target

property target: HTMLElement read;
HTMLElement target { get; }
var target: HTMLElement { get{} }
HTMLElement target { __get; }
ReadOnly Property target() As HTMLElement

time

property time: DateTime read;
var time: DateTime { get{} }
ReadOnly Property time() As DateTime