jQuery框阴影动画 - 有可能吗?

时间:2011-04-05 03:57:09

标签: javascript jquery css3 animation jquery-animate

  

可能重复:
  Correct way to animate box-shadow with jQuery

如何使用animate()函数?

我试过这个解决方案: Correct way to animate box-shadow with jQuery

...
  .animate({
    marginTop: '-20px',
    marginLeft: '-20px',
    width: '200px',
    height: '200px',
   'boxShadowX': '10px',
   'boxShadowY':'10px',
   'boxShadowBlur': '20px'
  }, 200);
...

但它不起作用......

1 个答案:

答案 0 :(得分:4)

您提供的链接使用的是https://github.com/brandonaaron/jquery-cssHooks/raw/master/boxshadow.js,请确保您正在调用该脚本。

您还可以查看优秀的jQuery Shadow动画插件http://www.bitstorm.org/jquery/shadow-animation/