aweary/react-perimeter

Track horizontal scroll offset

Open

#2 geöffnet am 17. März 2017

Auf GitHub ansehen
 (1 Kommentar) (0 Reaktionen) (0 zugewiesene Personen)JavaScript (27 Forks)github user discovery
enhancementgood first bughelp wanted

Repository-Metriken

Stars
 (1.042 Stars)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

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.

Contributor Guide