Jquery中文网 www.jquerycn.cn
Jquery中文网 >  jQuery  >  jQuery 插件  >  正文 Real Shadow

Real Shadow

发布时间:2014-07-10   编辑:www.jquerycn.cn
这个插件可以创建非常真实的阴影效果。非常适合做 demo 或者首页。 示例代码: $(selector).realshadow(); // options are optional $(selector).realshadow({ followMouse: false, // true by default pageX: x, // x coordinate of the light source pageY: y //
这个插件可以创建非常真实的阴影效果。非常适合做 demo 或者首页。 示例代码: $(selector).realshadow(); // options are optional $(selector).realshadow({ followMouse: false, // true by default pageX: x, // x coordinate of the light source pageY: y // y coordinate of the light source c: { // shadow color r: 1, // red channel for shadow g: 1, // green channel for shadow b: 1, // blue channel for shadow } });

您可能感兴趣的文章:
CSS3实现鼠标悬停提示气泡效果
css3特效 box-shadow制作loading图教程
css中阴影效果box-shadow的应用技巧
CSS3 text-shadow 属性
CSS3 text-shadow 属性
CSS3 box-shadow 属性
CSS3 box-shadow 属性
CSS 阴影效果(无需图片即可实现)
CSS3下Animations动画库示例
jquery实现div阴影效果示例代码

[关闭]