mirror of
https://github.com/fergalmoran/dss.git
synced 2026-04-13 00:05:01 +00:00
Rewrite audio player. #17
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @fergalmoran on 11/9/2013
Need a more long-trousered approach to the audio player.
Currently it's very DOM/selector based and the performance is woeful. I think Rx could be a really good fit here, or some other pub/sub event mechanism for handling mouse moves and stuff.