We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 19cd75b + e9d217b commit cec205cCopy full SHA for cec205c
18-animations/no0or100.html
@@ -9,21 +9,10 @@
9
div{padding:20px;margin:20px;color:white;font-family:sans-serif;}
10
</style>
11
<style contenteditable id="editme">div {
12
- -webkit-animation: change_bgcolor infinite 10s alternate;
13
animation: change_bgcolor infinite 10s alternate;
14
background-color: red;
15
border: 1px black solid;
16
}
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
-}
27
@keyframes change_bgcolor {
28
45% {
29
background-color: green;
0 commit comments