kevinburke / doony

UI Improvements for Jenkins
http://doony.org
Other
970 stars 116 forks source link

Update Legend page with new flashing balls #22

Closed mikebell closed 10 years ago

mikebell commented 10 years ago

The legend page shows the old flashing gifs

jenkins 2013-10-01 23-24-22

Not sure how this would be done in pure css.

Little research shows it's possible using:

-webkit-transition: opacity 1s ease-in-out; -moz-transition: opacity 1s ease-in-out; -o-transition: opacity 1s ease-in-out;

More info here - http://css3.bradshawenterprises.com/cfimg/

kevinburke commented 10 years ago

I need to update the Javascript to just check any image ending in blue_anime.gif, red_anime.gif etc and replace it with its equivalent spinner. This isn't modular at the moment.

kyleconroy commented 10 years ago

We're replacing flashing balls with spinners, right?

mikebell commented 10 years ago

Yes I think so, at least that's what's used at the moment.

kevinburke commented 10 years ago

this should be fixed

On Wednesday, October 2, 2013, Mike Bell wrote:

Yes I think so, at least that's what's used at the moment.

— Reply to this email directly or view it on GitHubhttps://github.com/kevinburke/doony/issues/22#issuecomment-25521533 .


Kevin Burke | 415-723-4116 | www.twilio.com

kevinburke commented 10 years ago

@digital006 can you try it out again? the legend i'm using locally is showing the correct orbs

mikebell commented 10 years ago

Yup this looks good, thanks