Skip to content

Commit

Permalink
chore: Move blog release date. #1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mturoci committed Oct 6, 2023
1 parent 435e65b commit a6db901
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ page['meta'] = ui.meta_card(box='', animate=True)
```

<video autoPlay='autoplay' loop='loop' muted='muted'>
<source src={require('./assets/2023-09-20/animation.mp4').default} type='video/mp4'/>
<source src={require('./assets/2023-10-06/animation.mp4').default} type='video/mp4'/>
</video>

:::warning
Expand Down Expand Up @@ -171,7 +171,7 @@ Default animation is a simple `fade in` animation (opacity 0 => 1) lasting for `

Plots support basic animations when `animate=True`.

![plot-animation](assets/2023-09-20/plot-animation.gif)
![plot-animation](assets/2023-10-06/plot-animation.gif)

```py {6}
from h2o_wave import data
Expand Down Expand Up @@ -203,7 +203,7 @@ An animation is considered fluid when it is able to reach `60fps` (frames per se

Wave can build UI for audio annotaion in addtion to images now. See the [list](https://caniuse.com/?search=audio%20format) of supported audio formats based on your target browser.

![audio-annotator](assets/2023-09-20/audio-annotator.png)
![audio-annotator](assets/2023-10-06/audio-annotator.png)

## Feedback

Expand Down

0 comments on commit a6db901

Please sign in to comment.