| Name | Description | Type | Package | Framework |
| BackIn | EasingFunction that at first moves back from the origin. | Class | com.sencha.gxt.fx.client.easing | GXT |
| BackOut | EasingFunction that moves past the destination before reaching it. | Class | com.sencha.gxt.fx.client.easing | GXT |
| Bounce | EasingFunction to simulate a bounce. | Class | com.sencha.gxt.fx.client.easing | GXT |
| BounceIn | Class | com.sencha.gxt.fx.client.easing | GXT | |
| BounceOut | Class | com.sencha.gxt.fx.client.easing | GXT | |
| Default | The default EasingFunction for animation. | Class | com.sencha.gxt.fx.client.easing | GXT |
| EaseIn | EasingFunction that produces an easing at the start of the animation. | Class | com.sencha.gxt.fx.client.easing | GXT |
| EaseOut | EasingFunction that produces an easing at the end of the animation. | Class | com.sencha.gxt.fx.client.easing | GXT |
| EasingFunction | Interface for classes that contain an easing equation. | Interface | com.sencha.gxt.fx.client.easing | GXT |
| Elastic | EasingFunction to simulate elastic. | Class | com.sencha.gxt.fx.client.easing | GXT |
| ElasticIn | Class | com.sencha.gxt.fx.client.easing | GXT | |
| ElasticOut | Class | com.sencha.gxt.fx.client.easing | GXT | |
| Linear | A one to one EasingFunction. | Class | com.sencha.gxt.fx.client.easing | GXT |