We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
6.4.3
Chrome
None
https://codesandbox.io/p/live/7312f88b-f683-475f-be4d-fcc74a1143b8
scaling
transform.scaleX
transform.scaleY
transform.original
Return the most current scale value.
Returned the initial scale value as the scaling begins.
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
CheckList
Version
6.4.3
In What environments are you experiencing the problem?
Chrome
Node Version (if applicable)
None
Link To Reproduction
https://codesandbox.io/p/live/7312f88b-f683-475f-be4d-fcc74a1143b8
Steps To Reproduce
scaling
event.transform.scaleX
andtransform.scaleY
value does not change throughout the scaling operation. The value is the same as the ones intransform.original
.Expected Behavior
Return the most current scale value.
Actual Behavior
Returned the initial scale value as the scaling begins.
Error Message & Stack Trace
No response
The text was updated successfully, but these errors were encountered: