I'm wondering how I can get the scale value of an element?
I have tried $(element).css('-webkit-transform');
which returns matrix(scaleX,0,0,scaleY,0,0);
Is there a way of getting scaleX
and scaleY
only?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…