0.0.7 • Published 8 years ago

lanjs v0.0.7

Weekly downloads
1
License
MIT
Repository
-
Last release
8 years ago

Lanjs

<body>

  <img src="img/loading.gif" Lan="img/photo.jpg">

  <script src="dist/lan.js"></script>
  <script>
  Lan.init({
    offset: 100,
    throttle: 250,
    unload: false,
    callback: function (element, op) {
      console.log(element, 'has been', op + 'ed')
    }
  });

  // Lan.render(); is also available for non-scroll callbacks
  </script>
</body>

License

MIT

0.0.7

8 years ago

0.0.6

8 years ago

0.0.5

8 years ago

0.0.4

8 years ago

0.0.3

8 years ago