Skip to content

Commit

Permalink
Merge pull request #271 from olivierkaisin/fix-blurry-text
Browse files Browse the repository at this point in the history
Fixes the blurry text issue at animation end
  • Loading branch information
vodkabears authored Jan 11, 2017
2 parents 7f9ce2c + 8a18427 commit 30b838d
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 30b838d

Please sign in to comment.