Multiple Choice
What does the following code snippet do when the animation is played, given that imageView has been created? FadeTransition ftrans = new FadeTransition
(new Duration(5000) , imageView) ;
Ftrans.setFromValue(1.0) ;
Ftrans.setToValue(0.5) ;
Ftrans.play() :
A) The image will be completely opaque when displayed and will decrease to 50% opacity over the five seconds of the animation.
B) The image will be completely invisible when displayed and will increase to 50% opacity over the five seconds of the animation.
C) The image will be completely opaque when displayed and will decrease to 50% opacity over the five minutes of the animation.
D) The image will be 50% opaque when displayed and will increase to 100% over the five seconds of the animation.
Correct Answer:

Verified
Correct Answer:
Verified
Q6: Since the Node class's setEffect method only
Q9: Select all that apply. Which of the
Q13: The setInterpolator method allows you to specify
Q14: To animate a node with the ScaleTransition
Q16: Select all that apply. Which of the
Q17: Any time a user presses a key,
Q26: The Rotate class creates a rotating animation.
Q28: Which of the following is a subclass
Q28: Which class specifies the amount of time
Q30: To make a node half its original