Add spatial audio capabilities
This commit is contained in:
parent
9444f43c72
commit
c6b90803f8
12 changed files with 205 additions and 99 deletions
|
|
@ -5,6 +5,10 @@
|
|||
overflow: hidden;
|
||||
cursor: pointer;
|
||||
touch-action: none;
|
||||
|
||||
/* HACK: This has no visual effect due to the short duration, but allows the
|
||||
JS to detect movement via the transform property for audio spatialization */
|
||||
transition: transform 0.000000001s;
|
||||
}
|
||||
|
||||
.videoTile * {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue