blob: c87c2fac63a54e56d77ce4866216507b18c1aebb [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<title>CSS Filters Animation: Saturate Reference</title>
<link rel="author" title="Gunther Brunner" href="mailto:takeshimiya@gmail.com">
<link rel="reviewer" title="Dirk Schulze" href="mailto:dschulze@adobe.com">
<link rel="reviewer" title="Rebecca Hauck" href="mailto:rhauck@adobe.com">
<style type="text/css">
.square {
width: 100px;
height: 100px;
background: #f4fbff;
filter: saturate(2500%);
}
</style>
</head>
<body>
<p>You should see a light-blue rectangle. Neither cyan nor white.</p>
<div class="square"></div>
</body>
</html>