We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e367d5c commit cfb82e9Copy full SHA for cfb82e9
packages/accessibility-buttons/src/transitionStyles.css
@@ -1,5 +1,6 @@
1
body {
2
- transition: var(--a11y-bg-transition, background 0.95s ease-in),
+ transition:
3
+ var(--a11y-bg-transition, background 0.95s ease-in),
4
var(--a11y-color-transition, color 0.95s ease-in),
5
var(--a11y-font-size-transition, font-size 0.7s linear);
6
}
0 commit comments