This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /** | |
| * Jellyfin – Collection Preview | |
| * --------------------------------------------- | |
| * Hover a BoxSet (collection) card and its poster images spread out, | |
| * rising half out of the card like a hand of cards being opened. | |
| * | |
| * The preview tracks your mouse: the tile nearest the cursor rotates | |
| * upright, comes to the front with a white ring and its title, and | |
| * its neighbours part around it — all driven continuously by pointer | |
| * position for a fluid feel. Click a tile to jump to that item. |