Typhon0 / AnimateFX

A library of +70 ready-to-use animations for JavaFX
Apache License 2.0
451 stars 66 forks source link

Infinity Play #8

Closed DatL4g closed 5 years ago

DatL4g commented 5 years ago

Is there a way to never stop the Animation?

Typhon0 commented 5 years ago

Yes, use AnimationFX.INDEFINITE

Example: new Pulse(text).setCycleCount(AnimationFX.INDEFINITE).play();