1 2 3 4 5 6 7 8
<!DOCTYPE html> <html> <body id=a></body> <script> document.getElementById("a") .animate([{"filter": "grayscale(28%)"}], {fill:"forwards", composite:"add"}); </script> </html>