Tony
Tony

Reputation: 3638

JavaFX tile/flow pane animation

I'm just playing around with JavaFX 2 and developing a little application for my own amusement.

From what I've seen so far, I like it, and now I'd like to play about with some of the animation and effect properties.

The app I'm designing uses a lot of images to display info, and I'd like to design a animated GUI to display the images. The idea I've got is something like this:

http://www.youtube.com/watch?v=LK3B7cpZlGM

Could anyone provide any information on how to achieve something similar to this? I'm guessing the layout is the flowpane, but I've no idea about how the animation works. Is there some kind of sort algorithm in play?

Any advice or info would be greatly appreciated.

Thanks!!

Upvotes: 2

Views: 1832

Answers (1)

Sergey Grinev
Sergey Grinev

Reputation: 34498

There are several articles about animation in JavaFX:

Upvotes: 2

Related Questions