<animate id="op"
attributeName="opacity"
values="0;1;0"
dur="1s"
begin="1s;op.end+3s"
/>
I have this code that's being used to fade an image off then back on with a delay of 3 seconds but when it fades off during the 3 second delay the image pops back up and is visible. How can I make it invisible during the delay?