(animation-frame)Subscription to a single animation frame, emitting the timestamp as an action.
Subscription to a single animation frame, emitting the timestamp as an action.
(animation-frames)Subscription to the browser's animation frames, continuously emitting the timestamp as actions.
Subscription to the browser's animation frames, continuously emitting the timestamp as actions.
(intersection-change elem options)Returns a subscription item to intersection information for the given dom element, as of the IntersectionObserver API.
Returns a subscription item to intersection information for the given dom element, as of the IntersectionObserver API.
(interval ms & [action])Subscription to a timer, emitting true or action as an action every given milliseconds.
Subscription to a timer, emitting `true` or `action` as an action every given milliseconds.
(timeout ms & [action])Subscription to a timer, emitting true or action as an action once, after they given number of milliseconds.
Subscription to a timer, emitting `true` or `action` as an action once, after they given number of milliseconds.
(visibility-change elem & [options])Returns a subscription item that emits true or false, when the given dom element becomes visible or invisible to the user in the browser window.
Returns a subscription item that emits true or false, when the given dom element becomes visible or invisible to the user in the browser window.
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |