Waypoints Js
Waypoints is the easiest way to trigger a function when you scroll to an element.
Installation
Add script right before closing </body>
tag, and initialize Typed.js
<!-- Plugin js -->
<script src="src/plugins/waypoints/lib/noframework.waypoints.min.js"></script>
<!-- Theme js -->
<script src="src/js/theme.js"></script>
Waypoints required if you need activate Counter Up and Progress Bar features. Waypoints available in theme.js
in this function myProgressBar();
and myCounters();
You can refresh waypoints with add .way-refresh
classes in your section or other area.
For complete documentation read in here