airetest框架 api touch touch((600, 500), duration=1) 长按 text: 文字输入 keyevent: 按键输入,包括(HOME/BACK/MENU等) sleep: 等待 snapshot: 截屏 swipe(Template, vector=[0.0 ...
分类:
Windows程序 时间:
2019-02-02 17:37:35
阅读次数:
1251
<swiper :options="swiperOption"> <swiper-slide><img src="static/images/jay.jpg"></swiper-slide> <swiper-slide><img src="static/images/jay.jpg"></swipe ...
分类:
其他好文 时间:
2019-02-01 11:28:15
阅读次数:
366
文章出处https://blog.csdn.net/qq_32368129/article/details/78749880 1.MaterialStepperView它是用Material Design实现Steppers的。目前,Stepper只有垂直视图,但将来会有更多的风格。你可以尝试一下, ...
分类:
移动开发 时间:
2019-01-31 10:33:53
阅读次数:
160
一,vue swipe简介 vue swipe 是饿了么团队开发的vue专用的轮播图插件; 可以实现简单的图片和view轮播,可控制动画时长,可限制手动滑动; 简而言之,可以实现轮播,也可以实现ppt样式的带动画的报告。 二,vue swipe的引入 1,安装 2,引入依赖 3,HTML使用 具体标 ...
分类:
其他好文 时间:
2019-01-27 19:11:31
阅读次数:
360
一、Html代码如下: 二、Css代码如下: 三、jQuery代码如下: 四、引用swipe.js 五、swipe.js代码下载地址: https://codeload.github.com/thebird/Swipe/zip/2.0.0,下载后解压即可看到。 六、效果图实例如下: ...
分类:
Web程序 时间:
2019-01-14 20:17:55
阅读次数:
245
touch库实现了什么和引入背景 touch模块是基于zepto.js的。 click事件在移动端上会有 300ms 的延迟,同时因为需要 长按 , 双触击 等富交互,所以我们通常都会引入类似 zepto 这样的库。zepto 中touch库实现了 'swipe', 'swipeLeft', 'sw ...
分类:
Web程序 时间:
2019-01-02 17:23:47
阅读次数:
320
.swiper-animate { position: absolute; width: 100%; height: 100%; left: 0; top: 0; z-index: 10; background: linear-gradient(to bottom, transparent, #3e... ...
分类:
Web程序 时间:
2018-11-03 15:28:38
阅读次数:
976
swiper 滑块视图容器,其原型如下: <swiper>组件属性说明: current 改变时会触发 change 事件 EventHandle函数自带参数event event.detail = {current: current, source: source} event.detail.so ...
分类:
其他好文 时间:
2018-11-01 11:56:53
阅读次数:
1682