cljsjs/waypoints

Waypoints is a library that makes it easy to execute a function whenever you scroll to an element.

Leiningen/Boot

[cljsjs/waypoints "3.1.1-0"]

Clojure CLI/deps.edn

cljsjs/waypoints {:mvn/version "3.1.1-0"}

Gradle

implementation("cljsjs:waypoints:3.1.1-0")

Maven

<dependency>
  <groupId>cljsjs</groupId>
  <artifactId>waypoints</artifactId>
  <version>3.1.1-0</version>
</dependency>