码迷,mamicode.com
首页 >  
搜索关键字:shake    ( 120个结果
摇一摇js 实现
if (window.DeviceMotionEvent) { window.addEventListener('devicemotion',deviceMotionHandler, false); } var SHAKE_THRESHOLD = 800; var last_update = 0; ...
分类:Web程序   时间:2016-09-14 12:36:20    阅读次数:181
animate.css – 齐全的CSS3动画库
转自-点击 github 地址:https://github.com/daneden/animate.css 演示:点击 下载:点击 简介 animate.css 是一个来自国外的 CSS3 动画库,它预设了抖动(shake)、闪烁(flash)、弹跳(bounce)、翻转(flip)、旋转(rot ...
分类:Web程序   时间:2016-09-12 19:00:21    阅读次数:162
animate.css总结
本文对animate.css的各个效果进行总结 bounce 从上掉落,在地上小幅度跳起 flash 闪烁两下,适合用于图片 pulse 小幅度放大后再缩小为原型 rubberBand 大幅度左右弹性拉伸 shake 小幅度左右摇晃 swing 钟摆式左右摇晃 tada 小幅度旋转摇摆 wobble ...
分类:Web程序   时间:2016-08-16 10:31:29    阅读次数:1743
animate.css
这是个css3动画框架,现在很流行,在小动画效果有很多,使用的方式 一、atention Seekers 1、bounce 2、flash 3、pulse 4、rubberBand 5、shake 6、swing 7、tada 8、wobble 9、jello 二、Bouncing Entrance ...
分类:Web程序   时间:2016-08-16 00:08:47    阅读次数:248
HDOJ/HDU Tempter of the Bone(深搜+奇偶性剪枝)
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 rea...
分类:其他好文   时间:2016-07-04 15:40:44    阅读次数:181
HDU 1010 Tempter of the Bone
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, an ...
分类:其他好文   时间:2016-07-04 01:02:05    阅读次数:205
Animate CSS
Attention Seekers bounce flash pulse rubberBand shake swing tada wobble Bouncing Entrances bounceIn bounceInDown bounceInLeft bounceInRight bounceInUp... ...
分类:Web程序   时间:2016-05-25 11:16:02    阅读次数:188
hdu 1010 Tempter of the Bone
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, an ...
分类:其他好文   时间:2016-05-21 23:19:15    阅读次数:199
[android] 手机卫士输入框抖动和手机震动
查看apiDemos,找到View/Animation/shake找到对应的动画代码,直接拷贝过来 当导入一个项目的时候,报R文件不存在,很多情况是xml文件出错了 Animation shake = AnimationUtils.loadAnimation(this, R.anim.shake); ...
分类:移动开发   时间:2016-04-23 22:47:21    阅读次数:303
css3动画animate.css的使用
简介 animate.css 是一个来自国外的 CSS3 动画库,它预设了抖动(shake)、闪烁(flash)、弹跳(bounce)、翻转(flip)、旋转(rotateIn/rotateOut)、淡入淡出(fadeIn/fadeOut)等多达 60 多种动画效果,几乎包含了所有常见的动画效果。
分类:Web程序   时间:2016-02-17 17:22:38    阅读次数:17140
120条   上一页 1 ... 4 5 6 7 8 ... 12 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!