You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: css-fonts-4/Overview.bs
+2-3Lines changed: 2 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -2619,9 +2619,8 @@ variations defined for other font formats
2619
2619
should attempt to follow the pattern of registered variation axes.
2620
2620
2621
2621
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.
2625
2624
If two declarations are "like"
2626
2625
then animation occurs pairwise between corresponding values in the declarations.
0 commit comments