Email or username:

Password:

Forgot your password?
Bramus

Great to see Safari Technology Preview 202 add support for View Transition types.

These makes it easier to work with several view transitions on the same page (read: different animations), without the declarations of the one affecting the other.

youtu.be/eY6C_-aDdTo?si=Rd4wsI

2 comments
Bramus

And there’s a bunch of other nice new CSS features in that release as well: `background-clip: border-area`, `scrollbar-width`, `shape()`, `closest-corner`/`farthest-corner`, `::target-text`, …

See webkit.org/blog/15798/release- for a full list.

Go Up