Multimedia feedback #100

Open
opened 2026-05-22 06:03:32 +00:00 by utopiah · 2 comments
Owner

Most onpicked or onreleased actions should have a form of confirmation.

It could be a temporary glow or scale change of the selected element.

Consider emitting events for AFRAME.registerComponent('onreleased', { /* ... */ }) and AFRAME.registerComponent('onpicked', { /* ... */ }) in https://git.benetou.fr/utopiah/biggu_s_gate/src/branch/main/pages/jxr-core.js#L209-L244 which could then be customized, delegating this to the page.

Most `onpicked` or `onreleased` actions should have a form of confirmation. It could be a temporary glow or scale change of the selected element. Consider emitting events for `AFRAME.registerComponent('onreleased', { /* ... */ })` and `AFRAME.registerComponent('onpicked', { /* ... */ })` in https://git.benetou.fr/utopiah/biggu_s_gate/src/branch/main/pages/jxr-core.js#L209-L244 which could then be customized, delegating this to the page.
Author
Owner

Overall this is aligned with the "juice" mentioned in #50 (comment)

Overall this is aligned with the "juice" mentioned in https://git.benetou.fr/utopiah/biggu_s_gate/issues/50#issuecomment-1327
utopiah added the Beyond NLNet2025-04 label 2026-05-22 19:18:31 +00:00
utopiah added the Remixing label 2026-05-29 12:24:03 +00:00
utopiah removed the Beyond NLNet2025-04 label 2026-05-29 13:34:31 +00:00
Author
Owner

Tested in onboarding component.

Tested in `onboarding` component.
Sign in to join this conversation.