●▲■ 개발일기

Waypoints.js 스크롤 이벤트 본문

👉 javascript

Waypoints.js 스크롤 이벤트

●▲■ PRINT 2023. 8. 10. 16:41

 

 

http://imakewebthings.com/waypoints/guides/getting-started/

 

Getting Started • Waypoints

Getting Started The first thing you'll need to do is download Waypoints. The lib/ directory contains builds for jQuery and Zepto, as well as a version with no framework dependencies. Choose the one that fits your needs and include it. The rest of this guid

imakewebthings.com

<link rel="stylesheet" href="style.css">

<ul class="notifications"></ul>

<script src="//code.jquery.com/jquery-1.11.1.min.js"></script>
<script src='./noframework.waypoints.js'></script>
<script src='./jquery.waypoints.min.js'></script>
<script src='./sticky.js'></script>
<script src='./infinite.js'></script>
<script src='./inview.js'></script>
<script src='./script.js'></script>