top | item 44065070

(no title)

somethingor | 9 months ago

> every other browser

You can just say Chromium

discuss

order

zymhan|9 months ago

Safari exists, and is quite popular.

pjmlp|9 months ago

Safari is the only reason we don't rename (yet) Web as ChromeOS development platform.

Thanks everyone, especially all those Electron crap apps.

thayne|9 months ago

Safari only exist on Apple devices, and generally had even less features than Firefox.

isodev|9 months ago

Unfortunately, Safari is also pivoting towards ads in the form of “Help Apple to…”, services and that thing AI companies now call Personal Context. It’s not a bad browser just you wouldn’t pick it for privacy.

shiomiru|9 months ago

I was curious what "view transitions" are even about: https://www.w3.org/TR/css-view-transitions-1/

It's yet another 2.8k line specification solely authored by Google employees, introducing a brand new complexity monster (clones of ghost elements represented as a pseudo-element tree) to... make it easier to add fancy animations.

Now what I really miss is a "disable CSS animations" button. I find them very distracting and an unnecessary burden on battery life.

nsonha|9 months ago

That is the generic way to implememt transitions. Alternative is playing css artist and handwrite every single animation. It is also complex.

I hate css animations too btw.