| Package | Description | 
|---|---|
| javafx.animation | 
 Provides the set of classes for ease of use transition based animations. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
ObservableList<KeyFrame> | 
Timeline.getKeyFrames()
Returns the  
KeyFrames of this Timeline. | 
| Constructor and Description | 
|---|
Timeline(double targetFramerate,
        KeyFrame... keyFrames)
The constructor of  
Timeline. | 
Timeline(KeyFrame... keyFrames)
The constructor of  
Timeline. | 
Copyright (c) 2008, 2015, Oracle and/or its affiliates. All rights reserved.