码迷,mamicode.com
首页 >  
搜索关键字:shake    ( 120个结果
IOS的一些小技巧
1.播放短声音 SystemSoundID shake_sound_male_id = 0; NSString *thesoundFilePath = [[NSBundle mainBundle] pathForResource:@"ReceivedMessage" ofType:@"...
分类:移动开发   时间:2015-07-06 21:31:19    阅读次数:129
animate.css注意事项
animate.css下载地址有时候需要通过js控制重复运行动画的可以这样操作1. html代码:aaa2. js代码:$('h3').addClass('shake').one('webkitAnimationEnd mozAnimationEnd MSAnimationEnd oanimatio...
分类:Web程序   时间:2015-06-29 19:47:57    阅读次数:168
jquery抖动的按钮
http://runjs.cn/detail/tyx8dbag//shakenum:抖动的次数,shakeDistance:抖动的距离jQuery.fn.Shake = function (shakenum , shakeDistance) { this.each(function () { ...
分类:Web程序   时间:2015-06-03 13:30:17    阅读次数:122
开启声音
导入框架:#import - (void)viewDidLoad { [super viewDidLoad]; [self.shake addTarget:self action:@selector(ChangeShake:) forControlEvents:UIControlEven...
分类:其他好文   时间:2015-06-02 11:04:21    阅读次数:112
抽象类实现多个接口与接口的继承的对比,实现良好的设计模式!
//少说废话,上代码: import java.util.*; interface Instrument { static final int i = 2; void tune(); } //测试多个接口的测试 interface Chord { void shake(); } interface RockCase { void cover(); } //利用抽象类的情况;...
分类:其他好文   时间:2015-04-28 23:05:10    阅读次数:315
ios摇一摇
-(void) motionBegan:(UIEventSubtype)motion withEvent:(UIEvent *)event{ if (motion==UIEventSubtypeMotionShake) NSLog(@"Shake begin");}-(void) motio...
分类:移动开发   时间:2015-04-24 18:51:38    阅读次数:145
关于H5实现的手机摇一摇
var shake=4000, last_update=0, count=0, x=y=z=last_x=last_y=last_z=0; if(window.DeviceMotionEvent){ window.addEventListener("devicemotion",deviceM...
分类:移动开发   时间:2015-04-22 11:38:33    阅读次数:187
Win7窗口操作
1、使用 Aero Shake 晃动最小化打开的窗口您可以使用 Aero Shake 晃动将所有打开的窗口快速最小化,只剩下您需要使用的窗口。然后,还可以轻松还原所有窗口。操作方法如下:1. 在需要保持打开状态的窗口中,快速地来回拖动(或晃动)标题栏。2. 若要还原已最小化的窗口,请再次晃动打开的窗...
分类:Windows程序   时间:2015-04-18 23:44:37    阅读次数:146
视图左右抖动动画
CABasicAnimation*shake = [CABasicAnimationanimationWithKeyPath:@"transform.translation.x"]; shake.fromValue= [NSNumbernumberWithFloat:-5]; shake.toV.....
分类:其他好文   时间:2015-04-07 17:07:40    阅读次数:111
HDU1010 Tempter of the Bone
Problem DescriptionThe doggie found a bone in an ancient maze, which fascinated him a lot. However, when he picked it up, the maze began to shake, and the doggie could feel the ground sinking. He reali...
分类:其他好文   时间:2015-04-02 09:12:26    阅读次数:142
120条   上一页 1 ... 7 8 9 10 11 12 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!