From android 4.4 , it supply one new animation with layout:transitionTo help you animate a change between one view hierarchy and another, Android prov...
分类:
其他好文 时间:
2015-06-24 12:16:36
阅读次数:
140
$().slideToggle("slow/fast") //move the object$().animate({,}) //cool animation tool function$().stop()$().hide(100,callback) //attribute to start aft...
分类:
Web程序 时间:
2015-06-23 23:04:24
阅读次数:
218
这是一个编辑器,编辑器可以使用c3b,c3t,Spine动作,支持盒子操作和旋转!...
分类:
其他好文 时间:
2015-06-23 20:11:42
阅读次数:
112
要实际精灵的翻转,非常简单,先看实际效果点这里。代码只有区区几行:var sp = this.getWindow().find("ui-status2-general");
var ac1 = {scaleXEnd:0};
var ac2 = {scaleXEnd:1};
sp.animate(ac1, function() {
var fx = sp.getFlipX();
sp....
分类:
Web程序 时间:
2015-06-23 20:05:31
阅读次数:
163
让博客生动形象的方式是图文并茂,更生动形象的方式就是放上动图。比如GIF动图。为此专门进行了一番搜索,发现了Ubuntu下有个叫做byzanz的制作GIF的软件。byzanz安装:sudo apt-get install byzanzbyzanz有两个命令:
byzanz-record
byzanz-playback
第一个就是录像的,第二个就是回放用的。来篇使用参考教程:Make Animate...
分类:
系统相关 时间:
2015-06-22 13:45:42
阅读次数:
196
初次使用AngularJS,在chrom调试的时候,出现如下问题:GET http://localhost:63342/luosuo/visitor/js/lib/angular-animate.min.js.map 404 (Not Found)register.html:1 GET http:/...
分类:
Web程序 时间:
2015-06-18 21:36:31
阅读次数:
198
Velocity.js是一款优秀的js动画插件,内部模拟jquery的queue队列来实现animate效果。可以实现css3中的变形缩放等功能特效,速度和性能优于jquery和css3自定义动画。兼容流行js框架,体积小,压缩后仅有7K大小。内部实现可参考官方API文档,或者阅读程序源码。文末将会...
分类:
Web程序 时间:
2015-06-15 10:49:09
阅读次数:
149
一,show和hide动画案例:点击收缩和展开(类似于QQ面板的效果) 二,fadeIn和fadeOut动画(它只是一种颜色的渐变,透明到不透明的渐变)案例:同上 三,slideUp和slideDown动画(类似于卷帘门的效果)案例:同上四,自定义动画animate()animate(params....
分类:
Web程序 时间:
2015-06-14 18:22:36
阅读次数:
131
**AFAIK UINavigationTransitionView is a class used to animate UINavigationController child views around. It usually contain one or two UIViewControlle...
分类:
其他好文 时间:
2015-06-13 15:40:55
阅读次数:
140
下拉图标呼吸效果在手机网站中用的比较多,可以很形象的提示用户往下有更多内容。下面是几行简单的代码~//下拉图标呼吸效果var setTime;function setTimeFun() { $(".mdmobile-first-bottom-bottom").animate({ ...
分类:
其他好文 时间:
2015-06-11 19:03:52
阅读次数:
143