- From: L2L 2L <emanuelallen@hotmail.com>
- Date: Mon, 16 Jun 2014 15:23:47 -0400
- To: "Tab Atkins Jr." <jackalmage@gmail.com>
- CC: "<www-svg@w3.org>" <www-svg@w3.org>
Building SMIL on top of JavaScript for animation purpose. Make an object out of each SMIL tag. For I.g.:
<SVGScript>
<![CDATA[
var SVGTag = xlink:href("#animate");
SVGTag.animateMotion(dur=6s, repeatCount="indefinite", rotate="auto");
/* something along those lines, utilize and embed the xPointer, xLink, xQuery, xPath.*/
]]>
</SVGScript>
could be the tag declaration, or <SMILScript>
<![CDATA[
var SVGTag = xlink:href("#animate");
SVGTag.animateMotion(dur=6s, repeatCount="indefinite", rotate="auto");
/*but since this is the w3c SVG working group, it's up to you guys. But I think it'll make it more easier to get the SMIL group involve with this tag, or implement both; redundant? That what most people say about most of the SVG tags, but giving people the ability to choice the tag they most support or represent... I for one would use <SVGScript> tag*/
]]>
</SMILScript>
(again I request to make these object also available in EMCAScript/JavaScript.)
>> On Jun 16, 2014, at 2:08 PM, "Tab Atkins Jr." <jackalmage@gmail.com> wrote:
>>
>> On Mon, Jun 16, 2014 at 10:13 AM, L2L 2L <emanuelallen@hotmail.com> wrote:
>> I don't mean to send it with that other email address.
>>
>>
>> <SVGScript>
>>
>> <[!CDATA[
>>
>>
>> /*
>>
>>
>> Different individual, groups, organization have built on top of the
>> JavaScript language. Since it's seem to be more faster than SMIL, why not
>> combine the two! <SMILScript></SMILScript> have your own implantation of the
>> language.... But I request to make it where one can still use the feature in
>> ecmascript/JavaScript itself with out haven't to learn the
>> SMILScript/SVGScript.
>>
>>
>> ... I just want to see SVG animate fluent.
>>
>>
>> So it can be an option for gaming platform.
>>
>>
>> */
>>
>>
>> ]]>
>>
>> </SVGScript>
>
> I can't tell what you're actually suggesting with this email. Can you
> elaborate?
>
> ~TJ
Received on Monday, 16 June 2014 19:24:22 UTC