Kodi Community Forum

Full Version: Can I flip a label control
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,

As the subject says is it possible to flipy a label control or not?

Thanks,

Mike.
No. Only textures support flipy.
Thanks for the confirmation mkortsteige.
Animate it instead.
As Hitcher suggested, use an animation:

PHP Code:
<animation effect="rotatex" start="180" end="180" time="0" condition="true">Conditional</animation
Indeed, and steer clear of the <angle> attribute as its due to be removed from Jarvis
(2015-08-25, 18:11)im85288 Wrote: [ -> ]Indeed, and steer clear of the <angle> attribute as its due to be removed from Jarvis

Not anymore.
(2015-08-25, 18:30)Hitcher Wrote: [ -> ]
(2015-08-25, 18:11)im85288 Wrote: [ -> ]Indeed, and steer clear of the <angle> attribute as its due to be removed from Jarvis

Not anymore.

Great! That'll save some pain. Cheers
Thanks everyone, the animation works but I need to diffuse them as part of a reflection and don't think I can. I have labels and an image, image is ok but guess not the labels?
I did it for Welo many years ago -



I'll see if I can find the code later.