06_Menu/Menu_01a_L.htm


  1  <html xmlns:t ="urn:schemas-microsoft-com:time">
  2  <head>
  3    <title>Menu_01</title>
  4    <?import namespace="t" implementation="#default#time2">
  5    <style>
  6      .Menu {position:absolute; left:10px; top:90px;
  7         height:20; width:150;
  8         border-width:1px; border-style:solid;
  9         text-align:center;
 10      }
 11    </style>
 12    <script type="text/javascript" src="ufo.js"></script>
 13  </head>
 14  <body >
 15    <h2>Presun položky menu</h2>
 16    <span class="Menu" id="M1" > Kuko  </span>
 17  
 18    <t:animateMotion id="A1" targetElement="M1" origin="parent"
 19       begin="5" dur="2" fill="freeze"
 20       path ="M 10 90 L 300 200"
 21       onend="bStop=true; Draha.Zobraz(I);"
 22     />
 23    <span id="I" style="behavior: url(#default#time2)"
 24      dur=".01" repeatCount="indefinite" fill="hold"
 25      onrepeat = "Draha.PridajBod(A1, M1, bStop);" >
 26    </span>
 27  </body>
 28  </html>