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

Component Wishlist #64

Open
ngokevin opened this issue May 23, 2017 · 2 comments
Open

Component Wishlist #64

ngokevin opened this issue May 23, 2017 · 2 comments

Comments

@ngokevin
Copy link
Member

If you have a component you want to see, comment here. Ideally, describe what the component would do and which properties you'd like to see the component have.

@donmccurdy
Copy link
Member

donmccurdy commented Jul 28, 2017

Idea to improve polish — I'd like to see a loading progress component, like this:

<a-scene loading="style: spinner;
                  color: #fff;
                  background: #ef2d5e;
                  text: Please wait...;">

  <!-- ... -->

</scene>

The component could support custom foreground/background colors, a text blurb, and 2-3 spinner styles. It should just remove itself when the first frame renders.

We could use something like http://tobiasahlin.com/spinkit/ — bunch of clean, minimal spinners, each just a few lines of CSS.

See also: aframevr/aframe#925

@banada
Copy link

banada commented Jan 28, 2018

I made a little loading component using SpinKit.

It should just remove itself when the first frame renders.

I found that the rendering of my models is rate-limiting, not the asset loading.
So, I listen to the 'model-loaded' event on a-obj-model instead of 'loaded' on a-asset-item. Would this still be useful to you guys?

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