react-video-scroll-ssr
Version:
A React component to seek or control the video frame rate on scroll.
14 lines (13 loc) • 339 B
HTML
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="theme-color" content="#000000">
<title>React App</title>
</head>
<body>
<div id="root"></div>
<script src='./index.js'></script>
</body>
</html>