mlisook / plastic-image

A Polymer 3.0 element which adds extra plasticity to <iron-image> with support for srcset and lazy loading
MIT License
30 stars 6 forks source link

Performance - stop observing intersections after lazy load is triggered #20

Closed mlisook closed 7 years ago

mlisook commented 7 years ago

There is no need to continue receiving intersection notifications after triggering lazy load. The element should stop observing intersections on itself after that event.

Update forthcoming.

mlisook commented 7 years ago

Closed by PR #24