Skip to content

Commit

Permalink
Fixes the blurry text issue at animation end
Browse files Browse the repository at this point in the history
  • Loading branch information
Olivier Kaisin committed Dec 29, 2016
1 parent 97ab85f commit 8a18427
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/remodal-default-theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,7 @@
}
to {
transform: none;
filter: blur(0);

opacity: 1;
}
Expand All @@ -194,6 +195,7 @@
}
to {
transform: scale(0.95);
filter: blur(0);

opacity: 0;
}
Expand Down

0 comments on commit 8a18427

Please sign in to comment.