No description
Find a file
Chandler Swift d188c25e6e
Slop: Add scrolling title
Prompt:
> Sometimes this album title is too long, and it overflows the box. I don't want it to do that. Instead, I want it to be cut off at max width, and then to have a marquee effect, translating left. For example:
> `Monty Python and the`
> becomes
> `ty Python and the Hol`
> becomes
> `thon and the Holy Grail`
> becomes
> `the Holy Grail     Monty Py`
> (note a many-space gap between Grail and Monty as the title restarts)
>
> How can I create this effect?
2026-02-11 22:48:21 -06:00
src Slop: Add scrolling title 2026-02-11 22:48:21 -06:00
.env.example Add .env file 2026-02-11 19:35:20 -06:00
.envrc Add .envrc 2026-01-31 12:32:00 -06:00
.gitignore Add .env file 2026-02-11 19:35:20 -06:00
eslint.config.js Add new React app 2026-01-18 20:53:55 -06:00
index.html Make script link relative 2026-02-10 22:19:06 -06:00
LICENSE Add AGPLv3 license 2026-01-19 15:35:27 -06:00
Makefile Add lookup-by-mbid functionality 2026-02-11 20:47:32 -06:00
package-lock.json Remove subsonic-api package 2026-01-19 23:17:01 -06:00
package.json Remove subsonic-api package 2026-01-19 23:17:01 -06:00
shell.nix Add Makefile 2026-02-11 19:36:36 -06:00
tsconfig.app.json Add new React app 2026-01-18 20:53:55 -06:00
tsconfig.json Add new React app 2026-01-18 20:53:55 -06:00
tsconfig.node.json Add new React app 2026-01-18 20:53:55 -06:00
vite.config.ts Add new React app 2026-01-18 20:53:55 -06:00