Skip to content

Instantly share code, notes, and snippets.

@gustavofabro
Created October 23, 2021 11:31
Show Gist options
  • Save gustavofabro/90a3fc37af97753f2f9893e754b31ac5 to your computer and use it in GitHub Desktop.
Save gustavofabro/90a3fc37af97753f2f9893e754b31ac5 to your computer and use it in GitHub Desktop.
Uso da flag isIntersecting
if (!entries[0].isIntersecting) {
return;
}
// Função responsável por carregar mais itens
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment