Package | Description |
---|---|
com.xalys.xgl.presto.animation | |
com.xalys.xgl.presto.animation.easing |
Modifier and Type | Method and Description |
---|---|
EasingFunction |
Animation.getEasingFunction()
Gets the
easing function used in the animation. |
Constructor and Description |
---|
Animation(EasingFunction easingFunction)
Construct an animation with the specified
easing function , or if null will default to
Functions.EASE |
Modifier and Type | Class and Description |
---|---|
class |
CubicBezierEasingFunction |
Modifier and Type | Field and Description |
---|---|
static EasingFunction |
Functions.CLASSIC
The same easing function as in GWT
|
static EasingFunction |
Functions.EASE
The same easing function as CSS's ease
|
static EasingFunction |
Functions.EASE_IN
The same easing function as CSS's ease-in
|
static EasingFunction |
Functions.EASE_IN_OUT
The same easing function as CSS's ease-in-out
|
static EasingFunction |
Functions.EASE_OUT
The same easing function as CSS's ease-out
|
static EasingFunction |
Functions.LINEAR
Linear progress, no easing is performed
|
Copyright © 2018 Xalys. All rights reserved.