文件名称:Android代码-控制动画过渡效果的类库
文件大小:1.96MB
文件格式:ZIP
更新时间:2022-08-26 02:36:01
Android代码
TransitionPlayer Android library to control Transition animates. A simple way to create a interactive animation. Demo1 SimpleTransition Code: ...... TransitionManager.beginDelayedTransition(mSceneRoot, transitionPlayer); imageView.setRotation(360); imageView.setRotationX(270); imageView.setRotationY(180); imageView.setTranslationX(70 * getResources().getDisplayMetrics().density); imageView.setScaleX(0.2f); imageView.setScaleY(0f); imageView.setBackgroundColo