Re: [fxtf-drafts] [filters-1] Add animation type to properties

@AmeliaBR IIRC you can animate `result` as a string in WebKit. Pretty much all attributes are some kind of SVGAnimated*. As @birtles mentioned, this is for <set> animations but for discrete animations with <animate> as well. You can set different filter trees in one filter element. Depending on `in`, `in2` and `result` different filter primitives could get active. Does it make sense? Unlikely but SVG 1.1 defined it that way and it "should" work in WebKit and Firefox. Will look through the attributes which are missing "Animatable". If you have some in your mind please open an issue.

@birtles All attributes are backed up by (SVG) DOM interfaces. So animation type could be identified by the WebIDL interfaces. I don't mind changing the spec though.

-- 
GitHub Notification of comment by dirkschulze
Please view or discuss this issue at https://github.com/w3c/fxtf-drafts/issues/32#issuecomment-307593773 using your GitHub account

Received on Saturday, 10 June 2017 22:26:06 UTC