Search code examples
javajavafxjavafx-2javafx-8fxml

How to blink the text or image in Javafx by using CSS style in Desktop application?


I am trying to blink a label and an image in JavaFX.

How can I do it in JavaFX?

I am new to this platform, give me some guidance.


Solution

  • You might want to refer to this similar thread, it contains a detailed answer to your question.