Liking cljdoc? Tell your friends :D

reflecti.video


controlscljs

(controls {:keys [on-play on-pause on-rewind on-fast-forward on-seek
                  on-fullscreen seek max-seek-seconds play? fullscreen?
                  player-hover? rewind-icon fast-forward-icon play-icon
                  pause-icon fullscreen-icon]})
source

controls-gradientcljs

source

durationcljs

(duration player)
source

fast-forwardcljs

(fast-forward player interval-s)
source

find-dom-nodecljs

source

fullscreencljs

(fullscreen player)
source

pausecljs

(pause player)
source

playcljs

(play player)
source

playercljs

(player)
source

react-playercljs

source

rewindcljs

(rewind player interval-s)
source

seek-tocljs

(seek-to player seek)
source

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

× close