Skip to content

Commit

Permalink
try adding html animation to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
aplavin committed Mar 11, 2024
1 parent 74b6073 commit b424796
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions docs/explanations/animation.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,8 @@ record(fig, "color_animation.mp4", hue_iterator;
framerate = framerate) do hue
lineplot.color = HSV(hue, 1, 0.75)
end
nothing # hide
```

\video{color_animation}

Passing a function as the first argument is usually done with Julia's `do`-notation, which you might not be familiar with.
Instead of the above, we could also have written:

Expand Down

0 comments on commit b424796

Please sign in to comment.