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
建议判断水平改变距离和垂直改变的距离的角度: 简单计算: dx >= 2 * dy;
可在fmoveSlideX对象move方法中添加 判断如下 Math.abs(fg.distanceX) > Math.abs(fg.distanceY * 2)
感谢作者提供的插件,对我提供了很多的帮助!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
建议判断水平改变距离和垂直改变的距离的角度:
简单计算:
dx >= 2 * dy;
可在fmoveSlideX对象move方法中添加 判断如下
Math.abs(fg.distanceX) > Math.abs(fg.distanceY * 2)
感谢作者提供的插件,对我提供了很多的帮助!
The text was updated successfully, but these errors were encountered: