Skip to content

Commit 405299a

Browse files
committed
animation
doens't work
1 parent 1f63c79 commit 405299a

File tree

1 file changed

+0
-39
lines changed

1 file changed

+0
-39
lines changed

css/style.css

-39
Original file line numberDiff line numberDiff line change
@@ -18,43 +18,4 @@ svg {
1818

1919
.point{
2020
font-size:4em;
21-
}
22-
.piece{
23-
animation: pulse 5s infinite;
24-
fill-color:#ffffff;
25-
}
26-
27-
@keyframes pulse {
28-
0% {
29-
fill: currentColor;
30-
}
31-
100% {
32-
fill: #FF4136;
33-
}
34-
}
35-
36-
.piecesB{
37-
animation: pulse 5s 1;
38-
}
39-
40-
@keyframes pulseB{
41-
0%{
42-
fill: #fff;
43-
}
44-
100%{
45-
fill: #000;
46-
}
47-
}
48-
49-
.piecesW{
50-
animation: pulseW 5s 1;
51-
}
52-
53-
@keyframes pulseW {
54-
0% {
55-
fill: #000;
56-
}
57-
100% {
58-
fill: #FFf;
59-
}
6021
}

0 commit comments

Comments
 (0)