v20 Need fix for animation fade to 0 navigation issue
#1
Since updating my skin dev Kodi to 20 A2 I now have broken navigation on my Home window.

The problem is I have a widgets panel "510" with a conditional animation
xml:
<animation effect="fade" start="100" end="0" time="400" easing="out" tween="sine" condition="[various bools] + ![Control.HasFocus(510) | Control.HasFocus(520) | Control.HasFocus(5100)]">Conditional</animation>

Then on my main menu I have a navigation
xml:
<onup>SetFocus(510)</onup>

So before the onup would make panel "510" visible again.  Now onup does nothing, but changing the fade to end="2" fixes it.

I think sarbes or someone else knows the work around for this?

scott s.
.
Reply
#2
Probably broken by this pull request:- https://github.com/xbmc/xbmc/pull/21387

@jurialmunkey reported it broke grouplist behaviour, it's possible it also breaks navigation to other transparent controls that get flagged as no longer being visible.

There is a fix in the works:- https://github.com/xbmc/xbmc/pull/21645 But it has yet to be merged.
Reply
#3
Thanks.  I built Kodi with that PR and it does indeed fix my issue.

scott s.
.
Reply
#4
Is this still a bug, I have a user with a 4 day old build that they are still finding this on.

Skin not properly working in Kodi 20 alpha2 release
Using a NUC7PJYHN and a 2820FYKH0 Intel NUC running LibreELEC, and two FireTVs.:)
Reply
#5
Still not merged, check the link @roidy shared to see when it is.
Reply

Logout Mark Read Team Forum Stats Members Help
Need fix for animation fade to 0 navigation issue0