Normal
I have a problem with animation on my skins I need a little help with.Whilst the code is the same for each of my icons...<?xml version="1.0" encoding="utf-8"?><window> <controls> <control> <description>seperator animation</description> <type>animation</type> <textures>animations\music\music0001.png;...to...animations\music\music0030.png</textures> <Duration>0:0:3</Duration> <RepeatBehavior>1</RepeatBehavior> <FillBehavior>HoldEnd</FillBehavior> </control> </controls></window>They play at vastly different speeds, they are all about the same number of frames, all the same pixel sizes images and I can't for the love of it, work out why they should vary so much. Any advice appreciated.
I have a problem with animation on my skins I need a little help with.
Whilst the code is the same for each of my icons...
<?xml version="1.0" encoding="utf-8"?>
<window>
<controls>
<control>
<description>seperator animation</description>
<type>animation</type>
<textures>animations\music\music0001.png;...to...animations\music\music0030.png</textures>
<Duration>0:0:3</Duration>
<RepeatBehavior>1</RepeatBehavior>
<FillBehavior>HoldEnd</FillBehavior>
</control>
</controls>
</window>
They play at vastly different speeds, they are all about the same number of frames, all the same pixel sizes images and I can't for the love of it, work out why they should vary so much.
Any advice appreciated.