[mythtv-users] Seasonal theme experiments

Mark Kendall mark.kendall at gmail.com
Tue Dec 15 12:45:53 UTC 2020


On Sun, 13 Dec 2020 at 11:45, Paul Harrison <mythtv at mythqml.net> wrote:
>
> Having spent a couple of days using this there is one annoying thing
> with the current implementation it doesn't take much to stall the
> animation which becomes quite annoying after a while.
>
> For example any keypresses that cause a new screen or popup to appears
> or scrolling of some lists like in MythNews cause the snow affect to
> momentarily pause,  presumably something is blocking the UI thread or
> something like that?

Paul

Yes - anything that blocks the main thread is going to stall the
animation. I imagine there are quite a few places where that is going
to happen - although I haven't seen it for new screens or popups.

> How difficult would it be to add something similar to MythUIImage to
> transition between images? I'm thinking of the slide show images or the
> coverart images on the 'Watch Recordings' screen for example it would be
> nice to have a smooth transition when they change rather than the abrupt
> change we have now. In MythQML I have a nice component that can both
> fade between images and also do what I think is called the Ken Burns
> effect which works really well for the Xmas theme slide show images.

I don't think either of these cases really need this particular
functionality. It just needs to be handled in the existing code.

For the Ken Burns effect, the code just needs to handle a slow zoom
effect into a particular spot in the photo.

For coverart etc, it needs some thing akin to the existing
fade/transition between 2 screens. Not sure how hard that is to
implement.

Regards
Mark


More information about the mythtv-users mailing list