EducationPopup: Give pulsating blue dot an initial opacity of 0

This makes it degrade to a small dot instead of a huge dot in
browsers which don't support animation (IE9).

Change-Id: Ia457b3caf35ff0ffe7287b2b1e395860d5dbd7d0
This commit is contained in:
Ed Sanders 2016-04-14 16:16:52 +01:00
parent 011ff4e133
commit 4d40a9df80

View file

@ -11,7 +11,7 @@
border-radius: 50%;
background-color: #347bff;
position: absolute;
opacity: 1;
opacity: 0;
-webkit-animation: pulse 3s ease-out;
-moz-animation: pulse 3s ease-out;
animation: pulse 3s ease-out;