Disable pagination animation for javafx 8
问题 I am trying to convert the solution from stackoverflow thread: Disable pagination animation it is too complicated to do it with JavaFX 8 because Utils is and other classes like SkinBase have changed with different arguments. does anyone have a working example with pagination animation disabled for JavaFX8 ? 回答1: Ok, I did it! using Gabriel Féron answer from : https://gist.github.com/gferon/4626632 I've translated it to JavaFX8: first create an -fx-skin on css of scene you want to disable