码迷,mamicode.com
首页 >  
搜索关键字:duration    ( 1036个结果
css3动画记录
/*动画:s*/.animated { animation-duration: 1.5s !important; -webkit-animation-duration: 1.5s !important; animation-fill-mode: both !important; -webkit-an ...
分类:Web程序   时间:2020-02-29 10:19:35    阅读次数:102
小程序 wx.showToast 延时跳转
wx.showToast({ title: '成功', icon: 'success', duration: 2000, success:function(){ console.log('haha'); setTimeout(function () { //要延时执行的代码 wx.switchTab ...
分类:微信   时间:2020-02-25 18:28:38    阅读次数:96
Pod 中容器重启流程
背景测试的时候,通常需要将Pod中的container频繁地杀死,重启。在这个过程中,Pod的状态经常会出现CrashLoopBackOff,而且container重启的时间越来越长。分析为了避免container频繁地restart,k8s对containerrestart过程做了限制,使用back-off的方法,官方文档中的说法是:Failedcontainersthatarerestarte
分类:其他好文   时间:2020-02-24 00:00:23    阅读次数:219
5.6 CSS3 animation动画
1、@keyframes 定义关键帧动画2、animation-name 动画名称3、animation-duration 动画时间4、animation-timing-function 动画曲线 linear 匀速 ease 开始和结束慢速 ease-in 开始是慢速 ease-out 结束时慢速 ...
分类:Web程序   时间:2020-02-23 18:43:09    阅读次数:75
5.4 CSS3 transition动画
1、transition-property 设置过渡的属性,比如:width height background-color2、transition-duration 设置过渡的时间,比如:1s 500ms3、transition-timing-function 设置过渡的运动方式 linear 匀 ...
分类:Web程序   时间:2020-02-23 18:23:51    阅读次数:86
Dart 中断Future
"更多" 中断future 方法1) 方法2) ...
分类:其他好文   时间:2020-02-22 15:47:35    阅读次数:186
animate和过度动画同时使用.html
1将animate和过度动画的类名添加到transition对应的类上 2appear 设置初始样式(页面刷新样式)appear-active-class 3type设置动画时间依据类型(transition或animate) 4可以通过:duration来设置动画时间,补充3 <style> .f ...
分类:Web程序   时间:2020-02-20 13:09:17    阅读次数:84
ovs flow操作
[root@kunpeng82 ovs]# ovs-ofctl dump-flows s1 cookie=0x0, duration=432.489s, table=0, n_packets=1, n_bytes=70, in_port="s1_p1" actions=output:"s1_p1" ...
分类:其他好文   时间:2020-02-14 18:30:26    阅读次数:111
android 动画基础绘——view 动画(二)[补]
前言 这个是对view 动画的补充,是一些view 动画的特殊使用场景。 回顾第一篇关于view 动画的,我介绍到view的动画都是针对元素本身的。 当我们开发view动画的时候,我们看到几个元素在做相同规律的变化,如果我们去一个个设置的话,当然是可以的,但是呢一个代码不美观。 同样我们看到,我们进 ...
分类:移动开发   时间:2020-02-14 12:43:27    阅读次数:81
小程序 轮播图 swiper 使用
个人示例<swiperautoplay="true"indicator-dots="{{true}}"class="ad-swiper"indicator-color="rgba(255,255,255,.5)"indicator-active-color="#FFF"><blockwx:for="{{advertisements}}"wx:key="ad_id"wx:for-i
分类:微信   时间:2020-02-09 00:32:39    阅读次数:227
1036条   上一页 1 ... 9 10 11 12 13 ... 104 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!