Skip to content

Commit 1f29d7a

Browse files
nschonnibirtles
authored andcommitted
[css-transitions-1] Double word "some"
1 parent 3c2b207 commit 1f29d7a

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
@@ -360,7 +360,7 @@ Value Definitions {#values}
360360
-------------------------------------------------------------------------------------------------------------
361361

362362
<p>
363-
The 'transition-delay' property defines when the transition will start. It allows a transition to begin execution some some period of time from when it is applied. A 'transition-delay' value of ''0s'' means the transition will execute as soon as the property is changed. Otherwise, the value specifies an offset from the moment the property is changed, and the transition will delay execution by that offset.
363+
The 'transition-delay' property defines when the transition will start. It allows a transition to begin execution after some period of time from when it is applied. A 'transition-delay' value of ''0s'' means the transition will execute as soon as the property is changed. Otherwise, the value specifies an offset from the moment the property is changed, and the transition will delay execution by that offset.
364364
</p>
365365
<p>
366366
If the value for 'transition-delay' is a negative time offset then the transition will execute the moment the property is changed, but will appear to have begun execution at the specified offset. That is, the transition will appear to begin part-way through its play cycle. In the case where a transition has implied starting values and a negative 'transition-delay', the starting values are taken from the moment the property is changed.

0 commit comments

Comments
 (0)