Ron F. wrote: > Would it be possible to do two fade-ins at the end of a track? The first > fades the now playing artwork region to a rectangle filled with the > theme color, and then quickly follow that with the fade-in of the new > artwork?
To be honest, no - more hassle than its worth. The fade-in works as I use a lazy-load JS library. This only loads images when they are visible, and it allows you to add CSS when an image is loaded - hence the fade in. But to know *exactly* when the old one is to be replaced, and hence can be faded out, would be some work. So, too much hassle for now. *Material debug:* 1. Launch via http: //SERVER:9000/material/mobile?auto=false&debug=json 2. Open browser's developer tools 3. Open console tab in developer tools 4. REQ/RESP messages sent to/from LMS will be logged here. ------------------------------------------------------------------------ cpd73's Profile: http://forums.slimdevices.com/member.php?userid=66686 View this thread: http://forums.slimdevices.com/showthread.php?t=109624 _______________________________________________ plugins mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/plugins
