Volumetrics-io / mrjs

An extensible WebComponents library for the Spatial Web
https://mrjs.io
MIT License
148 stars 9 forks source link

add `loop` and `loopMode` capabilities for AnimationSystem, fix for `comp-audio` to match `comp-anim`: `state`-->`action` #599

Closed hanbollar closed 2 months ago

hanbollar commented 2 months ago

Linking

related to:

Problem

loop not implemented for data-comp-animation

Solution

implement it

Breaking Change

YES!!

Notes

...


Required to Merge

https://github.com/Volumetrics-io/mrjs/assets/19377312/799ab370-5f30-412a-8643-59b4241214c5

render[bot] commented 2 months ago

Your Render PR Server URL is https://examples-mrjs-pr-599.onrender.com.

Follow its progress at https://dashboard.render.com/static/srv-coo4ia7sc6pc73a8rg90.

michaelthatsit commented 2 months ago

Approved for merge.

I use object.property pretty much everywhere so we miiight need to decide which approach to take across the board for consistency at some point.

hanbollar commented 2 months ago

I use object.property pretty much everywhere so we miiight need to decide which approach to take across the board for consistency at some point.

oh i think object.property is fine most places we have it - i just think this is an edge situation where we need to be very careful of user entry given the multiple options that arent just true/false