Disable pagination animation for javafx 8 -


i trying convert solution stackoverflow thread: disable pagination animation

it complicated javafx 8 because utils , other classes skinbase have changed different arguments.

does have working example pagination animation disabled javafx8 ?

ok, did it! using gabriel féron answer : https://gist.github.com/gferon/4626632 i've translated javafx8: first create -fx-skin on css of scene want disable pagination animation:

.pagination {     -fx-border-color:  #0e5d79;      -fx-skin: "com.sun.javafx.scene.control.skin.paginationskinerez"; } 

then: use following attached class instead of original paginationskin. can't attach class here has 5000+ lines. can ?


Comments

Popular posts from this blog

How has firefox/gecko HTML+CSS rendering changed in version 38? -

android - CollapsingToolbarLayout: position the ExpandedText programmatically -

Listeners to visualise results of load test in JMeter -