Aricwithana / LCARS-SDK

A development kit and environment umbrella designed specifically for creating a functional implementation of the LCARS methodology
Other
206 stars 68 forks source link

elbow staggered (delayed) flash on transition #13

Open sfranzyshen opened 5 years ago

sfranzyshen commented 5 years ago

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 commented 5 years ago

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