Tagged Questions
0
votes
0answers
6 views
Rotating hand - java anime
I made this guy and now I need to use Affine Transforms to animate it's right hand. I'd like his hand to move up and and the moves like "hello" by it's rotating. Does anyone would help me with this ?
...
-4
votes
1answer
37 views
Get a glowing effect when Button pressed [closed]
I want to achieve an effect something similar to this: http://postimg.org/image/ohalq5r51/ , in Android.
I have tried to make an animation of an image to fade in and out when the button has been ...
1
vote
1answer
34 views
Animation issue using Processing 2.0 Java
I came across an issue while working on Processing 2.0 software using Java.
Each time I add an animation, I also add a background to erase the previous frame of this animation.
Unfortunately, this ...
1
vote
1answer
48 views
JPanel won't move if it fills the screen
First of all, sorry for the vague title I don't know how to word the question in a sentence.
I have a simple programme that slides one JPanel into view as another gets pushed out, when a button is ...
1
vote
2answers
56 views
How to make a circle slide in Java? Not pressing constantly
I want the oval to slide when I hold down the key. But it wont work!
I tried the while loop which did nothing at all.
I kinda disorganized it, but it's still readable. Im using a lower version of ...
0
votes
1answer
41 views
Animate shell sort
I have a problem with a JAVA code. I want to animate a shell sorting algorithm. But before I can animate this I need to intercept the two numbers from the array that are being compared. I got this ...
0
votes
1answer
23 views
Android view with multiple random animation instances
So, I'm working on a main menu activity for my android application.
I want to create background animation where there are things translating from the top of the screen to the bottom. The x position ...
0
votes
1answer
24 views
Timeline animation not working as intended
It's been a long time I haven't been here, well until now of course.
The question is, there is a piece of code that I'm desperately trying to make it work:
private Timeline timeline = ...
7
votes
2answers
157 views
Challange: Custom Animation of ViewPager. Change height of choosen elements (View fold)
I am currently working on custom animation between switching pages in ViewPager. When I slide to the left, View is moving to the left and from below of it new View is coming to the front. I would like ...
0
votes
0answers
15 views
Continuously draw shapes with Handler
I've started learning animation for Android. I've been getting some good advice from previous posts but some concepts are still pretty new to me. I'm trying to continuously display an android icon at ...
0
votes
1answer
43 views
Avoid White Background when sliding animation
i'm ne in android, i make an animation by override setContentView in one activity (only one activity). i try this one and it work :
@Override
public void setContentView(int layoutResID) {
...
0
votes
1answer
32 views
Javafx,TranslateTransition, animation
I want to create some Shapes with JavaFx and I want that every shape has his own TranslateTransition object defined within it, and I want that when I click on the shape the TranslateTransition play. ...
0
votes
2answers
50 views
repaint() not working in a Thread
i just started learning java 2 weeks ago so i don't really understand to much about java yet.I'm trying to make a ball bounce around or move around inside the frame. but it doesn't repaint/update when ...
2
votes
1answer
61 views
Simple thread issue with Android animation
I'm trying to implement a thread with some simple Android animation. I'm just getting an error with sleep() - It says I need a method for it. I know there is probably an obvious solution. My app just ...
0
votes
1answer
25 views
Android - Continuously draw shapes to random locations
I'm a little new to android animation. I'm working on a project which places a picture of a ball at a random location -after which it will move in circle. I've been successful thus far but now I would ...