---
title: gamma
framework: webkitjs
role: symbol
role_heading: Instance Property
path: webkitjs/deviceorientationevent/1631656-gamma
---

# gamma

The rotation, in degrees, of the device frame around its y-axis.

## Declaration

```data
readonly attribute unrestricted double gamma;
```

## Discussion

Discussion Values are between -180 and 180.  This property is null if the device cannot provide this angle.

## See Also

### Getting Orientation Event Properties

- [alpha](webkitjs/deviceorientationevent/1629200-alpha.md)
- [beta](webkitjs/deviceorientationevent/1631254-beta.md)
