Liking cljdoc? Tell your friends :D

quip.scene


current-sceneclj

(current-scene {:keys [current-scene] :as state})
source

fade-to-blackclj

(fade-to-black state progress max)
source

transitionclj

(transition
  {:keys [parent-update-fn parent-draw-fn] :as state}
  target-scene
  &
  {:keys [transition-fn transition-length init-fn]
   :or {transition-fn fade-to-black transition-length 20 init-fn identity}})

Temporarily replace parent-update-fn and parent-draw-fn with transition handdling versions which will set themselves back to the originals on completion.

Temporarily replace `parent-update-fn` and `parent-draw-fn` with
transition handdling versions which will set themselves back to the
originals on completion.
sourceraw docstring

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

× close