Skip to content

Instantly share code, notes, and snippets.

@jhadenfeldt
jhadenfeldt / index.html
Last active June 11, 2018 22:58 — forked from nolanlawson/index.html
IntersectionObserver demo
<!doctype html>
<html lang="en">
<head>
<title>IntersectionObserver demo</title>
<style>
body {
margin: 0 auto;
padding: 10px;
max-width: 800px;
display: flex;