如题: 查了Swiper文档发现要加这个参数 slidesPerView: 'auto',就解决这个问题了,特此记录一下。 slidesPerView:设置slider容器能够同时显示的slides数量(carousel模式)。可以设置为number或者 'auto'则自动根据slides的宽度来设 ...
分类:
其他好文 时间:
2017-03-15 18:41:25
阅读次数:
288
代码如下: <!DOCTYPE HTML> <htmllang="en-US"> <head> <meta charset="UTF-8"> <title>CSS3 Full Background Slider </title> <style type="text/css"> /*字体效果*/ @i ...
分类:
Web程序 时间:
2017-03-09 13:31:47
阅读次数:
314
统一访问地址:http://tangzhirong.github.io/ 轮播图组件:https://github.com/tangzhirong/sass-slider 日历组件:https://github.com/tangzhirong/jquery-calendar 浮出层组件:https: ...
分类:
其他好文 时间:
2017-03-08 01:04:55
阅读次数:
195
原文:微信小程序把玩(二十)slider组件 slider滑动组件用的不太多,在其他平台反正我是用的不多 主要属性: wxml js Page({ data:{ // text:"这是一个页面" }, /** * 监听slider */ listenerSlider:function(e) { //... ...
分类:
微信 时间:
2017-02-26 16:44:47
阅读次数:
347
using UnityEngine; namespace Complete { public class CameraControl : MonoBehaviour { /// <summary> /// 相机重新聚焦的时间 /// </summary> public float m_DampTim ...
分类:
其他好文 时间:
2017-02-23 21:17:10
阅读次数:
714
本文是找了在网上搜了好久才找到非常棒的一篇文章,很好的解决了这个问题。 原文地址:https://github.com/amfe/article/issues/10 这个特性被称做「Text Autosizer」,又称「Font Boosting」、「Font Inflation」,是 Webkit ...
分类:
其他好文 时间:
2017-02-08 12:44:51
阅读次数:
427
上次的二次封装timeslider,挺有意思,又来封装一个dojo的,样式还是用arcgis的。实现更多功能,包括HorizontalSlider和VerticalSlider, 刻度的显示隐藏,标签的显示和隐藏,上刻度和下刻度的显示隐藏,无序数显示刻度,标签图标的自由选择,大小选择。。。。更多功能 ...
分类:
其他好文 时间:
2017-01-21 09:57:40
阅读次数:
221
arcgis的timeslider是对dojo slider二次封装,项目需要,所有Map用统一样式的slider,所以写了一个common的dojo class,统一调用生成slider,作为对timeslider再次封装,感觉挺好用。 这个slider不一定要在Map里使用,还可以在其他地方调用 ...
分类:
其他好文 时间:
2017-01-21 09:54:49
阅读次数:
733
用于在有限的网页空间内展示一组产品图片或者照片,同时还有非常吸引人的动画效果。本文向大家推荐12款实用的 jQuery 图片轮播效果插件,帮助你在你的项目中加入一些效果精美的图片轮播效果,希望这些插件能够帮助到你。Nivo Slider首先推荐的这款插件号称世界上最棒的图片轮播插件,有独立的 jQu ...
分类:
编程语言 时间:
2017-01-10 09:04:53
阅读次数:
386
1:-moz代表firefox浏览器私有属性 -ms代表IE浏览器私有属性 -webkit代表chrome、safari私有属性 2:定义新模块:appcan.define(name,function(){}) 创建一个新模块 appcan.define(name,defineCall) name: ...
分类:
移动开发 时间:
2017-01-07 15:16:29
阅读次数:
208