In order transition on ImageView in JavaFX
问题 I have already looked at How to wait for a transition to end in javafx 2.1? but it doesn't quite solve my problem. I have a List of ImageView objects, and I want to iterate through this List and perform the following actions on each 'slide' of the List: fade in stay for a few seconds fade out I have the following code in place but since the transition is asynchronous, the loop applies the transition to all the 'slides' at the same time: // The method I am running in my class public void start