CSS Recently In All Browsers · April 26, 2026

New CSS you feel like you could use today

nerdy.dev
🟢New to the web platform in April
@rachelandrew
#contrast-color() now Baseline
#Scrolldriven animation range properties now Baseline
The #ariaNotify() method
Auto sizes for #lazyloaded images
Element-scoped #ViewTransitions
CSS border-shape
#SVG <textPath>
++
https://web.dev/blog/web-platform-04-2026?hl=en

7 View Transitions Recipes to Try, by @sunkanmifafowora.bsky.social (@csstricks):

https://css-tricks.com/7-view-transitions-recipes-to-try/

#css #viewtransitions #examples

7 View Transitions Recipes to Try | CSS-Tricks

Craving for a view transition? Sunkanmi has lots of common transitions you can drop into your website right now!

CSS-Tricks
view-transitions-toolkit

A collection of utility functions to more easily work with View Transitions. Latest version: 1.0.0, last published: a day ago. Start using view-transitions-toolkit in your project by running `npm i view-transitions-toolkit`. There are no other projects in the npm registry using view-transitions-toolkit.

npm

#Development #Launches
View Transitions Toolkit · Ready-to-use utility functions to simplify View Transitions https://ilo.im/16bvzm

_____
#ViewTransitions #Animations #Playback #FeatureDetection #Shim #Browsers #WebDev #Frontend #CSS #JavaScript

View Transitions Toolkit

A collection of utility functions to more easily work with View Transitions.

[Перевод] 10 веб-API, заменяющих многие библиотеки JavaScript

Современные браузеры тихо съедают экосистему JavaScript живьем. За последние несколько лет основные браузеры выпустили нативные веб-API, которые заменяют удивительно большое количество утилит, которые мы до сих пор устанавливаем по привычке. Тем не менее, многие разработчики продолжают использовать уже ненужные, но привычные библиотеки. Если зависимость всегда работала, она остается в стеке, даже если браузер уже умеет выполнять ту же работу. Такой подход обходится дороже, чем кажется. Каждый дополнительный пакет увеличивает вес сборки, затраты на обслуживание, частоту обновления версий и риск отказа от проекта в долгосрочной перспективе. Нативные API-интерфейсы стоят пользователям 0 КБ данных, работают глубоко в движке (часто вне основного потока (main thread)) и используют оптимизации, недоступные библиотекам.

https://habr.com/ru/articles/1015134/

#javascript #js #webapi #fetch #formdata #url #popover #clipboard #resizeobserver #viewtransitions

10 веб-API, заменяющих многие библиотеки JavaScript

Современные браузеры тихо съедают экосистему JavaScript живьем. За последние несколько лет основные браузеры выпустили нативные веб-API, которые заменяют удивительно большое количество утилит, которые...

Хабр

#Development #Launches
Introducing CSS ‘view-transitions-mock’ · A non-visual polyfill for same-document view transitions https://ilo.im/16bak0

_____
#ModernCSS #ViewTransitions #Polyfill #APIs #Browsers #WebDev #Frontend #CSS #JavaScript

Introducing view-transitions-mock: A non-visual Polyfill for Same-Document View Transitions

View Transitions are a powerful Modern Web feature allow for smooth seamless animated transitions two between different states of a web page. They can make for a much more pleasant user experience, but as with any new web platform feature, browser support is not yet fully universal so you need to add some fallback logic to your code.view-transitions-mock bridges that gap. It is a spec-compliant JavaScript implementation of Same-Document View Transitions that polyfills the entire JavaScript API surface of the spec, but that doesn’t do the animation bits.

Bram.us
View Transitions can swoop‽ · March 7, 2026

How to make View Transitions not always a straight line

nerdy.dev
January 2026 Baseline monthly digest  |  Blog  |  web.dev

Read about various happenings with Baseline during January 2026

web.dev

Playing around with #ViewTransitions. Really cool, although I think it's very tempting to overdo it.

The web platform just keeps getting more powerful (and more complex as well).

@firefoxwebdevs is there a timeline for support of the @view-transition rule in Firefox already?