UNPKG

waypoints

Version:

Easily execute a function when you scroll to an element

10 lines (7 loc) 215 B
/* global jasmine, Waypoint */ 'use strict' jasmine.getFixtures().fixturesPath = 'test/fixtures' jasmine.getEnv().defaultTimeoutInterval = 1000 Waypoint.requestAnimationFrame = function(callback) { callback() }