Runtime Error

OnIntersectValueRequired

No value was provided to the data-on-intersect attribute.

The data-on-intersect attribute must only have a value, representing an expression to run when the element intersects with the viewport.

Example:

1<div data-on-intersect="console.log('I am intersecting!')"></div>

See the docs for the data-on-intersect attribute.