Re: Animating SVG attributes from Web Animations

>
> Shall WebAnimation also animate HTML attributes at some point?


I don't know. We've talked in the past about animating class. I'd also like
to be able to animate scroll offsets at some point.


> If yes, shall these attributes be “html” prefixed as well?


Yes. I think that would make sense.


> What happens with the “svg*” attribute animation once we promoted the
> attribute to a CSS property/ presentation attribute?
>

* If the promotion matches the syntax and name, then animating either
svgFoo or foo will produce identical results.
* If the promition matches the syntax, but the name foo becomes bar when
promoted, then animating svgFoo and animating bar will produce identical
results.
etc..

Cheers,
    -Shane


> Dirk
>
> >
> > Cheers,
> >     -Shane
>
>

Received on Tuesday, 16 June 2015 05:16:48 UTC