This repository has been archived by the owner. It is now read-only.
Looped nyan cat animation and audio built on <audio> and SVG
Switch branches/tags
Nothing to show
Clone or download
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
README.markdown
index.html
intro.ogg
loop.ogg
nyan1.svg
nyan2.svg
nyan3.svg
nyan4.svg
nyan5.svg
nyan6.svg

README.markdown

HTML 5 Nyan Cat

This is an attempt at faithfully reproducing this YouTube video as closely as possible, while looping infinitely, purely with HTML5 and SVG. No plugin-based audio players, no animated GIFs. Just code, music, and the browser.

Known bugs with this code

The animation doesn't work on mobile browsers that do actually support image/svg+xml.

Known browser issues

Global

  • Some browsers don't support <audio>
  • Some browsers don't support object tags with image/svg+xml

Firefox

Firefox on Linux with PulseAudio

Contributors