-
Has anyone had success including an HTML animation from For example, I'm trying to do something like what's on this web page: embed an animation directly in the HTML. The approach on that page looks like it involves Sphinx, but I'm not sure how they're doing it. Would appreciate any ideas if you've done something like this. |
Beta Was this translation helpful? Give feedback.
Answered by
choldgraf
Feb 9, 2022
Replies: 1 comment 10 replies
-
Hmmm - it looks like they're using Maybe that could be adapted somehow for your use-case? |
Beta Was this translation helpful? Give feedback.
10 replies
Answer selected by
stoffprof
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hmmm - it looks like they're using
sphinx-gallery
, and specifically the animation is handled by this code:https://github.com/sphinx-gallery/sphinx-gallery/blob/9245f7ce482c5e26d59e27caf9f5bfcbc863ffb2/sphinx_gallery/scrapers.py#L217-L241
Maybe that could be adapted somehow for your use-case?