Dan Sinni
Dan Sinni
When using string interpolation in `bind-for`, e.g., `data-order="{{sortOrder}}"`, the value of `0` gets converted to an empty string, rather than returning `0`. ``` js initialState: { users: [ sortOrder: 0,...
As it is now, it seems that when setting `orderAttribute`, the attribute values must be unique, consecutive and must also start from `0` or items are not displayed. Regarding starting...
It would be great if `bind-for` and `bind-item` allowed access to the loop index so that it could be used for things such as numbering items as they are displayed...
It would be really cool if `dir: alternate` caused the animation to alternate on each `startEvent` when looping isn't enabled. An example of this could be something like a lever...
Hi again! :D Is it currently possible to use an external template file as an A-Frame asset? I figured there was added benefit to having the templates defined as assets,...
I've noticed some inconsistencies between Gear VR and Oculus Go in `movement-controls`. When using A-Frame `0.8.2`, Oculus Go controls let you move forward, backward, and strafe side to side; this...
This one cropped up while I was putting some demos together for #225 . In the demo below, I'm using a `crate-generator` component to spawn crates within a parent container...
I've been working in A-Frame for a little while now and have just stumbled upon this a few days ago. Needless to say I was excited by it's potential usefulness....
I'm not sure how difficult this would be with the current spec, but it would be great if models could be exported with built-in environment maps. Adding environment maps in...
I stumbled upon this component a bit ago and thought it would be useful. I just tried using it with no luck in A-Frame `0.8.2`, then switched to `0.3.0` (which...