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
我试了下用 transform: scale(10) 不会模糊,然后用 TransformJs 发现改变的是 matrix3d(10, 0, 0, 0, 0, 10, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1) 这样会出现模糊。这个有什么办法吗?
The text was updated successfully, but these errors were encountered:
Transform(element, true)关闭透视投影
Sorry, something went wrong.
@dntzhang 试过了,这样不行。看其他说法貌似 matrix 是基于像素操作的,所以会导致模糊。最后的解决方法是在 multipointEnd 里用 transform': 'translate(0 0) scale(10)' 放大就可以了。
No branches or pull requests
我试了下用 transform: scale(10) 不会模糊,然后用 TransformJs 发现改变的是 matrix3d(10, 0, 0, 0, 0, 10, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1) 这样会出现模糊。这个有什么办法吗?
The text was updated successfully, but these errors were encountered: