final ParallelTransition transition = ParallelTransitionBuilder
.create().children(anim).build();
this.itemGroup.setVisible(true);
transition.play();
}
private void saveStateBeforeAnimation() {
this.lastInitialAngleValue = this.initialAngle.get();
this.lastOffsetValue = this.offset.get();