Skip to content
Snippets Groups Projects

Improve structure

Merged Daniel Kurowski requested to merge improve-structure into master
All threads resolved!
3 files
+ 5
4
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -3,9 +3,9 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<title>Visual test of smoothscroll</title>
<title>Integration test</title>
<script src="https://cdn.jsdelivr.net/npm/velocity-animate@1.5/velocity.min.js"></script>
<script src="dist/index.js" type="text/javascript"></script>
<script src="../dist/index.js" type="text/javascript"></script>
<script>
SmoothScroll.enable({
scrollOnLoad: true,
@@ -34,6 +34,8 @@
</style>
</head>
<body>
<!-- @todo: improve this file -->
<div id="nahoru"></div>
<a href="#item1">Item1</a>
<a href="#item2">Item2</a>
Loading