Panel that implements intersection observer, triggers events when intersecting
npm install @codin/cwc-intersection
Element for detecting intersection.
disabled?: bool: false, reflect: true
When disabled the intersection adapter is removed
once?: bool: false
If true, the element wil await first intersection, then set it self as diabled.
margin?: string
Intersection offset, just like normal css margins.
threshold?: string|float[]
Decimal or CSV decimals .1,.5,.9 when used from html. flaot array when set by JS
intersection triggerd when intersectionintersect-in triggerd when intersectingintersect-out triggerd when not intersectinghtml
Foo Bar
``