CSS View Transition Pseudo-elements Explained
Blink28624 Syys 2025

CSS View Transition Pseudo-elements Explained

These sources provide a detailed, technical explanation of the View Transition API implementation within the Chromium web browser, focusing on how CSS pseudo-elements enable smooth animations. The first source explains that view transition pseudos (like ::view-transition-old() and ::view-transition-new()) are temporary, browser-synthesized overlays used to capture and animate visual snapshots of elements during state changes. The second, more extensive source describes the low-level C++ classes in the Blink rendering engine and the cc compositor that orchestrate this process, including the DocumentTransition class, which manages the lifecycle, snapshot capture, and pseudo-element creation, and the SurfaceAnimationManager in the Viz component, which handles the final, performant GPU-accelerated animation of the saved frames using specialized layers and directives. Together, the texts map the high-level CSS API to the complex, multi-process architecture of Chromium, explaining how old and new content are matched, isolated on the top layer, and composited for animation.


Jaksot(391)

Web and C++ Standardization: A Comparative Deep Dive

Web and C++ Standardization: A Comparative Deep Dive

The provided text offers a comprehensive comparison of the standardization processes for Web standards (HTML/CSS) and the C++ programming language. It examines how these distinct ecosystems manage gov...

14 Syys 20251h 24min

HTML Evolution: 2020-2024 Web Platform Renaissance

HTML Evolution: 2020-2024 Web Platform Renaissance

The provided text offers a technical overview of significant advancements in HTML and CSS between 2020 and 2024, highlighting a "renaissance of features." It details new HTML elements and attributes, ...

14 Syys 202554min

HTML & CSS Evolution: Key Proposals (2022-2025)

HTML & CSS Evolution: Key Proposals (2022-2025)

The provided text details several significant advancements in HTML and CSS capabilities between 2022 and 2025, largely driven by Blink (Chrome) team involvement and collaborative cross-browser standar...

14 Syys 20251h 2min

Mastering Blink: Developing for the Web Platform

Mastering Blink: Developing for the Web Platform

This extensive guide thoroughly explains the process of developing features for Blink, Chromium's rendering engine, focusing on HTML/CSS. It begins by highlighting the critical role of web standards (...

14 Syys 20251h 22min

Mastering Modern Web Platform Development in Blink

Mastering Modern Web Platform Development in Blink

This extensive guide, "Mastering Modern Web Platform Development in Blink," offers a structured curriculum for C++ engineers new to the Chrome/Blink team, focusing on HTML/CSS standards implementation...

14 Syys 202547min

Blink Team Essentials: Browser Engine Fundamentals for Engineers

Blink Team Essentials: Browser Engine Fundamentals for Engineers

This document outlines twelve essential topics for new members of the Blink team, Google Chrome's rendering engine. It covers fundamental aspects of browser architecture, detailing the multi-process m...

14 Syys 20251h 13min

Chrome Blink Development and Debugging Guide

Chrome Blink Development and Debugging Guide

The provided text offers a comprehensive guide to developing and debugging the Chrome Blink rendering engine. It outlines the essential commands and workflows, starting with setting up and updating th...

7 Syys 20251h

Testing New CSS Features for the Web Platform

Testing New CSS Features for the Web Platform

This guide outlines the process of creating and implementing Web Platform Tests (WPT) for a new CSS feature within Chromium's Blink engine. It details steps from initial feature implementation under a...

7 Syys 20251h 23min