码迷,mamicode.com
首页 >  
搜索关键字:shake    ( 120个结果
Android Sensor Shake(WeChat)
package com.buzz.shake;import android.app.Activity;import android.hardware.Sensor;import android.hardware.SensorEvent;import android.hardware.SensorEv...
分类:移动开发   时间:2015-04-01 19:49:16    阅读次数:182
DFTween官方实例详解
??所谓流利语法的实现是成员函数 返回值是 类的实例this 出处:http://blog.csdn.net/u010019717author:孙广东 1、Camera Shake一个脚本,这个动画涉及到两个动画,一个是Cube自由落体使用Easing函数类型就行了。另一个是抖动使用类TweenShake成员。         在Start()函数中初始化了以上两个动画成员。然后在 Update(...
分类:其他好文   时间:2015-03-28 13:05:16    阅读次数:168
swift UI专项训练39 用Swift实现摇一摇功能
微信的摇一摇功能想必大家都用过,过年的时候抢红包也没少摇吧,那么用swift语言如何实现这么酷炫的功能呢。摇动属于IOS内置可识别的一种动作,在你需要实现摇动功能的viewcontroller中,在viewDidLoad方法中加入以下代码: UIApplication.sharedApplication().applicationSupportsShakeToEdit = true ...
分类:编程语言   时间:2015-03-17 10:33:34    阅读次数:175
HDU 1010 && ZOJ 2110 Tempter of the bone (DFS + 奇偶剪枝)
Problem Description: The 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...
分类:其他好文   时间:2015-03-02 19:07:09    阅读次数:178
解析css3 shake 抖动样式
前端时间做项目发现一抖动按钮挺吸引眼球的,研究了下实现原理,在此和大家分享下:CSS Shake是一个使用CSS3实现的动画样式,使用SASS编写,利用它我们可以实现多种不同样式的抖动效果(如下面的GIF图像)。这是一个很微小的动画,但使用得当也是挺不错的,比如用在广告、图像、按钮上,这样可以用来吸...
分类:Web程序   时间:2015-03-02 12:59:56    阅读次数:682
YT14-HDU-S与D的故事
Problem Description The 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 ...
分类:其他好文   时间:2015-02-25 09:11:35    阅读次数:172
hdu 1010 Tempter of the Bone DFS+奇偶剪枝,入门题
Problem Description The 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 realized that the bone was a trap, and he tried desperately...
分类:其他好文   时间:2015-02-12 16:21:54    阅读次数:129
文字或边框等的样式变换
/** * 文字或边框等的样式变换 * @param ele 容器的对象 * @param cls 要变化的样式 * @param times 闪烁时间 */function shake(ele,cls,times){ var i = 0, t = false, o = ele.attr("c...
分类:其他好文   时间:2015-01-27 12:49:11    阅读次数:215
iOS 本地推送
1如何生成一个本地推送 UILocalNotification *localNotification = [[UILocalNotification alloc]init]; // 接收到通知时,播放的音频文件 localNotification.soundName = @"shake.wav";....
分类:移动开发   时间:2015-01-23 06:09:46    阅读次数:181
Android:布局实例之常见用户设置界面
实现效果: 整理思路: 1、控件:文字TextView 和 右箭头ImageView 2、因为考虑到点击效果,设计为:最外层为全圆角,内层有四种情况,分别为上圆角、无圆角、下圆角和全圆角。 3、内层样式效果:需要初始样式、和点击样式 4、需要知识:结合style、shake、selector组合样式 布局: 1 xml version...
分类:移动开发   时间:2015-01-15 18:12:47    阅读次数:195
120条   上一页 1 ... 8 9 10 11 12 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!