aweary/react-perimeter

Track horizontal scroll offset

Aberta

#2 aberto em 17 de mar. de 2017

 (1 comentário) (0 reação) (0 responsável)JavaScript (27 forks)github user discovery
enhancementgood first bughelp wanted

Métricas do repositório

Stars
 (1.042 estrelas)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 30d)

Description

We already track the vertical offset (pageYOffset) so the perimeter is calculated correctly on scroll (and if the component mounts on a page that is already scrolled).

Horizontal scroll is less common, but still it's good idea to support it nonetheless.

Guia do colaborador