I would like to be able to set the src of an image as part of the animation. I believe there might be an alternate way to do this by setting a property and then using that to show or hide different images, but this would be convenient.
<animation prop="src" target="iconimage" start="$iconactive" end="$iconinactive" duration="500" />
I would like to be able to set the src of an image as part of the animation. I believe there might be an alternate way to do this by setting a property and then using that to show or hide different images, but this would be convenient.