animate

animate

[1] WebExplorer が実装していた HTML の要素。 子は frame 要素 (Netscape のフレームの FRAME 要素型とはおそらく無関係)。

例:

  <animate>
    <frame src="foo1.gif">
    <frame src="foo2.gif">
    <frame src="foo3.gif">
  </animate>

[4] W3C Document Type Definition for the HyperText Markup Language, with HotJava modifications ( 版) <http://suika.fam.cx/gate/2007/schema/schema/80707058a7f7998b5986e28956dfaa47/cache.html#line-1063> (名無しさん)

[5] OS/2 Web Explorer's proprietary html tags (Hartmut Frommert 著, 版) <http://spider.seds.org/os2/webextag.html>

<animate> tag:

loads a series of images which are then used as an animation shown in the upper right field whenever WebEx loads a file, as a replacement for the nice animated computer screen icon. Usage:

<animate>

<frame src="pix1.jpg">

<frame src="pix2.jpg">

<frame src="pix3.jpg">

...

</animate>

somewhere in the document.