diff --git a/source/bouncing_entrances/bounceIn.css b/source/bouncing_entrances/bounceIn.css index f872596..8b407c6 100644 --- a/source/bouncing_entrances/bounceIn.css +++ b/source/bouncing_entrances/bounceIn.css @@ -14,10 +14,11 @@ } 100% { + opacity: 1; transform: scale(1); } } .bounceIn { animation-name: bounceIn; -} \ No newline at end of file +}