Changed cycle lenght of BellAnimation to 566.66
This commit is contained in:
parent
119a456968
commit
c1a9c9e742
@ -16,7 +16,7 @@ public class BellAnimation extends Transition {
|
||||
index = 0;
|
||||
this.imageView = imageView;
|
||||
this.bells = bells;
|
||||
setCycleDuration(new Duration(100));
|
||||
setCycleDuration(new Duration(566.66));
|
||||
setInterpolator(Interpolator.DISCRETE);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user