From 4d40a9df80ebcaf53144dfb9d0e53638c86787c6 Mon Sep 17 00:00:00 2001 From: Ed Sanders Date: Thu, 14 Apr 2016 16:16:52 +0100 Subject: [PATCH] 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 --- modules/ve-mw/ui/styles/tools/ve.ui.MWEducationPopupTool.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ve-mw/ui/styles/tools/ve.ui.MWEducationPopupTool.css b/modules/ve-mw/ui/styles/tools/ve.ui.MWEducationPopupTool.css index a708b10386..bb41e76ffa 100644 --- a/modules/ve-mw/ui/styles/tools/ve.ui.MWEducationPopupTool.css +++ b/modules/ve-mw/ui/styles/tools/ve.ui.MWEducationPopupTool.css @@ -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;