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

Update Legend page with new flashing balls #22

Closed
mikebell opened this issue Oct 1, 2013 · 6 comments
Closed

Update Legend page with new flashing balls #22

mikebell opened this issue Oct 1, 2013 · 6 comments

Comments

@mikebell
Copy link
Contributor

mikebell commented Oct 1, 2013

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
Copy link
Owner

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
Copy link
Collaborator

We're replacing flashing balls with spinners, right?

@mikebell
Copy link
Contributor Author

mikebell commented Oct 2, 2013

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

@kevinburke
Copy link
Owner

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//issues/22#issuecomment-25521533
.


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

@kevinburke
Copy link
Owner

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

@mikebell
Copy link
Contributor Author

mikebell commented Oct 2, 2013

Yup this looks good, thanks

@mikebell mikebell closed this as completed Oct 2, 2013
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

3 participants