Skip to content

Instantly share code, notes, and snippets.

View solova's full-sized avatar

Oleksandr Solovei solova

View GitHub Profile
(function() {
(function(root, factory) {
if (typeof define === 'function' && define.amd) {
return define('jquery.in-viewport', ['jquery'], function($) {
return factory($, root);
});
} else {
return factory(root.jQuery, root);
}
})(this, function($, window) {