In the UI Toolkit, under the Transform section of a Visual Element, I am able to rotate it along one axis. Is it possible to rotate an element along Y-axis or other axes?
I would like to do something like this:
.card {
transform: rotateY(180deg);
}