Re: Determining supported elements via Javascript
Dan Rumney <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.svg |
|---|---|
| Organization | http://groups.google.com |
| Message-ID | <[email protected]> |
On Sep 25, 11:34 pm, Boris Zbarsky <[email protected]> wrote: > Dan Rumney wrote: > > What I'd like to be able to do is determine whether an SVG animation > > element is supported and, if it is, use it. If it isn't, I can fall > > back to JS animation. > > hasFeature() ? > > -Boris Thanks, That would appear to be what I'm looking for.