效果预览Demo源码下载Fancybox的特点如下:可以支持图片、html文本、flash动画、iframe以及ajax的支持可以自定义播放器的CSS样式可以以组的形式进行播放如果将鼠标滚动插件(mouse wheel plugin)包含进来的话Fancybox还能支持鼠标滚轮滚动来翻阅图片Fanc...
分类:
Web程序 时间:
2014-09-24 16:17:47
阅读次数:
218
http://stephband.info/jquery.event.move/Move eventsmovestartFired following touchmove or mousemove, when the touch (or mouse) crosses a threshold dist...
分类:
Web程序 时间:
2014-09-19 08:46:05
阅读次数:
262
pygame.mouse提供了一些方法获取鼠标设备当前的状态'''pygame.mouse.get_pressed - get the state of the mouse buttons get the state of the mouse buttonspygame.mouse.get_p...
分类:
其他好文 时间:
2014-09-16 22:01:11
阅读次数:
279
经过一段时间的摸索processing,感觉有一点头绪了。但是processing用起来确实比较吃力。因为有很多事件不像U3D或者as3那么方面,就简单的鼠标事件,碰撞,这些功能有很多processing自身就很薄弱了。经过自己的多次的尝试,希望自己做的小案例可以跟一些入门的朋友一起分享proce..
分类:
移动开发 时间:
2014-09-13 10:46:05
阅读次数:
741
Fancybox的特点如下:可以支持图片、html文本、flash动画、iframe以及ajax的支持可以自定义播放器的CSS样式可以以组的形式进行播放如果将鼠标滚动插件(mouse wheel plugin)包含进来的话Fancybox还能支持鼠标滚轮滚动来翻阅图片Fancybox播放器支持投影,...
分类:
其他好文 时间:
2014-09-12 18:38:03
阅读次数:
220
想做成车修好了和没修好的对比,所以需要两个图片。需要用到的知识点,1、定位2、mouse 的事件(代码中体现)3、鼠标指针的移动距离算法4、css中,cursor的应用好了,废话不多说 ,直接上代码网站需要的素材,接着往下看下载 1 2 3 4 5 无标题文档 6 17 18...
分类:
Web程序 时间:
2014-09-12 14:41:43
阅读次数:
251
intrectX,rectY;intrectSize=90;colorrectColor;colorbaseColor;booleanrectOver=false;voidsetup(){size(640,360);rectColor=color(0);baseColor=color(102);rectX=width/2-rectSize/2;rectY=height/2-rectSize/2;}voiddraw(){update(mouseX,mouseY);noStroke();if(rectOver){..
分类:
移动开发 时间:
2014-09-08 11:00:17
阅读次数:
697
鏈接: http://acm.hdu.edu.cn/showproblem.php?pid=1160
Problem Description
FatMouse believes that the fatter a mouse is, the faster it runs. To disprove this, you want to take the data on a collecti...
分类:
其他好文 时间:
2014-09-04 15:02:09
阅读次数:
182
vim配置文件"显示行号set nu"启动时隐去援助提示set shortmess=atI"语法高亮syntax on"使用vim的键盘模式"set nocompatible"不需要备份set nobackup"没有保存或文件只读时弹出确认set confirm"鼠标可用set mouse=a"ta...
分类:
其他好文 时间:
2014-08-28 21:03:16
阅读次数:
294
按照WPF的帮助说明,某些控件的路由事件被内部处理了,已经被标记为Handled,自行定义的事件处理代码便不再起作用了,有时候会很郁闷! 不过WPF提供了必要的方法。 1)使用相应的Preview事件。须注意隧道类型的事件是从根元素开始执行的。 2)使用AddHandler添加自定义的路...
分类:
其他好文 时间:
2014-08-28 12:52:29
阅读次数:
179