Remove webkit prefixes 🎉

This commit is contained in:
James George 2018-07-21 10:22:04 +05:30 committed by GitHub
parent 6217155631
commit 25a619a481
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -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;
}