An open API service indexing awesome lists of open source software.

https://github.com/jondotsoy/scroll-rule


https://github.com/jondotsoy/scroll-rule

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# Scroll Rule

```javascript
ScrollRule.rule("<1000", funcrtion (scroll) {
console.log("is scroll <1000");
});
```