Skip to content

Commit cec205c

Browse files
authored
Merge pull request meyerweb#1 from estelle/patch-2
removed webkit prefix
2 parents 19cd75b + e9d217b commit cec205c

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

18-animations/no0or100.html

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -9,21 +9,10 @@
99
div{padding:20px;margin:20px;color:white;font-family:sans-serif;}
1010
</style>
1111
<style contenteditable id="editme">div {
12-
-webkit-animation: change_bgcolor infinite 10s alternate;
1312
animation: change_bgcolor infinite 10s alternate;
1413
background-color: red;
1514
border: 1px black solid;
1615
}
17-
@-webkit-keyframes change_bgcolor {
18-
45% {
19-
background-color: green;
20-
border-width: 10px;
21-
}
22-
55% {
23-
background-color: blue;
24-
border-width: 20px;
25-
}
26-
}
2716
@keyframes change_bgcolor {
2817
45% {
2918
background-color: green;

0 commit comments

Comments
 (0)