| <title>CSS Filters Animation: Brightness</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"> |
| <link rel="help" href="http://www.w3.org/TR/filter-effects-1/#FilterProperty"> |
| <link rel="help" href="http://www.w3.org/TR/filter-effects-1/#funcdef-brightness"> |
| <link rel="help" href="http://www.w3.org/TR/css3-animations/#animations"> |
| <link rel="match" href="css-filters-animation-brightness-ref.html"> |
| <meta name="assert" content="The blue square should be dark blue"> |
| animation-play-state: paused; |
| animation-timing-function: linear; |
| <p>You should see a dark blue rectangle. Neither black nor blue.</p> |
| <div class="square"></div> |