<!--
{
  "availability" : [
    "watchOS: 3.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "WatchKit",
  "identifier" : "/documentation/WatchKit/WKCrownSequencer/rotationsPerSecond",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "WatchKit"
    ],
    "preciseIdentifier" : "c:objc(cs)WKCrownSequencer(py)rotationsPerSecond"
  },
  "title" : "rotationsPerSecond"
}
-->

# rotationsPerSecond

The rotational speed of the crown, measured in rotations per second.

```
var rotationsPerSecond: Double { get }
```

## Discussion

This property contains the last reported rotational speed of the crown in rotations per second.  The rotational speed is an absolute value. It is always positive, regardless of the rotation’s direction.

## See Also

[`crownDidRotate(_:rotationalDelta:)`](/documentation/WatchKit/WKCrownDelegate/crownDidRotate(_:rotationalDelta:))

Called when the user rotates the crown.



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)