Re: CSS.supports and keyframe animations

On Dec 29, 2012 5:56 AM, "Benjamin Stover" <ben@stechz.com> wrote:
> Hello all,
>
> I am new to the list, and have a question about the proposed CSS.supports
API.
>
> Is it not possible to determine whether a browser supports keyframe
animations or media queries with the current API?

You can tell whether animations are supported with @supports
(animation:foo) {}. You can't test media queries. We've left the door open
to be able to test for things other than properties in the future, though.

~TJ

Received on Saturday, 29 December 2012 15:15:48 UTC