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
在抽奖动画方案中,利用中间的指针部分(指针由针头和末尾的圆组成)做旋转达到抽奖效果。动画启动肉眼可发现指针在抖动。
图片切成只有指针的针头部分,指针末尾的圆圈跟背景奖盘是一张整体的图片,肉眼看不出来抖动
-webkit-transition: all 3s ease-in-out 0; -webkit-transform:rotate(360deg);
The text was updated successfully, but these errors were encountered:
No branches or pull requests
描述
在抽奖动画方案中,利用中间的指针部分(指针由针头和末尾的圆组成)做旋转达到抽奖效果。动画启动肉眼可发现指针在抖动。
解决方案
图片切成只有指针的针头部分,指针末尾的圆圈跟背景奖盘是一张整体的图片,肉眼看不出来抖动
相关代码
The text was updated successfully, but these errors were encountered: