android自带时钟应用的这个效果是怎么做的
ringa_lee
ringa_lee 2017-04-17 17:30:19
0
2
493

点击箭头以动画的方式弹出,主要是这个动效这么做的,可以流畅的把下面的布局往下推
还有就是网易新闻点击栏目最右侧箭头,像下展开布局的动画是怎么做的?网易新闻android端的动画没做好,可以参考iOS端的


ringa_lee
ringa_lee

ringa_lee

reply all(2)
Ty80

Different people have different views on this, and there are many ways to implement it.
This is the source code of android clock. You can study it.

左手右手慢动作

This is a panning animation.

view.animate().translationY()
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template