Java javafx.animation SequentialTransition fields, constructors, methods, implement or subclass

Example usage for Java javafx.animation SequentialTransition fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javafx.animation SequentialTransition.

The text is from its open source code.

Constructor

SequentialTransition(Node node, Animation... children)
The constructor of SequentialTransition .
SequentialTransition()
The constructor of SequentialTransition .

Method

ObservableListgetChildren()
A list of javafx.animation.Animation Animations that will be played sequentially.
voidplay()
Plays Animation from current position in the direction indicated by rate .
voidplayFromStart()
Plays an Animation from initial position in forward direction.
voidsetCycleCount(int value)
voidsetOnFinished(EventHandler value)