Skip to content

Instantly share code, notes, and snippets.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@SysVoid
SysVoid / JavaScript-Interpolation-Example.html
Last active November 11, 2016 09:46
JavaScript smooth scrolling with interpolation.
<!doctype html>
<html>
<head>
<title>Example</title>
<style>.amazingDiv {position: relative;top: 2000px;padding-bottom: 1000px;}</style>
</head>
<body>
<div class="amazingDiv">
Interpolation, bro.
</div>