We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
Thanks for the great work - I'm using the gesture-handler / gesture-detector and it is working well.
I recently added the animation="property: rotation; to: 0 360 0; loop: true; dur: 10000" to a-entity to have the models rotate automatically.
animation="property: rotation; to: 0 360 0; loop: true; dur: 10000"
a-entity
When this happens you can still pinch to zoom but can no longer use one finger to rotate the object
Do you know how to disable the rotation animation on touch?
Thanks in advance!
The text was updated successfully, but these errors were encountered:
A-Frame always has priority. A-Frame's or look-at will every time prevent gestures.js functions from mixing.
If you want to initially have animation of a model, you may need to pause or disable it or remove entirely when touch is detected. See https://aframe.io/docs/1.3.0/components/animation.html#api for more info on animation events.
Sorry, something went wrong.
No branches or pull requests
Hi,
Thanks for the great work - I'm using the gesture-handler / gesture-detector and it is working well.
I recently added the
animation="property: rotation; to: 0 360 0; loop: true; dur: 10000"
toa-entity
to have the models rotate automatically.When this happens you can still pinch to zoom but can no longer use one finger to rotate the object
Do you know how to disable the rotation animation on touch?
Thanks in advance!
The text was updated successfully, but these errors were encountered: