-
Notifications
You must be signed in to change notification settings - Fork 157
New issue
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
Animation with Events not working #35
Comments
Bumping aframe-react to latest version might help, but I recommend not using |
The ref is really just a way for me to get a hold of the ring and call 'emit'. A component would work the same way. I guess my question is really about the animation. Creating an animation entity inside of a ring works fine in standard Aframe but doesn't here. I'm guessing that something inside react is breaking the linkage between the outer element (the ring) and the inner elements (the animations). Have you experienced this before? |
Try bumping aframe-react and use a component to see if it works. |
I am also having this issue on the latest version of |
Hi, I also have the same problem. My animation are not working on iPad based environment. Thanks for great work, |
I've got a ring which should expand when it emits the 'tapped' event. Using _ref I'm saving a reference to the ring when another click event happens. In the handler I call
Is this the correct way to emit aframe events? Is there a better way to trigger animations? thx!
The text was updated successfully, but these errors were encountered: