码迷,mamicode.com
首页 >  
搜索关键字:animation    ( 2834个结果
iOS动画(Core Animation)使用
一、简介 IOS 动画主要是指Core Animation框架。官方使用文档地址为:Core Animation Guide。 Core Animation是IOS和OS X平台上负责图形渲染与动画的基础框架。Core Animation可以作用与动画视图或者其他可视元素,为你完成了动画所需的大部分绘帧工作。你只需要配置少量的动画参数(如开始点的位置和结束点的位置)即可使用Core Ani...
分类:移动开发   时间:2016-07-13 16:59:28    阅读次数:310
前端之路
一.loging动画http://www.cnblogs.com/lhb25/archive/2013/12/28/loading-spinners-animated-with-css3.html上下浮动动画.xx{ animation:ghostUpdown0.7sinfinitealternate; -webkit-animation:ghostUpdown0.7sinfinitealternate; } @keyframesghostUpdown{ from{ margin..
分类:其他好文   时间:2016-07-13 12:02:51    阅读次数:243
动画的节奏
转自 http://zhangmingwei.iteye.com/blog/2307678 ///设置动画的节奏。。。。EaseIn 就是刚进入的时候慢。。。 animation.timingFunctino = [CAMediaTimingFunction functionWithName:KCA ...
分类:其他好文   时间:2016-07-12 11:52:36    阅读次数:185
flexslider
flexslider是一个出色的jquery滑动切换插件,支持主流浏览器,并有淡入淡出效果。适合初级和高级网页设计师。 查询了网上资料 总结一下flexslider属性 $(function(){ $(".flexslider").flexslider({ animation:"slide" 表示滑 ...
分类:其他好文   时间:2016-07-12 11:47:13    阅读次数:166
动画属性解释
android:pivotX="50"这种方法使用绝对位置定位,相当于代码中的 Animation.ABSOLUTEandroid:pivotX="50%"这种方法相对于控件本身定位,相当于代码中的 Animation.RELATIVE_TO_SELFandroid:pivotX="50%p" 这种 ...
分类:其他好文   时间:2016-07-10 12:29:46    阅读次数:116
animation
浏览器支持 Internet Explorer 10、Firefox 以及 Opera 支持 animation 属性。 Safari 和 Chrome 支持替代的 -webkit-animation 属性。 注释:Internet Explorer 9 以及更早的版本不支持 animation 属 ...
分类:其他好文   时间:2016-07-09 17:49:50    阅读次数:130
封装一个UILabel圆形边框显示进度
封装了一个UILabel并让它显示圆形的边框,UILabel上面显示百份比,而边框则用Animation绘制到整个圆占指定百分比的点。 这只是我个人想的继承一个UILabel实现的,用到两个CAShapeLayer,第一个Layer的作用是画出灰色的背影圆圈,第二个Layer位置放置在第一个Laye ...
分类:其他好文   时间:2016-07-08 23:24:19    阅读次数:296
[ css 动画 animation属性 ] css中animation属性讲解及实现弹力球实例演示
实例: ...
分类:Web程序   时间:2016-07-08 10:09:17    阅读次数:223
cocos2dx tools
2dskeletonanimation-spinetiledmapeditorTexturePackerSpriteIlluminatorPhysicsEditor(https://www.codeandweb.com)
分类:其他好文   时间:2016-07-07 11:15:09    阅读次数:218
在桌面上创建快捷方式
在桌面上创建快捷方式 Handler Message Animation ...
分类:其他好文   时间:2016-07-06 21:27:48    阅读次数:128
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!