mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-24 14:33:59 +00:00
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:
parent
011ff4e133
commit
4d40a9df80
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue