Liking cljdoc? Tell your friends :D

reacl-c-basics.core


animation-framecljs

(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.
sourceraw docstring

animation-framescljs

(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.
sourceraw docstring

intersection-changecljs

(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.
sourceraw docstring

intervalcljs

(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.
sourceraw docstring

timeoutcljs

(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.
sourceraw docstring

visibility-changecljs

(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.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close