Kodi Community Forum
Animations xml conversion - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Skins Support (https://forum.kodi.tv/forumdisplay.php?fid=67)
+---- Forum: Skin Archive (https://forum.kodi.tv/forumdisplay.php?fid=179)
+----- Forum: Xperience1080 (https://forum.kodi.tv/forumdisplay.php?fid=197)
+----- Thread: Animations xml conversion (/showthread.php?tid=183593)



Animations xml conversion - stuCONNERS - 2014-01-16

Im trying to convert the skin from 1080p to 720p, most of the xmls have been converted, as have the textures, but im stuck on animations. could some please how to explain how to convert this:1080P

<effect type="fade" start="0" end="100" time="250" tween="sine" easing="out" />
<effect type="slide" start="20" end="0" time="250" tween="sine" easing="inout" />

to 720p


RE: Animations xml conversion - sphere - 2014-01-17

Im not an skinning export but I guess you need to adjust the "start" attribute from the slide-effect.
fade ofc needs to be unchanged.

In 720 its 20 of 720.
In 1080 it should be about 30 of 1080.

(20 / 720 * 1080 = 30,0000000000024).

But this assumes that the parent element is of full width! slide-animation coordinates are relative to the parent!
See http://wiki.xbmc.org/index.php?title=Animating_your_skin


RE: Animations xml conversion - josch - 2014-02-06

(2014-01-16, 23:29)stuCONNERS Wrote: Im trying to convert the skin from 1080p to 720p [...]

Hi stuCONNERS,

could you please share your work with us?

I'm running the skin on my Raspberry with a 720p TV. So maybe your changes will speed things a bit up.
It's already running quite well but some performance optimization is never wrong...

Would be very nice! Big Grin


RE: Animations xml conversion - disrupted - 2014-02-07

+1 I would be interested as well for testing purposes. sounds promising to me at least Smile


RE: Animations xml conversion - stuCONNERS - 2014-02-13

Im going to have to redo it again, my usb stick got corrupted. Converting the skin to 720p along with textures made a huge difference running on the raspberry pi. I`ll upload it when i get time to convert it again


RE: Animations xml conversion - stuCONNERS - 2014-02-16

I started to work on this again last night. Should be ready in a few days if anyone's interested.


RE: Animations xml conversion - josch - 2014-02-17

Sounds nice!


RE: Animations xml conversion - stuCONNERS - 2014-02-17

http://forum.xbmc.org/showthread.php?tid=186619