Changed cycle lenght of BellAnimation to 566.66

This commit is contained in:
Seraina 2022-05-14 12:21:05 +02:00
parent 119a456968
commit c1a9c9e742

View File

@ -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);
}