Daniil Kolesnikov
Daniil Kolesnikov
As a temporary workaround, you can set option `duration` for `animate()` to almost zero time
https://www.npmjs.com/package/types-aframe-react This package works much better for me. Approach with adding types allows you to write native Aframe tags like ``.
Hey guys, sorry for necroposting, I've just faced the same issue. Without diving deep into the science, here is dirty quick hack to just make things work: ``` window.addEventListener("wheel", (event)...