Can I use

Look up support for web technologies across browser versions.

  • Research
Visit Can I use official site

What it is

Can I use provides browser support tables for web technologies. Search for a CSS feature, image format, or browser API to see which versions support it fully, partially, or not at all.

Why it is selected

A feature working in your browser does not tell you whether your visitors can use it. The tables put version differences together so you can assess whether a fallback is needed. Read the notes for partial support to check whether a limitation affects your use case.

Who it suits

Frontend developers adopting web features and teams deciding which browser versions to support.

Useful for

  • Checking target browser versions before adopting a CSS feature or browser API
  • Comparing browser compatibility when choosing an image format for a website

Usage note

Support data changes as browsers release updates. Check it again before shipping and test the actual interface in your target browsers. A support table cannot replace testing your own project.

Cursify

A frontend resource for exploring custom cursor and pointer interactions.

  • cursor
  • css
  • interaction

Easing Editor

An Anime.js editor for previewing spring easing and exporting values for CSS or JavaScript.

  • animation
  • easing
  • css

Easing Gradients

An editor that demonstrates eased color transitions and produces CSS with intermediate gradient stops.

  • gradient
  • css
  • color