vityavv
vityavv

Reputation: 1490

A-frame cursor timeout not working

I have code which, when you look at an element, it moves. I achieve this using a-cursor with fuse="true". I want to make the fuseTimeout 100 milliseconds and I tried adding the following to the <a-cursor> element:

Here is the full code: https://jsfiddle.net/be1pgjyv/7/

Upvotes: 1

Views: 551

Answers (1)

ngokevin
ngokevin

Reputation: 13233

Try fuse-timeout="100". The docs are off, will fix.

Upvotes: 2

Related Questions