Skip to main content

ScrollTrigger.killAll

ScrollTrigger.killAll( ) ;

Immediately calls kill() on all ScrollTriggers (except the main ScrollSmoother one if it exists).

Details

Immediately calls kill() on all ScrollTriggers (except the main ScrollSmoother one if it exists). This can be useful when routing in frameworks where you need to clear out the current page and then load a new one without refreshing the window.

Contents