8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0820456 commit a208d6aCopy full SHA for a208d6a
2 files changed
css-transitions/Overview.bs
@@ -915,7 +915,8 @@ url: http://dev.w3.org/csswg/css-color-3/#html4; type: value; text: green;
915
transition, these values will be used for the transitions
916
<em>to</em> the associated transitioning values. For example:
917
</p>
918
- <pre>li {
+ <pre>
919
+ li {
920
transition: background-color linear 1s;
921
background: blue;
922
}
css-transitions/Overview.html
@@ -1477,7 +1477,8 @@ <h2 class="heading settled" data-level="3" id="starting"><span class="secno">3.
1477
1478
1479
1480
- <pre>li { transition: background-color linear 1s;
+ <pre>li {
1481
+ transition: background-color linear 1s;
1482
1483
1484
li:hover {
0 commit comments