CSS Recently in All Browsers, by @argyleink:
https://nerdy.dev/CSS-recently-in-all-browsers
#css #anchorpositioning #scope #containerqueries #shapes #viewtransitions #units
CSS Recently in All Browsers, by @argyleink:
https://nerdy.dev/CSS-recently-in-all-browsers
#css #anchorpositioning #scope #containerqueries #shapes #viewtransitions #units
7 View Transitions Recipes to Try, by @sunkanmifafowora.bsky.social (@csstricks):
View Transitions Toolkit, by @bramus:

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.
#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
[Перевод] 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
#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

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.
View Transitions Can Swoop‽, by @argyleink:
January 2026 Baseline Monthly Digest, by @malchata (@developers):
https://web.dev/blog/baseline-digest-jan-2026
#browsers #support #webplatform #css #viewtransitions #javascript #webworkers #apis #units
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?