From d6d8b8eb9779456f2c4b7deaf92d94d4a3b010db Mon Sep 17 00:00:00 2001 From: Neil Fraser Date: Wed, 3 Aug 2016 18:32:40 -0700 Subject: [PATCH] Remove obsolete webkit CSS prefixes. --- demos/plane/style.css | 7 ------- 1 file changed, 7 deletions(-) diff --git a/demos/plane/style.css b/demos/plane/style.css index 0db0c021f..16e2c6f41 100644 --- a/demos/plane/style.css +++ b/demos/plane/style.css @@ -28,20 +28,13 @@ html[dir="RTL"] .farSide { #languageBorder { border-radius: 4px; animation: pulse 2s ease-in-out forwards; - -webkit-animation: pulse 2s ease-in-out forwards; animation-delay: 2s; - -webkit-animation-delay: 2s; } @keyframes pulse { 0% { background-color: #fff } 50% { background-color: #f00 } 100% { background-color: #fff } } -@-webkit-keyframes pulse { - 0% { background-color: #fff } - 50% { background-color: #f00 } - 100% { background-color: #fff } -} #blockly { height: 300px;