MrC wrote: > But the artwork replacement after the scroll stops is a little jarring. > Cell metadata is correct, but the artwork that previously occupied that > cell is shown for a moment (I think Michael referred to this earlier). > I wonder if it would be possible/better to just populate a new page's > image squares with an empty space, rather than see the wrong artwork for > the brief interval before it gets updated with the correct art?
I don't explicitly change anything, its the underlying framework that I use. I tried changing the images to be 'lazy-loaded', and this resolves the brief incorrect (old) image issue - but causes flicker :( *Material debug:* 1. Launch via http: //SERVER:9000/material/?debug=json (Use http: //SERVER:9000/material/?debug=json,cometd to also see update messages, e.g. play queue) 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
