Join Slack
Powered by
fun startTimer() { val timeline = Timeline...
# tornadofx
c
carlw
07/13/2018, 4:45 PM
fun startTimer() { val timeline = Timeline(KeyFrame(Duration.seconds(ADVANCE_INTERVAL), gotonextslide)) timeline.setCycleCount(Animation.INDEFINITE) timeline.play() }
2
Views
Open in Slack
Previous
Next