码迷,mamicode.com
首页 >  
搜索关键字:tween animation    ( 3897个结果
To learn list
remote servicenative serviceforeground servicebinder机制loader使用fragment界面交互实操AIDLservice flaguse sdcard memeryaction barproperty animation
分类:其他好文   时间:2015-02-01 23:04:56    阅读次数:154
[翻译] JTBorderDotAnimation
JTBorderDotAnimationhttps://github.com/jonathantribouharet/JTBorderDotAnimationJTBorderDotAnimation is a simple animation for have dots turning around...
分类:其他好文   时间:2015-01-30 22:22:43    阅读次数:214
动画原理——碰撞检测
书籍名称:HTML5-Animation-with-JavaScript书籍源码:https://github.com/lamberta/html5-animation11.两个物体和判断鼠标是否在物体内相似,额外要多考虑鼠标方物体的半径。这不是准确的碰撞,它是假设物体在正方形基础上的简易方法。01...
分类:其他好文   时间:2015-01-30 17:18:26    阅读次数:262
显式动画Animation<转>
当需要对非Root Layer进行动画或者需要对动画做更多自定义的行为的时候,就必须使用到显式动画了,显式动画的基类为CAAnimation,常用的是CABasicAnimation,CAKeyframeAnimation有时候还会使用到CAAnimationGroup,CATransition(注...
分类:其他好文   时间:2015-01-30 15:25:46    阅读次数:116
XAML - Animation编写
1 2 3 4 5 6 7 8 14 15 21 22 28 29 46 47 48...
分类:其他好文   时间:2015-01-30 14:30:56    阅读次数:133
动画原理——释放和弹起
书籍名称:HTML5-Animation-with-JavaScript书籍源码:https://github.com/lamberta/html5-animation11.释放现在假设我们写一个动画,将它运动到指定的地方,先设置一个速度,运用三角函数,我们计算x的速度,计算y的速度,判断距离。到达...
分类:其他好文   时间:2015-01-29 17:27:31    阅读次数:220
动画原理——用户交互:移动物体
书籍名称:HTML5-Animation-with-JavaScript书籍源码:https://github.com/lamberta/html5-animation11.物体内外的事件判断物体内外的条件是判断鼠标位置和物体中心的位置。01-mouse-events.html M...
分类:移动开发   时间:2015-01-29 14:30:03    阅读次数:274
animateWithDuration:animations:completion:
Creates an animation block object that can be used to set up keyframe-based animations for the current view. Declaration (void)animateKeyframesWithDuration:(NSTimeInterval)duration delay:(NSTimeInt...
分类:其他好文   时间:2015-01-28 22:43:42    阅读次数:216
CoreAnimation-图层树、寄宿图以及图层几何学
(一)图层的树状结构Core Animation其实是一个令人误解的命名。你可能认为它只是用来做动画的,但实际上它是从一个叫做Layer Kit这么一个不怎么和动画有关的名字演变而来,所以做动画这只是Core Animation特性的冰山一角。Core Animation是一个复合引擎,它的职责就是...
分类:其他好文   时间:2015-01-28 17:16:31    阅读次数:300
tween.js可生成平滑动画效果的js动画库
tween.js是一款可生成平滑动画效果的js动画库。tween.js允许你以平滑的方式修改元素的属性值。它可以通过设置生成各种类似CSS3动画效果。相关的jquery插件还有:snabbt.js 强大的jQuery动画库插件和Tweene-超级强大的jQuery动画代理插件。 tween.js允许你以平滑的方式修改元素的属性值。你只需要告诉tween你想修改什么值,以及动画结束时它的最终值...
分类:Web程序   时间:2015-01-28 14:49:45    阅读次数:226
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!