Skip to content

viewportSpy (in fallback mode)

Compare
Choose a tag to compare
@poteto poteto released this 16 Apr 03:34
· 430 commits to master since this release

This release fixes an issue with the previous version – the viewportSpy option was completely broken before because it would unbind all listeners for all Components with the Mixin. This no longer happens, and viewportSpy works as expected when requestAnimationFrame is not available.

More work needs to be done to achieve the same result in rAF mode.

Changelog
  • #3 Listeners are now registered and removed based on elementId by @poteto