<animation> <!-- 3 x 3 grid -->
	<output>demo.gif</output>
	<frames>14</frames>
	<delay>15</delay>
	<loops>0</loops>
	<imageDims>
		<width>100</width>
		<height>150</height>
	</imageDims>
	<transit> <!-- 1st transit -->
		<image> <!-- At center -->
			<file>webpraxis.jpg</file>
			<start>2,2</start>
			<end>2,2</end>
		</image>
		<image> <!-- At top left corner moving to top right corner -->
			<file>Leonardo.jpg</file>
			<start>1,1</start>
			<end>1,3</end>
		</image>
		<image> <!-- At top right corner moving to top left corner -->
			<file>Mona_Lisa.jpg</file>
			<start>1,3</start>
			<end>1,1</end>
		</image>
		<image> <!-- At bottom left corner moving to bottom right corner -->
			<file>St_Anne.jpg</file>
			<start>3,1</start>
			<end>3,3</end>
		</image>
		<image> <!-- At bottom right corner moving to bottom left corner -->
			<file>Vitruve.jpg</file>
			<start>3,3</start>
			<end>3,1</end>
		</image>
	</transit>
	<transit> <!-- 2nd transit -->
		<image> <!-- At center -->
			<file>webpraxis.jpg</file>
			<end>2,2</end>
		</image>
		<image> <!-- To  bottom right corner -->
			<file>Leonardo.jpg</file>
			<end>3,3</end>
		</image>
		<image> <!-- To  bottom left corner -->
			<file>Mona_Lisa.jpg</file>
			<end>3,1</end>
		</image>
		<image> <!-- To  top right corner -->
			<file>St_Anne.jpg</file>
			<end>1,3</end>
		</image>
		<image> <!-- To  top left corner -->
			<file>Vitruve.jpg</file>
			<end>1,1</end>
		</image>
	</transit>
	<transit> <!-- 3rd transit -->
		<image> <!-- At center -->
			<file>webpraxis.jpg</file>
			<end>2,2</end>
		</image>
		<image> <!-- To center -->
			<file>Leonardo.jpg</file>
			<end>2,2</end>
		</image>
		<image> <!-- To center -->
			<file>Mona_Lisa.jpg</file>
			<end>2,2</end>
		</image>
		<image> <!-- To center -->
			<file>St_Anne.jpg</file>
			<end>2,2</end>
		</image>
		<image> <!-- To center -->
			<file>Vitruve.jpg</file>
			<end>2,2</end>
		</image>
	</transit>
	<transit> <!-- 4th transit -->
		<image> <!-- To middle bottom -->
			<file>Vitruve.jpg</file>
			<end>3,2</end>
		</image>
		<image> <!-- To middle right -->
			<file>St_Anne.jpg</file>
			<end>2,3</end>
		</image>
		<image> <!-- To middle left -->
			<file>Mona_Lisa.jpg</file>
			<end>2,1</end>
		</image>
		<image> <!-- To middle top -->
			<file>Leonardo.jpg</file>
			<end>1,2</end>
		</image>
		<image> <!-- At center -->
			<file>squirrel.gif</file>
			<start>2,2</start>
			<end>2,2</end>
		</image>
	</transit>
</animation>
