1# ArkUI_TranslationOptions
2
3
4## Overview
5
6Defines the translation options for component transition.
7
8**Since**: 12
9
10**Related module**: [ArkUI_NativeModule](_ark_u_i___native_module.md)
11
12
13## Summary
14
15
16### Member Variables
17
18| Name| Description|
19| -------- | -------- |
20| float [x](#x) | Translation distance along the x-axis. |
21| float [y](#y) | Translation distance along the y-axis. |
22| float [z](#z) | Translation distance along the z-axis. |
23
24
25## Member Variable Description
26
27
28### x
29
30```
31float ArkUI_TranslationOptions::x
32```
33**Description**
34
35Translation distance along the x-axis.
36
37
38### y
39
40```
41float ArkUI_TranslationOptions::y
42```
43**Description**
44
45Translation distance along the y-axis.
46
47
48### z
49
50```
51float ArkUI_TranslationOptions::z
52```
53**Description**
54
55Translation distance along the z-axis.
56