Hi.
I think that it's not possible to use variable in animation.
For example, I can't define a variable for a delay :
And use it this way :
Do you think this can be a feature ?
Or, as there is a some skinners here who know how the Kodi engine work, this feature is not possible. I guess it's not the first time people think about it.
Thanks.
I think that it's not possible to use variable in animation.
For example, I can't define a variable for a delay :
Code:
<variable name="Delay">
<value>5000</value>
</variable>
And use it this way :
Code:
<animation>
<effect type="rotatey" delay=$VAR[Delay] />
</animation>
Do you think this can be a feature ?
Or, as there is a some skinners here who know how the Kodi engine work, this feature is not possible. I guess it's not the first time people think about it.
Thanks.