Source code
Revision control
Copy as Markdown
Other Tools
<!DOCTYPE html>
<html>
<title>CSS Test (Animations): Element.animate() animating both transform and opacity on an inline</title>
<style>
#target {
opacity: 0.4;
will-change: opacity;
}
</style>
<body><span id="target">x</span></body>