# easing\_equation.h - [Overview](#section1673206706165627) - [Summary](#section1394278806165627) - [Data Structures](#nested-classes) - [Typedefs](#typedef-members) ## **Overview** **Related Modules:** [Graphic](graphic.md) **Description:** Defines the attributes and functions of the animation easing module. **Since:** 1.0 **Version:** 1.0 ## **Summary** ## Data Structures

Data Structure Name

Description

OHOS::EasingEquation

Defines functions for specifying the velocity of an animation.

## Typedefs

Typedef Name

Description

OHOS::EasingFunc) (int16_t startPos, int16_t endPos, uint16_t curTime, uint16_t durationTime)

typedef int16_t(*

Calculates the value for the current time of an animation.