码迷,mamicode.com
首页 >  
搜索关键字:transform    ( 3699个结果
CSS3 Transform 变形
transform 属性向元素应用 2D 或 3D 转换。该属性允许我们对元素进行旋转、缩放、移动或倾斜。w3Schollhttp://www.w3school.com.cn/cssref/pr_transform.asp浏览器支持transform: none|transform-function...
分类:Web程序   时间:2015-03-09 18:52:22    阅读次数:188
知乎、虎嗅文章1 -- chrome书签整理
22、http://www.css3generator.in/default.html#css-transform-generatorCSS效果在线调试,通过各种滑动1、http://kb.cnblogs.com/page/503769/伟大的程序员是怎样炼成的?出自博客园的程序人生1、http:/...
分类:其他好文   时间:2015-03-09 12:32:39    阅读次数:216
css3实践之摩天轮式图片轮播+3D正方体+3D标签云(perspective、transform-style、perspective-origin)
本文主要通过摩天轮式图片轮播的例子来讲解与css3 3D有关的一些属性。 demo预览:摩天轮式图片轮播 (貌似没兼容360 最好用chrome)3D正方体(chrome only)3D标签云(css3版 chrome only)3D标签云(js版 chrome only)前文回顾 在前面的...
分类:Web程序   时间:2015-03-09 10:43:13    阅读次数:173
css3实践之图片轮播(Transform,Transition和Animation)
原文:css3实践之图片轮播(Transform,Transition和Animation) 楼主喜欢追求视觉上的享受,虽常以牺牲性能无法兼容为代价却也乐此不疲。本文就通过一个个的demo演示来简单了解下css3下的Transform,Transition和Animation。 本文需要实现效果:(...
分类:Web程序   时间:2015-03-09 09:21:44    阅读次数:1113
USACO Section1.2 Transformations 解题报告
transform解题报告—— icedream61 博客园(转载请注明出处)------------------------------------------------------------------------------------------------------------...
分类:其他好文   时间:2015-03-09 00:22:26    阅读次数:197
前端两则手记
position:fixed;在chrome滚动的时候发生闪动的问题。加上-webkit-transform:translateZ(0);关于png图片在IE里透明的问题。
分类:其他好文   时间:2015-03-09 00:16:17    阅读次数:146
异常处理
1.抛出异常:throw 异常对象;下面的代码是一个进制转换代码,可以转换为2进制和8进制,如果输入其他参数,则抛出异常。 1 public static String transform(int value,int radix){ 2 if(value <0 ) 3 ...
分类:其他好文   时间:2015-03-06 23:32:49    阅读次数:151
Arbitrage
DescriptionArbitrage is the use of discrepancies in currency exchange rates to transform one unit of a currency into more than one unit of the same cu...
分类:其他好文   时间:2015-03-06 16:17:52    阅读次数:165
CSS3动画-抛物线
CSS3动画之抛物线今天来说下CSS3动画,目标是让一个方块做抛物线运动。主要用到的CSS3属性有animation,transform,@keyframes,transition等。 GPU硬件加速。...
分类:Web程序   时间:2015-03-05 23:45:18    阅读次数:368
IOS 开发笔记-基础 UI(4)按钮的使用(transform属性)和学习案例
利用transform属性可以修改控件的位移(位置)、缩放、旋转。经常用在动画里,比如旋转角度,动画缩放,平移等先学几个 xcode 开发的小技巧:故事板的viewcontroll,可以直接拖拽复制,且不同项目里的图片素材也可以相互拖拽复制使用,但是图片的拖拽复制要按option 健进行,否则就是剪...
分类:移动开发   时间:2015-03-05 22:15:29    阅读次数:397
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!