Skip to content

Commit

Permalink
Update recommended decay on bokeh examples to 0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
lucianoratamero committed Sep 27, 2024
1 parent 837f006 commit 600f9e4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/lib/components/NavLinks.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<a href={`${base}/`}>home</a>
<a href={`${base}/docs/`}>docs</a>
<a href={`${base}/bokeh/?bookmark=dark-pink&decay=1.5`}>bokeh</a>
<a href={`${base}/bokeh/?bookmark=dark-pink&decay=0.6`}>bokeh</a>
<a href={`${base}/effects/?crt`}>effects</a>
<a href={`${base}/lastfm-now-playing`}>lastfm now playing</a>
<a href={`${base}/twitch-chat/?channel=luciano_ratamero&theme=pixel&messageScreenTime=6000`}>twitch chat</a>
Expand Down
4 changes: 2 additions & 2 deletions src/routes/(docs)/docs/+page.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ this page also accepts a `numberOfCircles` search parameter, that changes the nu

it also accepts a `transparentBg` search parameter, that makes the background transparent.

example: [https://lucianoratamero.github.io/stream-tools/bokeh/?bookmark=dark-pink&decay=1.5](https://lucianoratamero.github.io/stream-tools/bokeh/?bookmark=dark-pink&decay=1.5)
example: [https://lucianoratamero.github.io/stream-tools/bokeh/?bookmark=dark-pink&decay=0.6](https://lucianoratamero.github.io/stream-tools/bokeh/?bookmark=dark-pink&decay=0.6)

##### `/bokeh/create/`

Expand Down Expand Up @@ -121,7 +121,7 @@ example: [https://lucianoratamero.github.io/stream-tools/effects/?confetti](http

this is the same effect as the `/bokeh` path (in fact, it loads an iframe). it accepts the same search param options as `/bokeh`.

example: [https://lucianoratamero.github.io/stream-tools/effects/?bokeh&bookmark=dark-pink&decay=1.5](https://lucianoratamero.github.io/stream-tools/bokeh/?bookmark=dark-pink&decay=1.5)
example: [https://lucianoratamero.github.io/stream-tools/effects/?bokeh&bookmark=dark-pink&decay=0.6](https://lucianoratamero.github.io/stream-tools/bokeh/?bookmark=dark-pink&decay=0.6)

### timer

Expand Down
4 changes: 2 additions & 2 deletions src/routes/(docs)/docs/pt-br/+page.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ esta página também aceita um parâmetro de busca `numberOfCircles`, que altera

também aceita um parâmetro de busca `transparentBg`, que torna o fundo transparente.

exemplo: [https://lucianoratamero.github.io/stream-tools/bokeh/?bookmark=dark-pink&decay=1.5](https://lucianoratamero.github.io/stream-tools/bokeh/?bookmark=dark-pink&decay=1.5)
exemplo: [https://lucianoratamero.github.io/stream-tools/bokeh/?bookmark=dark-pink&decay=0.6](https://lucianoratamero.github.io/stream-tools/bokeh/?bookmark=dark-pink&decay=0.6)

##### `/bokeh/create/`

Expand Down Expand Up @@ -118,7 +118,7 @@ exemplo: [https://lucianoratamero.github.io/stream-tools/effects/?confetti](http

este é o mesmo efeito do caminho `/bokeh` (na verdade, ele carrega um iframe). aceita as mesmas opções de parâmetros de busca que `/bokeh`.

exemplo: [https://lucianoratamero.github.io/stream-tools/effects/?bokeh&bookmark=dark-pink&decay=1.5](https://lucianoratamero.github.io/stream-tools/bokeh/?bookmark=dark-pink&decay=1.5)
exemplo: [https://lucianoratamero.github.io/stream-tools/effects/?bokeh&bookmark=dark-pink&decay=0.6](https://lucianoratamero.github.io/stream-tools/bokeh/?bookmark=dark-pink&decay=0.6)

### timer

Expand Down

0 comments on commit 600f9e4

Please sign in to comment.