applying rotate to an element changes every other transform values in getComputedStyle and matrix
I’m trying to get the transform values from my element in js using getComputedStyle and DOMMatrixReadOnly. everything is fine until I add a rotate transform to that element. then every other transform values get messed up. I just want to get the exact same values that I have put in the css file