Skip to content

Commit b4d9176

Browse files
committed
[css-transitions-1][editorial] Add the word gradual to clarify that it's happening over time
1 parent 869bd52 commit b4d9176

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

css-transitions-1/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ Value Definitions {#values}
141141
=========================================================
142142

143143
<p>
144-
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.
144+
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 gradual transitions using new CSS properties. These properties are used to animate smoothly from the old state to the new state over time.
145145
</p>
146146
<p>
147147
For example, suppose that transitions of one second have been defined on the 'left' and

0 commit comments

Comments
 (0)