<t:animateMotion id=idou from = "0,0" targetElement =
"illust0" to = "0,300" begin = "13" dur = "5" fill =
"hold"></t:animateMotion>
    画像が何処にあっても現在位置は(0,0)と考えます。(相対座標)
    ここでは下に300pxだけ下げます。
<t:animate id=smallW attributeName = "width" from =
"181" targetElement = "illust0" to = "0" begin = "23" dur = "5" fill =
"hold"></t:animate>
<t:animate id=smallH attributeName = "height" from = "250"
targetElement = "illust0" to = "0" begin = "23" dur = "5" fill =
"hold"></t:animate>
    画像を縮小します。
<t:animateMotion id=hosei from = "0,0" targetElement =
"illust0" to = "0,250" begin = "23" dur = "5" fill =
"hold"></t:animateMotion>
    縮小する時の位置の補正です。
    補正しないと縮小する時の不動位置が
    画像の左上になってしまいます。