码迷,mamicode.com
首页 >  
搜索关键字:transparent    ( 581个结果
unity3d shader中RenderType的所有类型
Opaque: 用于大多数着色器(法线着色器、自发光着色器、反射着色器以及地形的着色器)。Transparent:用于半透明着色器(透明着色器、粒子着色器、字体着色器、地形额外通道的着色器)。TransparentCutout: 蒙皮透明着色器(Transparent Cutout,两个通道的植被着...
分类:编程语言   时间:2014-11-14 13:57:20    阅读次数:227
Android使用ShowcaseView添加半透明操作提示图片的方法
http://beeder.github.io/2014/11/11/how-to-add-a-semi-transparent-demo-screen-using-showcaseview/ 这篇文章详细介绍了怎样使用ShowcaseView添加半透明操作提示图片的方法,以及完整源代码。 效果图如下:...
分类:移动开发   时间:2014-11-13 12:56:44    阅读次数:211
html知识收集(一)
1.页内跳转iframe122.打开链接新窗口中打开在原窗口中打开3.text元素设为只读4.css技巧默认样式值:* {margin: 0; padding: 0; background-color: transparent;}css中子元素自动继承父元素的属性值对同一元素的css定义有多种,以最...
分类:Web程序   时间:2014-11-10 09:49:15    阅读次数:217
android UI生成器
可根据选择的效果生成资源http://jgilfelt.github.io/android-actionbarstylegenerator/#name=example&compat=sherlock&theme=light&actionbarstyle=transparent&texture=0&h...
分类:移动开发   时间:2014-11-07 18:52:37    阅读次数:233
51cto的border小三角
#colorNav ul li:first-child:before {content: '';position: absolute;width: 1px;height: 1px;border: 5px solid transparent;border-bottom-color: #313131;l...
分类:其他好文   时间:2014-11-05 17:07:09    阅读次数:118
CSS透明属性详解
.transparent_class {filter:alpha(opacity=50);-moz-opacity:0.5;-khtml-opacity: 0.5;opacity: 0.5;}上面的几个属性分别是:opacity: 0.5; 这是最重要的,因为它是CSS标准.该属性支持firefox...
分类:Web程序   时间:2014-11-04 14:32:39    阅读次数:227
下面这段代码,是今天学到的新知识,背景色透明,里面的内容不透明
1.针对IE浏览器.demo{ background-color:transparent; filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#26FFFFFF, endColorstr=#26FFFFFF)}2.针对FF...
分类:其他好文   时间:2014-10-31 13:26:35    阅读次数:110
4.7版本的qt中qml的背景透明设置和最小化
qml中的背景透明设置:view.setStyleSheet("background:transparent;");view.setAttribute(Qt::WA_TranslucentBackground);qml中设置背景透明后showMinimized()(最小化)不好用解决方案是:对qml的焦点事件重载头文件:#ifndefQML_WIDGET_SET_H#defineQML_WIDGET_SET_H#includ..
分类:其他好文   时间:2014-10-28 15:49:33    阅读次数:216
A Tour of Go Pointers
Go has pointers, but no pointer arithmetic.Struct fields can be accessed through a struct pointer. The indirection through the pointer is transparent....
分类:其他好文   时间:2014-10-27 00:18:05    阅读次数:174
CSS透明度
.transparent_class { filter:alpha(opacity=50); -moz-opacity:0.5; -khtml-opacity: 0.5; opacity: 0.5;}UPDATE: I wanted to pull this post out...
分类:Web程序   时间:2014-10-24 15:59:58    阅读次数:212
581条   上一页 1 ... 49 50 51 52 53 ... 59 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!