Skip to content

Instantly share code, notes, and snippets.

@HongPong
Created June 22, 2016 22:25
Show Gist options
  • Save HongPong/00afde69a2340bdc7e04549e01ccbef4 to your computer and use it in GitHub Desktop.
Save HongPong/00afde69a2340bdc7e04549e01ccbef4 to your computer and use it in GitHub Desktop.
doormat not working
<html>
<head>
<script src="doormat/dist/doormat.js"></script>
<link href="doormat/dist/doormat.css" rel="stylesheet"/>
<link href="styles.css" rel="stylesheet"/>
</head>
<body>
<div class="dm">
<div class="dm__pnl panel1">Awesome</div>
<div class="dm__pnl panel2">Site</div>
<div class="dm__pnl panel3">Content</div>
</div>
<script type="text/javascript">
//var myDoormat = new Doormat();
var myDoormat = new Doormat({
scrollBuffer : 80,
snapDuration : 250,
snapThreshold: 20
});
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment