- From: Jon Ferraiolo <jferraio@Adobe.COM>
- Date: Tue, 30 Jan 2001 05:57:19 -0800
- To: Craig Euan Ritchie <ceecer@cee.hw.ac.uk>
- Cc: SVG public list <www-svg@w3.org>
Craig, You ask below: "What methods can be used to control svg animation (based on user interaction) within a web site?" The two ways I can think of are: (1) Scripting. There is an example of animation via scripting in the SVG specification at http://www.w3.org/TR/SVG/script.html#ScriptElement. Note that the animate is triggered by a mouse click. (2) Declarative animation's ability to be triggered by user events. Refer to the description of the 'begin' attribute in http://www.w3.org/TR/SVG/animate.html#TimingAttributes. Note that animations can be triggered by user events. For example: <animate begin="click"...> Jon Ferraiolo SVG Editor jferraio@adobe.com At 07:41 AM 1/30/01 +0100, Chris Lilley wrote: > Return-Path: <www-svg-request@w3.org> >Received: from www19.w3.org (www19.w3.org [18.29.0.19]) > by tux.w3.org (8.9.3/8.9.3) with ESMTP id LAA18809 > for <chris@w3.org>; Mon, 29 Jan 2001 11:15:56 -0500 >Received: by www19.w3.org (8.9.0/8.9.0) id LAA12327 > for chris@w3.org; Mon, 29 Jan 2001 11:15:55 -0500 (EST) >Date: Mon, 29 Jan 2001 11:15:55 -0500 (EST) >X-Envelope-From: www-svg-request@tux.w3.org Mon Jan 29 11:15:36 2001 >Received: from tux.w3.org (tux.w3.org [18.29.0.27]) > by www19.w3.org (8.9.0/8.9.0) with ESMTP id LAA12270 > for <www-svg@www19.w3.org>; Mon, 29 Jan 2001 11:15:36 -0500 (EST) >Received: from loki.cee.hw.ac.uk (exim@loki.cee.hw.ac.uk [137.195.52.13]) > by tux.w3.org (8.9.3/8.9.3) with ESMTP id LAA18758 > for <www-svg@w3.org>; Mon, 29 Jan 2001 11:15:35 -0500 >Received: from labpc6.cee.hw.ac.uk ([137.195.24.6]) > by loki.cee.hw.ac.uk with smtp (Exim 3.12 #3) > id 14NGxp-0002Fm-00 > for www-svg@w3.org; Mon, 29 Jan 2001 16:15:33 +0000 >From: Craig Euan Ritchie <ceecer@cee.hw.ac.uk> >To: www-svg@w3.org >Message-ID: <SIMEON.10101291632.A@labpc6.cee.hw.ac.uk> >Old-Date: Mon, 29 Jan 2001 16:15:32 +0000 (GMT Standard Time) >Priority: NORMAL >X-Mailer: Simeon for Win32 Version 4.1.4 Build (40) >X-Authentication: none >MIME-Version: 1.0 >Content-Type: TEXT/PLAIN; CHARSET=US-ASCII >X-Diagnostic: Not on the accept list >Subject: [Moderator Action] svg controlled scripts >X-Diagnostic: Mail coming from a daemon, ignored >X-Envelope-To: www-svg >X-Mozilla-Status2: 00000000 > > >What methods can be used to control svg animation (based on user interaction) >within a web site? > >-- >Craig Euan Ritchie >Computing & Electrical Eng. >Heriot-Watt University >ceecer@cee.hw.ac.uk
Received on Tuesday, 30 January 2001 10:12:17 UTC