figma-api 0.31.4

This is the OpenAPI specification for the [Figma REST API](https://www.figma.com/developers/api). Note: we are releasing the OpenAPI specification as a beta given the large surface area and complexity of the REST API. If you notice any inaccuracies with the specification, please [file an issue](https://github.com/figma/rest-api-spec/issues).
Documentation
# EasingType

## Enum Variants

| Name | Value |
|---- | -----|
| EaseIn | EASE_IN |
| EaseOut | EASE_OUT |
| EaseInAndOut | EASE_IN_AND_OUT |
| Linear | LINEAR |
| EaseInBack | EASE_IN_BACK |
| EaseOutBack | EASE_OUT_BACK |
| EaseInAndOutBack | EASE_IN_AND_OUT_BACK |
| CustomCubicBezier | CUSTOM_CUBIC_BEZIER |
| Gentle | GENTLE |
| Quick | QUICK |
| Bouncy | BOUNCY |
| Slow | SLOW |
| CustomSpring | CUSTOM_SPRING |


[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)