---
title: rotation
framework: webkitjs
role: symbol
role_heading: Instance Property
path: webkitjs/gestureevent/1633278-rotation
---

# rotation

The delta rotation since the start of an event, in degrees, where clockwise is positive and counter-clockwise is negative.

## Declaration

```data
readonly attribute float rotation;
```

## Discussion

Discussion The initial value is 0.0.

## See Also

### Accessing Properties

- [altKey](webkitjs/gestureevent/1630971-altkey.md)
- [ctrlKey](webkitjs/gestureevent/1629639-ctrlkey.md)
- [metaKey](webkitjs/gestureevent/1630762-metakey.md)
- [scale](webkitjs/gestureevent/1632653-scale.md)
- [shiftKey](webkitjs/gestureevent/1633677-shiftkey.md)
- [target](webkitjs/gestureevent/1632473-target.md)
