码迷,mamicode.com
首页 >  
搜索关键字:animations    ( 297个结果
css3动画
动画库使用微场景页面 animations.css ...
分类:Web程序   时间:2016-04-01 14:32:15    阅读次数:1033
iOS UIView 动画浅谈
UIView 等会效果简单实现,哪一个登录页面的demo来举例子吧. + (void)animateWithDuration:(NSTimeInterval)duration animations:(void (^)(void))animations; UIView的一个类方法,可以看出这个方法里面 ...
分类:移动开发   时间:2016-03-30 19:25:04    阅读次数:324
优化算法动画演示Alec Radford's animations for optimization algorithms
Alec Radford has created some great animations comparing optimization algorithms SGD, Momentum, NAG, Adagrad, Adadelta,RMSprop (unfortunately no Adam) ...
分类:编程语言   时间:2016-03-28 13:28:40    阅读次数:448
Unity-资源
Unity的默认系统单位为"米" Model:模型的设置面板 Meshes:网格。 Normal&Tangents:法线和切线。 Materials:材质。 Rig:操控命令面板。 Animation Type:动画类型。 Animations:动画。 unity支持的图像文件格式包括TIFF,PS
分类:编程语言   时间:2016-03-18 12:04:14    阅读次数:251
CSS3中动画效果Transitions与Animations的区别
在CSS3中,如果我们使用动画功能,可以使页面上的文字或图像具有动画效果,可以使我们的页面更加生动具有吸引力。 在CSS3中我们可使用的动画功能有两种,Transitions与Animations。下面我们来看看它们两者的区别。 首先来看Transitions功能,它的属性有: transition
分类:Web程序   时间:2016-03-05 14:38:52    阅读次数:136
react router animation example
https://github.com/reactjs/react-router/tree/80c71d57c936ed54babdde44309c01f6a4b56b77/examples/animations https://github.com/chenbeitingting/react-rou
分类:其他好文   时间:2016-03-05 01:44:08    阅读次数:269
简单的圆形图标鼠标hover效果 | CSS3教程
演示 本教程将和大将分享一些简单的圆形图标在鼠标hover时的动画效果。这种效果在不少时尚的酷站上都有。本教程中的例子主要是利用在a元素的伪元素上使用CSS transitions和animations来制作。图标的创建将使用IcoMoon app来完成。 注意:不是每一个浏览器都支持伪元素,最好是
分类:Web程序   时间:2016-02-27 12:14:47    阅读次数:298
用SDWebImage加载FLAnimatedImage
用SDWebImage加载FLAnimatedImage 效果 源码 https://github.com/YouXianMing/Animations // // GifPictureController.m // Animations // // Created by YouXianMing o
分类:Web程序   时间:2016-02-22 22:06:38    阅读次数:423
UIView的动画之初步学习
animateWithDuration:<#(NSTimeInterval)#> delay:<#(NSTimeInterval)#> options:<#(UIViewAnimationOptions)#> animations:<#^(void)animations#> completion:<
分类:其他好文   时间:2016-02-22 17:28:21    阅读次数:179
UITableView加载网络数据的优化
UITableView加载网络数据的优化 效果 源码 https://github.com/YouXianMing/Animations // // TableViewLoadDataController.m // Animations // // Created by YouXianMing on
分类:其他好文   时间:2016-02-03 22:31:35    阅读次数:226
297条   上一页 1 ... 9 10 11 12 13 ... 30 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!