Tizzle

Results 22 comments of Tizzle

Is there any progress on the sorting/reordering? For me it still sorts alphabetically, while i would like it to be FIFO. Could not find a configuration that would enable this.

Hey @legojesus, thanks for using the component. Unfortunately i stopped working on it, as there is a much more performant alternative developed by the A-Frame core team. I put a...

Hey @elpeyotl, i'm not sure if the behaviour you describe is even possible. It definitely is not recommendable in my opinion. I'll try to explain why i feel that way:...

Hey @flofehrenbacher, that‘s not implemented, yet. I will review if it is sensible to add some more events. I will mark this as an enhancement and get back to you....

I guess we could remove the default value of the rotateTo and set it to undefined. This way the if-clause ⬆️ only fires when a value is present, which should...

After talking to dmarcos from the aframe team i made a branch using an exposed function to change the rotation, as this gets rid of some of the side-effects of...

Hey @weddingdj, sounds like a solid idea to me and like a bug on my side. I will look into this in the next few days. Thanks for the catch!...

Hey @weddingdj, i'm currently looking into this and was able to reproduce the issue. I will now try to fix this. I have one question, though: Can you explain why...

Ah, i thought you might be doing something like this. We already have the rotateTo functionality. Maybe i can build something like moveTo as well. Cheers

Hey @weddingdj, can you tell me how you achieve the animations in the beginning? I tried to implement this using an a-animation entity as a child of the camera. This...