skeg_13
05-10-2004, 07:07 AM
hello there,
I am tryin to use the wallclock() statement in begin for my animation but am having no luck. Currently i am trying to get it to work with just todays date but hope to use it to specify a particular time during the day. No matter what i do i cant get it to work. The element is simply not displayed on the screen.
I have looked at the date format standard and tried many variations but still have had no luck :? ! Please help!
Greg
P.S. Is there a way to view error messages from the Adobe svg viewer?
Editor: Notepad
SVG release: 1.1
Viewer: Adobe IE pluggin
<circle cx="100" cy="100" r="4" fill="red"
style="stroke:#000000;
strole-width:2"
>
<animateMotion attributeName="cx" attributeType="xml"
begin="wallclock(2004-05-10)" from="0" to="100" dur="3" repeatCount="indefinite"
/>
</circle>
I am tryin to use the wallclock() statement in begin for my animation but am having no luck. Currently i am trying to get it to work with just todays date but hope to use it to specify a particular time during the day. No matter what i do i cant get it to work. The element is simply not displayed on the screen.
I have looked at the date format standard and tried many variations but still have had no luck :? ! Please help!
Greg
P.S. Is there a way to view error messages from the Adobe svg viewer?
Editor: Notepad
SVG release: 1.1
Viewer: Adobe IE pluggin
<circle cx="100" cy="100" r="4" fill="red"
style="stroke:#000000;
strole-width:2"
>
<animateMotion attributeName="cx" attributeType="xml"
begin="wallclock(2004-05-10)" from="0" to="100" dur="3" repeatCount="indefinite"
/>
</circle>