You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
emit viewport change events on scroll.
- The scroll event now always fires in vsync and always measures
scrollTop.
- The viewport change event now happens at the latest 3 frames after
scrolling ended.
- Increased speed at which we send change event. Needed due to resolution at slow speed, but I also feel the value is better.
Changes ad intersection to fire "on scroll". Fixesampproject#873
Fixes a bug where only the first viewability provider in an ad would get an initial viewability change record. Fixesampproject#1126
emit viewport change events on scroll.
- The scroll event now always fires in vsync and always measures
scrollTop.
- The viewport change event now happens at the latest 3 frames after
scrolling ended.
- Increased speed at which we send change event. Needed due to resolution at slow speed, but I also feel the value is better.
Changes ad intersection to fire "on scroll". Fixesampproject#873
Fixes a bug where only the first viewability provider in an ad would get an initial viewability change record. Fixesampproject#1126
Research standard and then follow it within technical capability.
This refines #872
The text was updated successfully, but these errors were encountered: