android-animation
How to avoid a blink in Translate animation for Android?
I have a image at position 0,0 initially. When the user clicks a button I animate the image and move it to 0,100 using[详细]
2023-03-22 08:19 分类:问答How can i make a smooth Translate animation of image or ImageView?
I am trying to make a translate animation of开发者_JAVA百科 Image-view . I need to translate it over the Y axes with high refresh speed 50 - 100 ms with different directions , but its not sliding smoo[详细]
2023-03-21 11:11 分类:问答Problem with Android Animation?
In my application I have 6 buttons. In onCreate(), I have a startAnimation() which will perform animation for the appearance of the buttons. After the call to this method I have setOnclickListener()s[详细]
2023-03-20 21:58 分类:问答Apply Two Animations to the Same View?
I applied an entry animation to one of my ImageButton (fade_in.xml which is in the project anim/ folder). Now, after a button click, I want to apply an exit animation (fade_out.xml which is in the sam[详细]
2023-03-20 19:26 分类:问答Transistion between images in the frame animation
i am using frame animation to display set of image开发者_开发百科s one after the other and it works fine , except that the transition between the images is not good .I need smooth transition like ,the[详细]
2023-03-20 17:20 分类:问答Scaling a WebView with Property Animations
I\'m working on a Honeycomb tablet app that needs to scale some UI views as the user interacts with it. So far I\'ve been using Property Animations and it\'s working pretty well with ImageViews and Te[详细]
2023-03-20 07:24 分类:问答Android Animation Library? [closed]
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.[详细]
2023-03-19 17:23 分类:问答Android - Leave A Time Between ImageButton Animations?
I have 6 ImageButton. I applied the same animation to all of them as below: Animation anim1 = AnimationUtils.loadAnimation(this, R.anim.wave_scale);[详细]
2023-03-19 16:59 分类:问答Stopping an android animation in its original state
I have an animated rotatin开发者_StackOverflowg ImageButton. <?xml version=\"1.0\" encoding=\"utf-8\"?>[详细]
2023-03-19 12:48 分类:问答Get the current frame in a Frame Animation
I need to check the current frame in a Frame Animated ImageView, but I don\'t see a way how. I cannot find a method for getting the current frame, and I can\'t get the current image of the Imageview w[详细]
2023-03-19 02:36 分类:问答