Replies: 1 comment
-
After setting if (!this.indicator.style.cssText.includes("translate")) {
// Here we use transform: translate(...)
} |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
tab-group part of the code
https://developer.mozilla.org/en-US/docs/Web/CSS/translate
Chrome version >= 104
Can it be changed to
transform: translate(...)
to be compatible with old versions?Beta Was this translation helpful? Give feedback.
All reactions