-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P4
-
Affects Version/s: 8u20
-
Component/s: javafx
-
None
-
Environment:
Java(TM) SE Runtime Environment (build 1.8.0_20-b26) on Windows 7 x64 Professional
I have a stage with some scene to display. I want to realize a FadeIn/Out animation for the stage so I manipulate the stage.opacityProperty() within a Timeline using some KeyFrames.
The fading only gets visible with the default StageStyle. If I set the stage style to StageStyle.TRANSPARENT, the timeline changes the opacity, but the stage remains on the last set opacity value until something changes within the scene and causes a "repaint".
The fading only gets visible with the default StageStyle. If I set the stage style to StageStyle.TRANSPARENT, the timeline changes the opacity, but the stage remains on the last set opacity value until something changes within the scene and causes a "repaint".
- duplicates
-
JDK-8096756 Cannot animate a stage's opacityProperty with a transparent stage
-
- Closed
-
- relates to
-
JDK-8097246 [Quantum] Unit tests hang when running window init/dispose tests
-
- Resolved
-