wrapper
to accept false, which will not create a wrapper and instead use the preexisting parent element. (Pull #416)onAfterPageLoad
callback. (Pull #398)enabled
option, enable
and disable
methods to the Inview shortcut (Pull #406)this
within the callbacks, rather than the invdividual underlying waypoints. (Issue #412)offset
on the window. (Pull #430)context
option to Inview. (Issue #433)isWindow
checks causing errors in IE8-. (Issue #372)Waypoint.disableAll
and Waypoint.enableAll
methods.requestAnimationFrame
. (Pull #366)Waypoint
and Context
classes. (Issue #281)Group
class and group
option for grouping waypoints. Make continuous
option work within these groups. (Issue #264)continuous
option to cover refreshes. (Issue #166)requestAnimationFrame
instead of a set millisecond timeout. Fallback to the old 60 FPS setTimeout
throttle for unsupported browsers. (Issue #242)triggerOnce
option.viewportWidth
utility method.unsticky
safe to use on any element. Previously it would unwrap the parent even if the element had never had sticky
called on it or already had unsticky
called previously. (Issue #225)this
instead of window
, causing Browserify to fail. (Issue #262)load
method. (Issue #283)setTimeout
timers by not using scroll throttling on touch devices. (Issue #120)handler
option passed to sticky shortcut at the end of the stuck/unstuck change. (Issue #123)scrollThrottle
and resizeThrottle
.refresh
calls.onlyOnScroll
, an option for individual waypoints that disables triggers due to an offset refresh that crosses the current scroll point. (All credit to @knuton on this one.)Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.