Bit change in the code structure 😃

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

View File

@ -1,20 +1,27 @@
@keyframes heartBeat{
0%{
transform: scale(1);
}
14%{
transform: scale(1.3);
}
28%{
transform: scale(1);
}
42%{
transform: scale(1.3);
}
70%{
transform: scale(1);
}
}
.heartBeat{
animation-name: heartBeat;
animation-duration: 1.3s;