Here's what I'm trying to figure out:
I have a div with rotateY property applied to it, now i want to get this value using javascript.
<div class="test" style="transform: rotateY(90deg);"></div>
I want to target this div and access its rotateY value, the javascript code should return an integer value of 90