-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Numbers disappear when another tab is being used. #1
Comments
I'm aware of this one. It seems to be an issue with React-Spring #1954 in combination with the exitBeforeEnter prop used on the digit transitions in certain digital clocks. I need to figure out a way to make these animations work without that particular prop. The reason why I'm using it is because otherwise you'd end up with two digits briefly appearing next to each other, one entering and one exiting, which causes an ugly horizontal shift. |
This might be a really janky solution but, if it causes a horizontal shift then maybe try rotating both the font and element 90 degrees? |
...no. The issue is that the incoming digit will appear alongside the then-current digit while they both play their animation. 12:34:56 |
yea it's annoying. but i hope it gets patched soon |
Accidentally pushed an attempt at fixing #1.
Sorry about that. When I removed Inquest from the search engine list I accidentally included the changes I made to the default clock in an attempt to fix this issue. To no avail so far, btw. |
Its alright, it doesn't work on the other clock fonts so ive been using
those as of late
…On Thu, Dec 5, 2024 at 8:05 PM Nicklas ***@***.***> wrote:
Sorry about that. When I removed Inquest from the search engine list I
accidentally included the changes I made to the default clock in an attempt
to fix this issue.
To no avail so far, btw.
—
Reply to this email directly, view it on GitHub
<#1 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ANOO6SUW5RAY3A6KGVYCRLL2EEPBHAVCNFSM6AAAAABNDIWKCGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKMRSGA3TMMJQGE>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Description.
A clear and concise description of what the bug is.
Steps to reproduce the bug.
Expected behavior.
I would expect the time to show the numbers even if another tab is currently in the foreground.
Screenshots.
System.
Additional context.
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: