oye resulta que hize todo lo que dijiste pero al momento de cargar el svg me da un error dice que animate no es compatible con la funtion RepeatCount="indefinite"
si te fijas esto es lo que me sale en mi archivo svg
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated by BlackBerry Composer Version: 5.0.0.32 - Oct 29 2009 -->
<svg xmlns="http://www.w3.org/2000/svg"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.w3.org/2000/svg http://www.plazmic.com/svg/schema/svg.xsd"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:xforms="http://www.w3.org/2002/xforms"
xmlns:pz="http://www.plazmic.com/plazmic_extents"
id="yo_cp_04" xml:space="default" width="320" height="240" viewport-fill="#ffffff" viewBox="0 0 320 240" preserveAspectRatio="xMidYMid meet">
<g id="Layer_1">
<!-- pz:tag type="layer" -->
<switchGroup id="switch_anim__05" currentChild="img_1_1_06">
<image id="img_1_1_06"
x="0" y="0" width="320" height="240"
xlink:href="Images/carlos_psd__layers__img_1_1.png"/>
<image id="img_2_1_07"
x="0" y="0" width="320" height="240"
xlink:href="Images/carlos_psd__layers__img_2_1.png"/>
<image id="img_3_1_08"
x="0" y="0" width="320" height="240"
xlink:href="Images/carlos_psd__layers__img_3_1.png"/>
<image id="img_4_1_09"
x="0" y="0" width="320" height="240"
xlink:href="Images/carlos_psd__layers__img_4_1.png"/>
<image id="img_5_1_10"
x="0" y="0" width="320" height="240"
xlink:href="Images/carlos_psd__layers__img_5_1.png"/>
</switchGroup>
</g>
<!-- pz:tag output="anim" -->
<animate xlink:href="#switch_anim__05" id="_anim_1" attributeName="currentChild" calcMode="discrete"
values="img_1_1_06;img_2_1_07;img_3_1_08;img_4_1_0 9;img_5_1_10"
keyTimes="0;0.25;0.5;0.75;1"
dur="4s" fill="freeze"
/>
</svg>
modifico lo que me dices y me da error y cuado se lo quito me carga el tema pero solo se repite una vez y ya
|