You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note that currently setting `loop_delay` increases `idle_time_limit` as an implementation detail, meaning that delays of up to `loop_delay` during code execution will be shown.
233
+
199
234
### All supported options in `@cast` Documenter blocks
200
235
201
236
*`hide_inputs::Bool=false`. Whether or not to hide the `@repl`-style inputs before the animated gif.
202
237
*`allow_errors::Bool=false`. Whether or not the Documenter build should fail if exceptions are encountered during execution of the `@cast` block.
203
238
*`delay::Float64=0.25`. The amount of delay between line executions (to emulate typing time).
204
239
*`loop::Union{Int,Bool}=false`. Set to `true` for infinite looping, or an integer to loop a fixed number of times.
240
+
*`loop_delay::Union{Int,Float64}=0`. An amount of time to wait at the end of the cast, usually useful to pause before looping.
241
+
*`idle_time_limit::Union{Int,Float64}=1`. Sets the maximum amount of time to wait between printing.
205
242
*`height::Int`. Heuristically determined by default. Set to an integer to specify the number of lines.
206
243
*`width::Int`. Set to `80` by default. Set to an integer to specify the number of columns.
0 commit comments