码迷,mamicode.com
首页 >  
搜索关键字:animations    ( 297个结果
Animations
一、+ (void)beginAnimations:(NSString *)animationID context:(void *)context; 开始一个动画[UIView beginAnimations:@"go" context:nil]; 4.0以后推荐使用+ (void)animateW ...
分类:其他好文   时间:2016-05-31 10:14:00    阅读次数:211
BaseControl按钮合集
BaseControl按钮合集 效果 源码 https://github.com/YouXianMing/Animations 说明 本人一共封装了3种按钮的基类控件,以上是一个示例演示,演示如何通过继承来实现想要的效果. ...
分类:其他好文   时间:2016-05-26 18:47:49    阅读次数:197
多步动画和过渡
转载自http://www.w3cplus.com/css3/using-multi-step-animations-transitions.html CSS animations 用法简洁功能强大,一个完整的动画只需命名、@keyframes 关键帧定义以及绑定到元素三个步骤。虽然 CSS ani ...
分类:其他好文   时间:2016-05-16 19:13:50    阅读次数:148
Web动画API教程2:AnimationPlayer和Timeline
转载自http://www.w3cplus.com/css3/web-animations-api-tutorial-part-2-the-animationplayer-and-timeline-controls.html 现在我们已经知道如何使用统一Web动画API创建基本动画了,我们来谈谈动画 ...
分类:Windows程序   时间:2016-05-16 17:10:23    阅读次数:262
Web动画API教程1:创建基本动画
转载自http://www.w3cplus.com/css3/web-animations-api-tutorial-part-1-creating-a-basic-animation.html 我们已经初步了解了统一web动画API的内容,但是我们还没有真正去对规范的细节进行探讨,所以现在开始吧。 ...
分类:Windows程序   时间:2016-05-16 15:48:04    阅读次数:264
Web动画API教程5:可爱的运动路径(Motion Path)
转载自http://www.w3cplus.com/css3/web-animations-api-tutorial-part-5-the-loveable-motion-path.html 终于。沿路径的动画,不再是SVG的专利! Motion Path:规范的当前方向 随着API规范已经制定好并 ...
分类:Windows程序   时间:2016-05-16 14:31:52    阅读次数:265
Web动画API教程4:GroupEffects 及 SequenceEffects
转载自http://www.w3cplus.com/css3/web-animations-api-tutorial-part-4-groupEffects-and-sequenceEffects.html 我们来继续我们关于Web动画API中多动画的探讨,讨论一下现在polyfill中提供的分组和 ...
分类:Windows程序   时间:2016-05-16 14:16:42    阅读次数:184
Web动画API教程: 总结
转载自http://www.w3cplus.com/css3/web-animations-api-tutorial-animations-conclusion.html 我们前面已经讲解了很多内容,而且希望能够解决Web动画API到底是什么的问题。在总结这个系列时,我们将回顾一下我们已经讨论的内容 ...
分类:Windows程序   时间:2016-05-16 14:16:24    阅读次数:204
Web动画API教程3:多个动画
转载自http://www.w3cplus.com/css3/web-animations-api-tutorial-part-3-multiple-animations.html 在关于AnimationPlayer和时间轴的讨论之后,我们来看看多动画和多player吧。 给一个元素添加多个动画 ...
分类:Windows程序   时间:2016-05-16 12:45:59    阅读次数:209
Web动画:学习使用API
转载自http://www.w3cplus.com/animation/web-animations-learning-to-love-the-api.html 如果你使用过SVG,你应该知道可以使用SMIL给SVG添加动画。CSS Transitions和keyframes动画都可以操作CSS属性 ...
分类:Windows程序   时间:2016-05-16 12:42:33    阅读次数:302
297条   上一页 1 ... 7 8 9 10 11 ... 30 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!