Capítulo 340 de 411

Chapter 340: .kill

Core Idea

Kills the ScrollTrigger instance, immediately unpinning and restoring any pin-related changes made to the DOM by ScrollTrigger and removing all scroll-related listeners, etc. so that the instance is eligible for garbage collection.

Key Concepts

  • revert: boolean

  • allowAnimation: Boolean

Key Takeaways

  1. revert: boolean

  2. allowAnimation: Boolean

Connects To