我可以在 jquery 中使用动画函数来动画某些效果。但我想用 webkit 做一些反射动画。我如何传递 webkit css 属性?
$(this).animate({
webkit-box-reflect:below 50px,
top: y,
left: x,
height: photoSizes[1],
width: photoSizes[0]
},{
duration: 1000,
easing: 'easeOutBounce'
});