Change CSS Property of 3DImage widget via click or JS.
As context, working on a mobile project.
Goal here is simply to highlight a 3D Image widget when it is being clicked. Obviously the easiest method is with css using the "class:psuedo-class" active state. However that doesn't work.
I have already verified that the property can be applied to the widgets.
My question is as to the best approach?
A) Use JS to change the class of the widget and then run a timeout to change it back after one second?
B) Continue to try and use a psuedo-class?

