Skip to content
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

elbow staggered (delayed) flash on transition #13

Open
sfranzyshen opened this issue Jul 18, 2019 · 1 comment
Open

elbow staggered (delayed) flash on transition #13

sfranzyshen opened this issue Jul 18, 2019 · 1 comment

Comments

@sfranzyshen
Copy link

I understand that the button active states are rem'ed out by default and are commented to be optional ... but the active to inactive transitions on the elbows are staggered and uneven (giving a weird glitching fade) ... here's my fix ... but is there another way to fix this without giving up the delay?

  [class*="bg-"], 
  [class*="bg-"] > *:not([class*="bg-"]){
-	transition:background-color .25s linear, border .25s linear;       // Change this ...
+  	transition:background-color linear, border linear;                 // to this  ...
  }

@sfranzyshen
Copy link
Author

additionally complex-buttons ... only the button part highlights ... the cap and the block don't. The text doesn't either ... but it shouldn't

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant