|
|
Animations : voir SVG
Transitions :
<head> , utilisées dans le
<body>Exemple :
<transition id="wipe1" type=zigZagWipWipe" subtype="leftToRight" dur="1s"/>
<transition id="wipe2" type=veeWipe" subtype="leftToRight" dur="1s"/>
...
<seq>
<img src="butterfly.jpg" dur="5s"... />
<img src="eagle.jpg" dur="5s" fill="transition" transIn="wipe1" ... />
<img src="wolf.jpg" dur="5s" fill="transition" transIn="wipe2"
transOut=wipe1 ... />
</seq>
42/70 |