Type Definitions
Options
Properties:
Name | Type | Description |
---|---|---|
position |
number[] | Initial position of the camera. |
scale |
number[] | Initial scale of the camera. |
rotation |
number[] | Initial Euler rotation angles(x, y, z) of the camera in degree. |
perspective |
number | Initial perspective of the camera. |
rotateOffset |
number | Initial rotate offset of the camera. |
Type:
- TSInterface
UpdateOption
Properties:
Name | Type | Description |
---|---|---|
property |
string | CSS transition-property to apply. |
timingFunction |
string | CSS transition-timing-function to apply. |
delay |
string | CSS transition-delay to apply. |
Type:
- TSInterface