# ArkUI_TranslationOptions ## Overview Defines the translation options for component transition. **Since**: 12 **Related module**: [ArkUI_NativeModule](_ark_u_i___native_module.md) ## Summary ### Member Variables | Name| Description| | -------- | -------- | | float [x](#x) | Translation distance along the x-axis. | | float [y](#y) | Translation distance along the y-axis. | | float [z](#z) | Translation distance along the z-axis. | ## Member Variable Description ### x ``` float ArkUI_TranslationOptions::x ``` **Description** Translation distance along the x-axis. ### y ``` float ArkUI_TranslationOptions::y ``` **Description** Translation distance along the y-axis. ### z ``` float ArkUI_TranslationOptions::z ``` **Description** Translation distance along the z-axis.