码迷,mamicode.com
首页 >  
搜索关键字:animation    ( 2834个结果
xamarin.form Animation动画
动画分为几种:Translate(平移),Scale(放大缩小),Rotate(旋转),Flip(沿着X轴或者Y轴翻转),Fade(淡入淡出),Layout(重新指定长款距离) 只要是继承自VirtualElement这些父类就可以使用这些控件 1。Translate使用control.Transl ...
分类:其他好文   时间:2018-12-01 11:12:38    阅读次数:400
CABasicAnimation 3D旋转
//动画为沿y轴旋转 let animation = CABasicAnimation(keyPath: "transform.rotation.y") animation.fromValue = 0 animation.toValue = Double.pi * 2 animation.repea... ...
分类:其他好文   时间:2018-11-30 11:15:55    阅读次数:192
css3动画
animation-name:指定由@keyframes描述的关键帧; animation-duration:设置动画完成一个周期的时长; animation-timing-function:设置动画速度; animation-direction:设置动画是否反向播放;注意animation-dir ...
分类:Web程序   时间:2018-11-29 23:21:46    阅读次数:463
CSS实现太极图(3个div实现)
使用三个div实现太极图的步骤如下: HTML部分 第一步,画一个宽高为300px的圆,并为其加上阴影(为了看起来有立体感) /*animation:rotation 2.5s linear infinite; -webkit-animation:rotation 2.5s linear infin ...
分类:Web程序   时间:2018-11-29 22:30:05    阅读次数:524
学习iOS最权威的网站
一、Apple 开发者网站 官方文档 https://developer.apple.com/documentation 除了这两个、还有 Core Foundation Core Animation Core Image 等、 赶快点击网站去瞧瞧吧 https://developer.apple. ...
分类:移动开发   时间:2018-11-29 17:58:53    阅读次数:187
animation和transition得区别
animation 和 transition 具体使用方法简易实例 animation .box{ width:100px; height:100px; backgound-color:red; position:absolute; top:0; right: 300px; animation: m ...
分类:其他好文   时间:2018-11-28 17:27:26    阅读次数:480
带有动画的字体
.textShadowChange { animation: bilingbiling 2s ease infinite alternate; } @keyframes bilingbiling { from { text-shadow: 0 0 1px white, 0 0 2px white,.... ...
分类:其他好文   时间:2018-11-23 20:41:38    阅读次数:200
2018-11-23
https://iching.codes/ 生成易经卦象二维码 https://www.codelike.in/animation/binary-search-tree/ 链表 二叉树 我写小说的秘诀就是不停的修改,每次修改都必须让小说变得更短,第二稿至少比第一稿短10%。-- 《畅销小说之王斯蒂芬 ...
分类:其他好文   时间:2018-11-23 16:09:08    阅读次数:158
如何不用 transition 和 animation 也能做网页动画
效果预览 在线演示 按下右侧的“点击预览”按钮可以在当前页面预览,点击链接可以全屏预览。 https://codepen.io/comehope/pen/BxbQJj 可交互视频教程 此视频是可以交互的,你可以随时暂停视频,编辑视频中的代码。 请用 chrome, safari, edge 打开观看 ...
分类:Web程序   时间:2018-11-21 15:47:04    阅读次数:189
kotlin中实现匿名内部类
1.常规的方式实现匿名内部类 valueAnimator.addUpdateListener(object :AnimatorUpdateListener { override fun onAnimationUpdate(animation: ValueAnimator?) { currentPoi ...
分类:其他好文   时间:2018-11-19 17:26:18    阅读次数:478
2834条   上一页 1 ... 34 35 36 37 38 ... 284 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!