Liking cljdoc? Tell your friends :D

reacl-basics.subs.time

Subscribables that have to do with time.

Subscribables that have to do with time.
raw docstring

animation-framescljs

A subscribable on the animation frames of the browser, which will yield new timestamp values (a DOMHighResTimeStamp, which is a double) that can be used to update an animation accordingly. The rate is typically 60 times per second but can vary.

A subscribable on the animation frames of the browser,
which will yield new timestamp values (a DOMHighResTimeStamp, which
is a double) that can be used to update an animation
accordingly. The rate is typically 60 times per second but can
vary.
sourceraw docstring

delaycljs

(delay value)
(delay value ms)

Returns a subscribable that will yield value after a timeout of ms milliseconds, 0 by default. Note that browsers might use a higher minimum.

Returns a subscribable that will yield `value` after a timeout of
`ms` milliseconds, 0 by default. Note that browsers might use a
higher minimum.
sourceraw docstring

sequencecljs

(sequence value-seq ms)

Returns a subscribable that will yield all values from the given (lazy) sequence in ms millisecond stepts. The first value will be available immediately.

Returns a subscribable that will yield all values from the
given (lazy) sequence in `ms` millisecond stepts. The first value
will be available immediately.
sourceraw docstring

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

× close