JuliaPluto/PlutoUI.jl

Feature request: playback controls

Open

#24 建立於 2020年8月28日

在 GitHub 查看
 (1 留言) (3 反應) (0 負責人)Julia (60 fork)auto 404
good first issuehelp wanted

倉庫指標

Star
 (314 star)
PR 合併指標
 (30 天內沒有已合併 PR)

描述

Bumping from https://github.com/fonsp/PlutoUI.jl/issues/1#issuecomment-617067021

Basically the clock widget, but bound to a slider-like range of times. It'd be extra nice to provide an enumerate-like interface returning both the index and value of the range:

@bind (i, val) Playback(range(0, 1, length=100); rate = 30) # playback at 30 fps

貢獻者指南