barba.js
Version:
Barba.js it's a small, flexible and dependency free library that helps you creating fluid and smooth transition between your website's pages.
17 lines (16 loc) • 404 B
HTML
<html>
<head>
<title>home</title>
</head>
<body>
<main id="barba-wrapper">
<div class="barba-container" data-namespace="home">
<h1>home page</h1>
<a href="about.html">about</a>
</div>
</main>
</body>
<script src="../../../dist/barba.js" type="text/javascript"></script>
<script src="./index.js" type="text/javascript"></script>
</html>