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
I've noticed some odd behavior with colors when using token transitions, where the tokens end up the wrong color.
Here is an example recorded on the Scrollycoding page on the docs:
transitions-color-error.mp4
This is in Chrome, but the same occurs in Firefox and Safari.
I can see something similar on the Token Transitions page, where the opening parenthesis in if (n == 0) turns blue when switching from scala to python and back to scala.
The strange thing is that if you inspect those elements, they have the correct color set on their inline style.
Hey, first this library is incredible.
I've noticed some odd behavior with colors when using token transitions, where the tokens end up the wrong color.
Here is an example recorded on the Scrollycoding page on the docs:
transitions-color-error.mp4
This is in Chrome, but the same occurs in Firefox and Safari.
I can see something similar on the Token Transitions page, where the opening parenthesis in
if (n == 0)turns blue when switching from scala to python and back to scala.The strange thing is that if you inspect those elements, they have the correct color set on their inline style.