diff --git a/source/fading_exits/fadeOut.css b/source/fading_exits/fadeOut.css index d19c396..8f92ecc 100644 --- a/source/fading_exits/fadeOut.css +++ b/source/fading_exits/fadeOut.css @@ -1,10 +1,10 @@ @keyframes fadeOut { - from { + 0% { opacity: 1; } - to { - opacity: 0; + 100% { + opacity: 0.2; } }