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
//-- 这里在移动端下有个奇怪的问题:如果设置了speed参数,也就是当js设置了下面这个css属性,那么这个css动画的时间曲线会变成匀速过渡(linear),所以speed只能默认为false暂时避免这问题。 $('.item').css({'transition-duration':opt.speed+'ms','-webkit-transition-duration':opt.speed+'ms'});
The text was updated successfully, but these errors were encountered:
No branches or pull requests
//-- 这里在移动端下有个奇怪的问题:如果设置了speed参数,也就是当js设置了下面这个css属性,那么这个css动画的时间曲线会变成匀速过渡(linear),所以speed只能默认为false暂时避免这问题。
$('.item').css({'transition-duration':opt.speed+'ms','-webkit-transition-duration':opt.speed+'ms'});
The text was updated successfully, but these errors were encountered: