I have a Main screen and multiple sub-screens. when I change the screen or return to main screen, default scene pagination of JavaFx-8 (flip) animated. how can I disable this default behavior?
Asked
Active
Viewed 144 times
0
-
1I found this post http://stackoverflow.com/questions/12143147/disable-pagination-animation , but that isn't a solution for javafx-8 . – saeid rastak Dec 16 '16 at 20:21
-
What do you mean by "changing screen"? Is it changing `Scene` in single `Stage`? By default there isn't any animation during such action. I recommend you to edit your question with more details and snippet of your code which can show your problem. – ssukienn Dec 16 '16 at 23:50
-
here's the post that's a javafx8 solution: https://stackoverflow.com/questions/31052109/disable-pagination-animation-for-javafx-8 – MMAdams Jul 18 '18 at 14:27