Possible to make AR prompt only show once or twice?

New to Threejs and know html and css but have a tough time with js. My project can be viewed here…

I have the AR “hand/finger” prompt activated in my project, is there any way to have it just pop up and animate just once or twice then stop? If I’m not calling the feature by it’s correct name, it’s a hand/finger icon that shows up and partially rotates the model to show the user that the model is interactive. Any help would be greatly appreciated.

Thanks.

Mike

AFAIK, you can only disable it completely via adding the interaction-prompt="none" attribute to your model-viewer tag. Check out if you can make use of the other interaction- attributes from the following documentation page: <model-viewer> Examples and Documentation