Skip to content

Commit 294b7e8

Browse files
Bit change in the code structure 😃
1 parent 25a619a commit 294b7e8

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

source/attention_seekers/heartBeat.css

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,27 @@
11
@keyframes heartBeat{
2+
23
0%{
34
transform: scale(1);
45
}
6+
57
14%{
68
transform: scale(1.3);
79
}
10+
811
28%{
912
transform: scale(1);
1013
}
14+
1115
42%{
1216
transform: scale(1.3);
1317
}
18+
1419
70%{
1520
transform: scale(1);
1621
}
22+
1723
}
24+
1825
.heartBeat{
1926
animation-name: heartBeat;
2027
animation-duration: 1.3s;

0 commit comments

Comments
 (0)