Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

<style>
* {
scroll-snap-points-x: repeat(calc(1px));
}
</style>
<script>
window.onload = () => {
document.documentElement.animate([{"scrollSnapPointsX": "repeat(1px)"}])
}
</script>