Subscribables that have to do with time.
Subscribables that have to do with time.
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.
(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.
(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.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close