octatone / reddit.tv

HTML5 and AJAX display of videos from reddit.com to replace reddit.tv. Includes any video embed type from reddit. Only backend is reddit.com's API, everything else is clientside.
http://reddit.tv
MIT License
64 stars 70 forks source link

vote-button and loading.gif #2

Closed fagga closed 13 years ago

fagga commented 13 years ago

I added the number of comments for the current video to the link to reddit.

Also, I experimented with GIF animations and found that transparency looks always ugly in gifs. So I made new gifs for each theme with the convert tool from ImageMagick. I also added the script I used, so if you don’t like my animations, it should be easy to change them. It works like that:

./make_loading_gif.sh gray "#575757" img/loading_dark.gif

There are more options in the script itself.