标签:des style blog http color java 使用 os
前段时间一直在忙微课比赛的事情,博客更新比较少,抱歉,今天抽空一更。
前面我们曾经用两篇文章《纯CSS3文字效果推荐》、《CSS3立体文字最佳实践》给大家介绍过利用CSS3 text-shaodwo实现阴影文字、立体文字效果,但是纯css3实现的方式也有局限性,比如大量应用时会延缓页面加载速度,效果的可控制性不强,今天给大家推荐一个js插件来弥补这些缺失,隆重推出shine.js。
大家可以看看这篇文章《Better than Pure CSS3》学学使用方法,也可以到官方网站具体学习。
Parameter | Type | Description |
---|---|---|
domElement | !HTMLElement |
应用阴影的元素 |
optConfig | ?shinejs.Config= |
存储阴影参数的配置对象(Optional config instance),可省略,如果省略将传递默认参数。 |
optClassPrefix | ?string= |
给所有的阴影对象增加前缀,默认为shine-。 |
optShadowProperty | ?string= |
Optional property name that the shadow will be applied to. Overrides the automatic detection for use of eithertextShadow or boxShadow . The value will be applied aselement.style[shadowProperty] = ‘...‘ and automatically prefixed for legacy browsers (e.g. MozBoxShadow ). |
Shine.prototype.draw()
Shine.prototype.destroy()
Shine.prototype.updateContent(optText)
Shine.prototype.enableAutoUpdates()
Shine.prototype.disableAutoUpdates()
Property | Type | Description |
---|---|---|
domElement | HTMLElement |
The DOM element to apply the shine effect to. |
config | shinejs.Config |
Stores all config parameters. |
light | shinejs.Light |
Stores the light position and intensity. |
超越纯CSS3,超赞阴影效果推荐-shine.js,布布扣,bubuko.com
标签:des style blog http color java 使用 os
原文地址:http://www.cnblogs.com/iasd923/p/3886808.html