Skip to content

Commit 5575904

Browse files
author
litherum
committed
[css-fonts-4] font-variation-settings animation doesn't work like transform
#1580
1 parent b985e2a commit 5575904

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

css-fonts-4/Overview.bs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2619,9 +2619,8 @@ variations defined for other font formats
26192619
should attempt to follow the pattern of registered variation axes.
26202620

26212621
Animating font-variation-settings is possible
2622-
using a mechanism similar to animating the 'transform' property:
2623-
Two declarations of font-feature-settings can be animated between if they are "like".
2624-
"Like" declarations are ones where the same set of properties appear (in any order).
2622+
using the following mechanism. Two declarations of font-feature-settings can be animated between if they are "like".
2623+
"Like" declarations are ones where the same set of properties appear (in any order). Because succesive duplicate properties are applied instead of prior duplicate properties, two declarations can be "like" even if they have differing number of properties.
26252624
If two declarations are "like"
26262625
then animation occurs pairwise between corresponding values in the declarations.
26272626
Otherwise, animation is not possible.

0 commit comments

Comments
 (0)