From 8a18427679cabc737c88f625ce36f1b94c7b519e Mon Sep 17 00:00:00 2001 From: Olivier Kaisin Date: Thu, 29 Dec 2016 12:43:01 +0100 Subject: [PATCH] Fixes the blurry text issue at animation end --- src/remodal-default-theme.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/remodal-default-theme.css b/src/remodal-default-theme.css index 186a5d0..656438c 100644 --- a/src/remodal-default-theme.css +++ b/src/remodal-default-theme.css @@ -181,6 +181,7 @@ } to { transform: none; + filter: blur(0); opacity: 1; } @@ -194,6 +195,7 @@ } to { transform: scale(0.95); + filter: blur(0); opacity: 0; }