@drozdik.m/lerp
Version:
Collection of lerp functions.
25 lines (19 loc) • 463 B
HTML
<html>
<head>
<meta charset="utf-8" />
<title>Browser Test</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<style>
.box{
height: 5rem;
width: 5rem;
background-color: blue;
position: relative;
}
</style>
</head>
<body>
<script src="../dist/demo/script.compiled.js"></script>
</body>
</html>