toolness / p5.js-widget

A reusable widget for embedding editable p5 sketches in web pages.
https://toolness.github.io/p5.js-widget/
GNU Lesser General Public License v2.1
161 stars 44 forks source link

Only load widget when it's in (or near) the browser's viewport #17

Closed toolness closed 8 years ago

toolness commented 8 years ago

Lots of widgets on a single page, which is becoming the case for the documentation/homepage, can really slow down loading. Might be nice to not actually load the iframe until the widget is visible in the viewport.

toolness commented 8 years ago

Related: https://github.com/WICG/IntersectionObserver