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

Implement loading spinners mechanism #10

Closed
Wolfr opened this issue May 29, 2013 · 1 comment
Closed

Implement loading spinners mechanism #10

Wolfr opened this issue May 29, 2013 · 1 comment
Assignees
Labels
Milestone

Comments

@Wolfr
Copy link
Owner

Wolfr commented May 29, 2013

Requirements

  • Needs to be able to center in
  • need to be able to get colored through CSS
  • needs to be able to have a shadow through CSS
  • preferably uses CSS animations only

Ideas

Topcoat spinners are nice for Android style spinners:

screen shot 2013-05-29 at 21 54 01

Also see http://37signals.com/svn/posts/2577-loading-spinner-animation-using-css-and-webkit

@ghost ghost assigned Wolfr Jun 9, 2013
@Wolfr
Copy link
Owner Author

Wolfr commented Jun 13, 2013

Find way to add spin.js spinner to any element with .loading

var target = document.getElementById('foo');
var spinner = new Spinner(opts).spin(target); 

@Wolfr Wolfr closed this as completed Jun 24, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant