Skip to content

Commit 09b54b2

Browse files
committed
[css-properties-values] Add note about registering a property changing the computed value, which can affect transitions.
1 parent f9743be commit 09b54b2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

css-properties-values-api/Overview.bs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,10 @@ a custom property is defined with a syntax of `<transform-function>#`,
192192
this will thus first interpolate as a simple list,
193193
and then each list item will interpolate as a 'transform' value.
194194

195+
Note: Registering (or changing the registration) of a custom property
196+
can change its computed value,
197+
which can start or interrupt a CSS transition.
198+
195199
Conditional Rules {#conditional-rules}
196200
--------------------------------------
197201

0 commit comments

Comments
 (0)