I'm terrible at python and need your help with two questions
#24
(2013-02-19, 23:12)ronie Wrote:
Code:
if firstimage:
        viewer.image.setAnimations([('conditional', 'effect=fade start=0 end=90 time=500 condition=true',)])
        firstimage = False
    else:
        viewer.image.setAnimations([('conditional', 'effect=fade start=90 end=90 time=0 condition=true',)])

Is this one of those times where I promise it's my last question? Is it possible to have two animations? I tried adding fade as well as slide. Only one or the other works in given order.

I feel like there's a lack of documentation for some of these, or I'm missing them. I checked out xbmcgui's links and all it points me to is similar commands but it's xml for skins. The skins do support two effects at once apparently.
Reply


Messages In This Thread
RE: I'm terrible at python and need your help with two questions - by doobiest - 2013-02-20, 00:05
Logout Mark Read Team Forum Stats Members Help
I'm terrible at python and need your help with two questions0