From 25a619a481cb2b6e5e44d9afb877c9c8d33c6a57 Mon Sep 17 00:00:00 2001 From: James George Date: Sat, 21 Jul 2018 10:22:04 +0530 Subject: [PATCH] Remove webkit prefixes :tada: --- source/attention_seekers/heartBeat.css | 2 -- 1 file changed, 2 deletions(-) diff --git a/source/attention_seekers/heartBeat.css b/source/attention_seekers/heartBeat.css index c313acb..d5d9118 100644 --- a/source/attention_seekers/heartBeat.css +++ b/source/attention_seekers/heartBeat.css @@ -16,9 +16,7 @@ } } .heartBeat{ - -webkit-animation-name: heartBeat; animation-name: heartBeat; - -webkit-animation-duration: 1.3s; animation-duration: 1.3s; animation-timing-function: ease-in-out; }