startAnimation(miniIconButton);
getSkinnable().requestLayout();
}
});
miniIconButton.animationTypeProperty().addListener(new ChangeListener<MiniIconButton.AnimationType>() {
@Override
public void changed(final ObservableValue<? extends MiniIconButton.AnimationType> observableValue,
final MiniIconButton.AnimationType oldAnimationType,
final MiniIconButton.AnimationType newAnimationType) {
startAnimation(miniIconButton);