Skip to content

Commit 8f20e02

Browse files
committed
Oops, I removed one of fantasai's changes that I should have left.
1 parent bcb2c7b commit 8f20e02

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

css3-transitions/Overview.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,8 @@ <h2 id=introduction><span class=secno>1. </span>Introduction</h2>
217217
transitions</em>, which describe how CSS properties can be made to change
218218
smoothly from one value to another over a given duration.
219219

220-
<h2 id=transitions><span class=secno>2. </span>Transitions</h2>
220+
<h2 id=transitions><span class=secno>2. </span><a
221+
id=transitions->Transitions</a></h2>
221222

222223
<p> Normally when the value of a CSS property changes, the rendered result
223224
is instantly updated, with the affected elements immediately changing from

css3-transitions/Overview.src.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ <h2 id="introduction">Introduction</h2>
8989
This document introduces new CSS features to enable <em>implicit transitions</em>, which describe how CSS properties can be made to change smoothly from one value to another over a given duration.
9090
</p>
9191

92-
<h2 id="transitions">Transitions</h2>
92+
<h2 id="transitions"><a id="transitions-">Transitions</a></h2>
9393
<p>
9494
Normally when the value of a CSS property changes, the rendered result is instantly updated, with the affected elements immediately changing from the old property value to the new property value. This section describes a way to specify transitions using new CSS properties. These properties are used to animate smoothly from the old state to the new state over time.
9595
</p>

0 commit comments

Comments
 (0)