naver / egjs-visible

A class that checks if an element is visible in the base element or viewport.
https://naver.github.io/egjs-visible/
MIT License
53 stars 6 forks source link

Research IntersectionObserver spec #5

Closed sculove closed 7 years ago

sculove commented 7 years ago

@sculove commented on Fri Apr 22 2016

Description

I think IntersectionObserver spec can use at infiniteGrid and visible. Therefore, check this spec. https://developers.google.com/web/updates/2016/04/intersectionobserver


@kishu commented on Fri Nov 18 2016

image

Intersection Observer API is good, but it is an experimental technology and not supported by most browsers. I want you to keep looking over time.

The implementation code for polyfill of this API(https://github.com/WICG/IntersectionObserver/tree/gh-pages/polyfill) is interesting. I will refer to it in the egjs conversion work.


@sculove commented on Thu Aug 03 2017

Issue moved to naver/egjs-visible #4 via ZenHub

mixed commented 7 years ago

dup #4