Is there any kirby plugins or any jquery which would work to show when an element has entered view?
Panel or frontend?
in the frontend, I have tried some js but it has not worked. Was hoping there was a plugin for this?
The Intersection Observer API is exactly what you’re looking for, if you want to observe when an element has entered the viewport. To make it a little bit easier, I’d recommend to use scrollama which is based upon the API mentioned above.
awesome thanks for the help!