2019-04-18, 06:07
i have set up a widget that uses the rotate and zoom animation but the rotate will only work once then it will only zoom
<animation >
<effect type="zoom" start="100" end="40" time="500" tween="sine" easing="inout" center="240,100" />
</animation>
<animation effect="rotate" end="360" center="auto" time="800" loop="false" reversible="false" condition="!Player.Paused">Conditional</animation>
<animation type="Focus">
<effect type="zoom" start="40" end="140" time="500" tween="sine" easing="inout" center="240,100" />
</animation>
<animation type="Unfocus">
<effect type="zoom" start="140" end="60" time="500" tween="sine" easing="inout" center="240,100" />
</animation>
<animation >
<effect type="zoom" start="100" end="40" time="500" tween="sine" easing="inout" center="240,100" />
</animation>
<animation effect="rotate" end="360" center="auto" time="800" loop="false" reversible="false" condition="!Player.Paused">Conditional</animation>
<animation type="Focus">
<effect type="zoom" start="40" end="140" time="500" tween="sine" easing="inout" center="240,100" />
</animation>
<animation type="Unfocus">
<effect type="zoom" start="140" end="60" time="500" tween="sine" easing="inout" center="240,100" />
</animation>