-
-
Notifications
You must be signed in to change notification settings - Fork 293
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
Change edge running animation + behavior #2424
Conversation
I originally submitted this with an error. It is now fixed. |
If you're OK with losing rounded corners, you can do a loading animation sort of thing with conic gradients... https://snz5t2.csb.app/ |
That's certainly an interesting idea and definitely worth trying out, thanks for the suggestion |
After thinking about it a bit more, i don't think i'll be able to do that, since the direction that any edge could be going in is arbitrary, i don't think you could adapt a conical gradient to work in every scenario |
Co-authored-by: Michael Schmidt <mitchi5000.ms@googlemail.com>
This changes a few things:
With this, I think it's a bit more obvious what's actually in the process of running. Ideally, this also should reduce CPU usage due to the fewer animations, but I haven't actually checked that.