Introducing 

Prezi AI.

Your new presentation assistant.

Refine, enhance, and tailor your content, source relevant images, and edit visuals quicker than ever before.

Loading content…
Loading…
Transcript

TranslateTransition

JavaFX 2.0 Concepts

Declarative UI

The Model

External Services

Transitions

Animation

transition = new TranslateTransitionBuilder()

.duration(new Duration(1500.0))

.node(ball)

.fromX(0)

.toX(440)

.interpolator(Interpolator.LINEAR)

.autoReverse(true)

.cycleCount(Animation.INDEFINITE)

.build();

RotateTransition

ScaleTransition

FadeTransition

Timeline

Learn more about creating dynamic, engaging presentations with Prezi