1 2 3 4 图片切换插件Nivo Slider 5 7 9 12 15 26 27 28 29 30 31 33 34 35 37... ...
分类:
Web程序 时间:
2017-03-22 00:20:23
阅读次数:
289
// 监听slider滑动 - (IBAction)valueChnage:(UISlider *)sender; @property (weak, nonatomic) IBOutlet NJView *circleView; @end @implementation NJViewControll... ...
分类:
移动开发 时间:
2017-03-21 23:01:39
阅读次数:
1025
如题: 查了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
1:在主窗口打开浮动窗口function openContent() { appcan.window.openPopover({ name: 'content', dataType: 0, url: "root" + "_content.html", top: 0, left: 0 });}2:重置 ...
分类:
移动开发 时间:
2017-02-21 14:36:08
阅读次数:
279
Android程序员开发已从最早的异常火热到现在已经逐渐趋向稳定,目前企业针对Android开发工程师的要求要求已逐步提高,现在想从众多的面试者中脱颖而出,必须打好坚实的代码基础。 今天为大家介绍一款目前国内较流行的混合开发平台:AppCan。 先来看一下AppCan的简介: 广义上,AppCan是 ...
分类:
移动开发 时间:
2017-02-08 14:56:06
阅读次数:
446
本文是找了在网上搜了好久才找到非常棒的一篇文章,很好的解决了这个问题。 原文地址:https://github.com/amfe/article/issues/10 这个特性被称做「Text Autosizer」,又称「Font Boosting」、「Font Inflation」,是 Webkit ...
分类:
其他好文 时间:
2017-02-08 12:44:51
阅读次数:
427