If plugin was removed from an element, not all events where removed which result in triggering function scrollListener and trowing error resetTriggers.
Removed animationstartevent event.
Removed scroll event which was added in capturing phase, but not removed on the same phase.
Additionally small code cleanup applied.
The fix is applied to both libraries (vanilla and jquery).
If plugin was removed from an element, not all events where removed which result in triggering function
scrollListener
and trowing errorresetTriggers
. Removedanimationstartevent
event. Removedscroll
event which was added in capturing phase, but not removed on the same phase. Additionally small code cleanup applied.The fix is applied to both libraries (vanilla and jquery).