使用jQuery动画css背景大小的封面

时间:2014-10-31 16:31:39

标签: jquery css3

我有一个背景图像附加到容器div上。

#container {background: url('https://path/to/my.com/img.jpg') no-repeat center 0px fixed; 
                -webkit-background-size: cover;
                     -moz-background-size: cover;
                         -o-background-size: cover;
                                background-size: cover;}

我如何使用jQuery为此设置动画?

var val_x = 120;
$('#container').stop().animate({ 'background-position-x' :val_x}, 500);

0 个答案:

没有答案