Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /css/css-view-transitions/animation-name-ua-prefix.html - WPT Dashboard Interop Dashboard
<!doctype html>
<title>View transitions UA animations are accessible to author sheets</title>
<link rel="match" href="/css/reference/blank.html">
<style>
div {
width: 100px;
height: 100px;
background-color: red;
animation: -ua-view-transition-fade-out .001s forwards;
}
</style>
<div></div>