superframe icon indicating copy to clipboard operation
superframe copied to clipboard

:package: A super collection of A-Frame components.

Results 92 superframe issues
Sort by recently updated
recently updated
newest added

The old animation component uses `begin` for `delay` and uses `delay` to put a gap between animations playing in a loop. I propose the use of `offset` to do the...

I've been unable to use text geometry with a a typeface included via `require()` according to the readme this should be possible - has something broken? I think the ideal...

Hi, Thanks for providing the template-looper example. I have tried to adapt it and create a component that would allow you to transition between scenes on a hotspot/object that is...

Using master branch of kframe animation and master of aframe and animation-timeline. ``` ``` ``` ``` ``` ``` Nothing special is being done, animation plays once and never loops, numeric...

Hi Kevin First - awesome work! Second - I'd love to be able to include your components individually from the node_modules folder - right now I'm working around this by...

I'm having some issues when applying the following template: ``` ``` When applied to an entity the child `` entities come through, but their position resets to 0: ``` ```...

hi I was trying to integrate the text-geometry script with AR.js from: https://github.com/ngokevin/kframe/tree/master/components/text-geometry however it failed and get the error: ``` AFRAME is not defined at Object. ``` Any hope...

In mobile i use cursor=rayOrigin y aabx-colider works fine, but when using other components like a-link fails to follow the link. After some modifications, i ended with conflicts between a-link...

Nice work on the new animation timelines! Had been thinking of putting this idea (below) in aframe-extras, but might as well discuss it to see if we can converge. The...